hg: jdk9/hs/hotspot: 2 new changesets
jon.masamitsu at oracle.com
jon.masamitsu at oracle.com
Fri Aug 22 15:24:46 UTC 2014
Changeset: bf4d2f5595bc
Author: tschatzl
Date: 2014-08-21 16:44 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/bf4d2f5595bc
8055098: WB API should be extended to provide information about size and age of object.
Summary: Extend the WhiteBox API to provide information about the size and age of objects. Further add a mechanism to trigger a young GC.
Reviewed-by: tschatzl, sjohanss
Contributed-by: Leonid Mesnik <leonid.mesnik at oracle.com>
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/parallelScavenge/vmPSOperations.cpp
! src/share/vm/gc_interface/gcCause.cpp
! src/share/vm/gc_interface/gcCause.hpp
! src/share/vm/memory/genCollectedHeap.cpp
! src/share/vm/prims/whitebox.cpp
! test/testlibrary/whitebox/sun/hotspot/WhiteBox.java
Changeset: 3356b614acfa
Author: jmasa
Date: 2014-08-22 07:12 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3356b614acfa
Merge
More information about the jdk9-hs-changes
mailing list