hg: jdk8u/jdk8u/hotspot: 9 new changesets
alejandro.murillo at oracle.com
alejandro.murillo at oracle.com
Tue Feb 11 08:54:46 PST 2014
Changeset: 3d60c34b14ca
Author: amurillo
Date: 2014-01-30 14:05 -0800
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/3d60c34b14ca
8032985: new hotspot build - hs25.20-b03
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: a034dc5e910b
Author: jwilhelm
Date: 2014-01-29 23:17 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/a034dc5e910b
8028391: Make the Min/MaxHeapFreeRatio flags manageable
Summary: Made the flags Min- and MaxHeapFreeRatio manageable, and implemented support for these flags in ParallelGC.
Reviewed-by: sla, mgerdin, brutisso
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.cpp
! src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.hpp
! src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp
! src/share/vm/gc_implementation/parallelScavenge/psYoungGen.hpp
! src/share/vm/prims/jni.cpp
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/arguments.hpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/services/attachListener.cpp
! src/share/vm/services/management.cpp
Changeset: 77d08a820fe3
Author: tschatzl
Date: 2014-01-31 09:55 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/77d08a820fe3
8032771: The flag VerifySilently misses a test case
Summary: Add test case for the VerifySilently flag.
Reviewed-by: brutisso
+ test/gc/TestVerifySilently.java
Changeset: 5a9a209853bf
Author: tschatzl
Date: 2014-01-31 09:57 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/5a9a209853bf
6991197: G1: specialize deal_with_reference() for narrowOop*
Summary: Clean up and slightly optimize reference handling from the GC reference task queue. Since we never push partial array chunks as narrowOop* we can manually specialize the code so that some code can be optimized away.
Reviewed-by: tonyp, brutisso, stefank
! src/share/vm/gc_implementation/g1/g1OopClosures.hpp
Changeset: 7a860525e91e
Author: tschatzl
Date: 2014-01-31 09:58 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/7a860525e91e
8033106: Wrong predicate for checking whether the correct amount of symbol table entries have been processed in G1
Summary: The change fixes the predicate check.
Reviewed-by: jmasa, tonyp, stefank
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
Changeset: 0eb64cfc0b76
Author: tschatzl
Date: 2014-02-05 14:29 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/0eb64cfc0b76
8033443: Test8000311 fails after latest changes to parallelize string and symbol table unlink
Summary: When string and symbol table unlink are not performed in parallel, the claim index we check is not updated, and so a guarantee fails. Take this into account when checking the guarantee.
Reviewed-by: brutisso, jwilhelm
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
Changeset: e56d11f8cc21
Author: gtriantafill
Date: 2014-02-06 13:27 -0500
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/e56d11f8cc21
8021774: [TESTBUG] Tests failed because of a warning in its output
Summary: Remove check for warning
Reviewed-by: ctornqvi, hseigel, coleenp
! test/runtime/NMT/CommandLineDetail.java
! test/runtime/NMT/CommandLineSummary.java
! test/runtime/NMT/CommandLineTurnOffNMT.java
! test/runtime/NMT/PrintNMTStatistics.java
Changeset: e13f46984049
Author: amurillo
Date: 2014-02-07 12:43 -0800
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/e13f46984049
Added tag hs25.20-b03 for changeset e56d11f8cc21
! .hgtags
Changeset: 757fe22ae906
Author: amurillo
Date: 2014-02-11 08:49 -0800
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/757fe22ae906
Merge
! .hgtags
! make/hotspot_version
More information about the jdk8u-changes
mailing list