jdk-24/hotspot
Y. Srinivas Ramakrishna 72bfacbd95 6797870: Add -XX:+{HeapDump,PrintClassHistogram}{Before,After}FullGC
Call newly created CollectedHeap::dump_{pre,post}_full_gc before and after every stop-world full collection cycle on GenCollectedHeap and ParallelScavengeHeap. (Support for G1CollectedHeap forthcoming under CR 6810861.) Small modifications to existing heap dumping and class histogram implementation, especially to allow multiple on-the-fly histos/dumps by the VM thread during a single safepoint.

Reviewed-by: jmasa, alanb, mchung
2009-03-02 16:37:04 -08:00
..
.jcheck 6669216: Add jcheck configuration directories 2008-02-29 20:03:58 -08:00
agent 6786948: SA on core file fails on solaris-amd64 if vm started with -XX:+StartAttachListener 2009-01-14 19:45:01 -08:00
make Merge 2009-02-26 14:25:55 -08:00
src 6797870: Add -XX:+{HeapDump,PrintClassHistogram}{Before,After}FullGC 2009-03-02 16:37:04 -08:00
test 6805724: ModLNode::Ideal() generates functionally incorrect graph when divisor is any (2^k-1) constant 2009-02-16 07:19:26 -08:00
.hgignore 6718676: putback for 6604014 is incomplete 2008-06-24 16:00:14 -07:00
.hgtags Added tag jdk7-b47 for changeset e3f44a955240 2009-02-12 14:00:38 -08:00
ASSEMBLY_EXCEPTION Initial load 2007-12-01 00:00:00 +00:00
LICENSE Initial load 2007-12-01 00:00:00 +00:00
README Initial load 2007-12-01 00:00:00 +00:00
THIRD_PARTY_README Initial load 2007-12-01 00:00:00 +00:00

README:
  This file should be located at the top of the hotspot Mercurial repository.

  See http://openjdk.java.net/ for more information about the OpenJDK.

  See ../README-builds.html for complete details on build machine requirements.

Simple Build Instructions:

    cd make && gnumake
     
  The files that will be imported into the jdk build will be in the "build"
  directory.