hg: hsx/hotspot-main/hotspot: 5 new changesets
erik.helin at oracle.com
erik.helin at oracle.com
Thu Jun 27 06:35:14 PDT 2013
Changeset: feae15578b2f
Author: tamao
Date: 2013-06-07 09:46 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/feae15578b2f
7122222: GC log is limited to 2G for 32-bit
Summary: Enable large file support for generated 32-bit ostream.o on Linux and Solaris (as only the two need this) by setting -D_FILE_OFFSET_BITS=64 in compilation
Reviewed-by: tbell, mgerdin, dcubed
Contributed-by: tamao <tao.mao at oracle.com>
! make/linux/makefiles/vm.make
! make/solaris/makefiles/vm.make
! src/os/solaris/vm/os_solaris.inline.hpp
Changeset: df7e1c0e3dc1
Author: jmasa
Date: 2013-06-25 09:58 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/df7e1c0e3dc1
8014546: MetaspaceAux print_metaspace_change() should print "used" after GC not capacity
Reviewed-by: johnc, tschatzl
! src/share/vm/memory/metaspace.cpp
Changeset: f99cd6e20ab1
Author: jmasa
Date: 2013-06-25 15:17 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/f99cd6e20ab1
8014851: UseAdaptiveGCBoundary is broken
Reviewed-by: tschatzl, brutisso
! src/share/vm/gc_implementation/parallelScavenge/asPSOldGen.cpp
! src/share/vm/gc_implementation/parallelScavenge/asPSOldGen.hpp
! src/share/vm/gc_implementation/parallelScavenge/psOldGen.hpp
+ test/gc/parallelScavenge/AdaptiveGCBoundary.java
Changeset: 71963b3f802a
Author: ehelin
Date: 2013-06-26 16:58 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/71963b3f802a
8013590: NPG: Add a memory pool MXBean for Metaspace
Reviewed-by: jmasa, mgerdin
! src/share/vm/memory/metaspace.cpp
! src/share/vm/memory/universe.cpp
! src/share/vm/services/management.cpp
! src/share/vm/services/memoryManager.cpp
! src/share/vm/services/memoryManager.hpp
! src/share/vm/services/memoryPool.cpp
! src/share/vm/services/memoryPool.hpp
! src/share/vm/services/memoryService.cpp
! src/share/vm/services/memoryService.hpp
+ test/gc/metaspace/TestMetaspaceMemoryPool.java
Changeset: f8972b867ded
Author: ehelin
Date: 2013-06-27 10:56 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/f8972b867ded
Merge
More information about the hotspot-dev
mailing list