hg: hsx/hotspot-main/hotspot: 5 new changesets
bengt.rutisson at oracle.com
bengt.rutisson at oracle.com
Thu Feb 21 06:21:18 PST 2013
Changeset: bbc7936779f9
Author: brutisso
Date: 2013-02-14 09:11 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/bbc7936779f9
8006398: Add regression tests for deprectated GCs
Reviewed-by: ehelin, jwilhelm, jmasa
! test/TEST.ROOT
+ test/gc/startup_warnings/TestCMS.java
+ test/gc/startup_warnings/TestCMSIncrementalMode.java
+ test/gc/startup_warnings/TestCMSNoIncrementalMode.java
+ test/gc/startup_warnings/TestDefNewCMS.java
+ test/gc/startup_warnings/TestG1.java
+ test/gc/startup_warnings/TestIncGC.java
+ test/gc/startup_warnings/TestParNewCMS.java
+ test/gc/startup_warnings/TestParNewSerialOld.java
+ test/gc/startup_warnings/TestParallelGC.java
+ test/gc/startup_warnings/TestParallelScavengeSerialOld.java
+ test/gc/startup_warnings/TestSerialGC.java
Changeset: fd7b3770c77e
Author: tamao
Date: 2013-02-14 14:43 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/fd7b3770c77e
8007764: Wrong initialized value of max_gc_pause_sec for an instance of class AdaptiveSizePolicy
Summary: This is a fix of an initialization mistake for class AdaptiveSizePolicy.
Reviewed-by: jmasa
Contributed-by: Tao Mao <tao.mao at oracle.com>
! src/share/vm/memory/collectorPolicy.cpp
Changeset: ccc57295818b
Author: johnc
Date: 2013-02-19 16:22 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/ccc57295818b
8006628: NEED_TEST for JDK-8002870
Summary: Regression test for 8000311. Verifies that PLABStats works with zero parallel GC threads.
Reviewed-by: jmasa, johnc
Contributed-by: Filipp Zhinkin <filipp.zhinkin at oracle.com>
+ test/gc/8000311/Test8000311.java
Changeset: b9c5e46bf915
Author: johnc
Date: 2013-02-20 12:52 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/b9c5e46bf915
8008188: Add regression test for 8005875
Summary: Add regression test for crash seen in 8005875. Test is run with G1 and PGCT=0 and issues "jcmd <pid> Thread.print" against itself. Without the fix for 8005875 the test will crash.
Reviewed-by: brutisso
+ test/gc/TestG1ZeroPGCTJcmdThreadPrint.java
Changeset: 5741d3fc502d
Author: brutisso
Date: 2013-02-21 13:13 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/5741d3fc502d
Merge
More information about the hotspot-dev
mailing list