hg: jdk9/hs-rt/hotspot: 2 new changesets
sangheon.kim at oracle.com
sangheon.kim at oracle.com
Fri Apr 1 18:29:36 UTC 2016
Changeset: d76f8fccd37c
Author: sangheki
Date: 2016-04-01 09:43 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/d76f8fccd37c
8152176: Big ParGCCardsPerStrideChunk values can cause overflow for CMS GC
Summary: Limit the max value of ParGCCardsPerStrideChunk based on card table size and other stride flags
Reviewed-by: jmasa, tbenson
! src/share/vm/gc/shared/cardTableModRefBS.hpp
! src/share/vm/runtime/commandLineFlagConstraintsGC.cpp
! src/share/vm/runtime/commandLineFlagConstraintsGC.hpp
! src/share/vm/runtime/globals.hpp
Changeset: a54b3ac03c32
Author: sangheki
Date: 2016-04-01 09:45 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/a54b3ac03c32
8153201: TestOptionsWithRanges fails with -XX:OldPLABSize=2147483648
Summary: Add parallel gc into min/max PLAB constraint function
Reviewed-by: brutisso, tbenson
! src/share/vm/runtime/commandLineFlagConstraintsGC.cpp
More information about the jdk9-hs-rt-changes
mailing list