hg: jdk8u/hs-dev/hotspot: 6 new changesets
albert.noll at oracle.com
albert.noll at oracle.com
Fri Oct 31 12:43:43 UTC 2014
Changeset: 2eda90444a0d
Author: anoll
Date: 2014-02-25 13:52 +0100
URL: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/2eda90444a0d
8034775: Failing to initialize VM when running with negative value for -XX:CICompilerCount
Summary: Ensure appropriate min. number of compiler threads (1 for non-tiered, and 2 for tiered)
Reviewed-by: kvn
! src/share/vm/runtime/arguments.cpp
+ test/compiler/startup/NumCompilerThreadsCheck.java
Changeset: e8225dc7c94b
Author: anoll
Date: 2014-03-05 10:20 +0100
URL: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/e8225dc7c94b
8036091: compiler/membars/DekkerTest.java fails with -XX:CICompilerCount=1
Summary: Start test with -XX:-TieredCompilation so that one compiler thread works
Reviewed-by: kvn, twisti
! src/share/vm/runtime/arguments.cpp
! test/compiler/membars/DekkerTest.java
Changeset: c83362e7de6f
Author: iignatyev
Date: 2014-03-29 14:54 +0400
URL: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/c83362e7de6f
8038393: [TESTBUG] ciReplay/* tests fail after 8034775
Reviewed-by: kvn
! test/compiler/ciReplay/common.sh
Changeset: 4356234e712a
Author: anoll
Date: 2014-05-02 06:24 +0200
URL: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/4356234e712a
8041992: Fix of JDK-8034775 neglects to account for non-JIT VMs
Summary: Allow 0 compiler threads if no JIT is used.
Reviewed-by: kvn, dholmes
Contributed-by: Severin Gehwolf <sgehwolf at redhat.com>
! src/share/vm/runtime/arguments.cpp
! test/compiler/startup/NumCompilerThreadsCheck.java
Changeset: 327c00d0f091
Author: anoll
Date: 2014-05-08 12:49 +0200
URL: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/327c00d0f091
8042431: compiler/7200264/TestIntVect.java fails with: Test Failed: AddVI 0 < 4
Summary: Define a new function that determines the minimum number of compiler threads for a particular platform/configuration.
Reviewed-by: kvn
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/arguments.hpp
Changeset: 9cff03eab05d
Author: anoll
Date: 2014-10-31 11:46 +0000
URL: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/9cff03eab05d
Merge
More information about the jdk8u-hs-changes
mailing list