hg: jdk9/hs/hotspot: 17 new changesets
david.r.chase at oracle.com
david.r.chase at oracle.com
Thu Dec 4 20:27:43 UTC 2014
Changeset: 2edb06d66129
Author: goetz
Date: 2014-11-25 15:59 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/2edb06d66129
8065915: Fix includes after 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
Reviewed-by: vlivanov, dholmes
! src/share/vm/ci/ciTypeFlow.cpp
Changeset: 9cc45ff7c3cc
Author: drchase
Date: 2014-11-27 11:33 -0500
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9cc45ff7c3cc
Merge
- make/solaris/makefiles/add_gnu_debuglink.make
- make/solaris/makefiles/fix_empty_sec_hdr_flags.make
- src/os/solaris/add_gnu_debuglink/add_gnu_debuglink.c
- src/os/solaris/fix_empty_sec_hdr_flags/fix_empty_sec_hdr_flags.c
- test/gc/concurrentMarkSweep/CheckAllocateAndSystemGC.java
- test/gc/concurrentMarkSweep/SystemGCOnForegroundCollector.java
- test/gc/startup_warnings/TestCMSForegroundFlags.java
Changeset: 8394c315d83a
Author: roland
Date: 2014-11-27 16:54 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8394c315d83a
8066045: opto/node.hpp:355, assert(i < _max) failed: oob: i=1, _max=1
Summary: code in PhaseIterGVN::add_users_to_worklist() from 8054478 makes incorrect assumption about graph shape
Reviewed-by: iveresov
! src/share/vm/opto/phaseX.cpp
Changeset: e264efbf19f8
Author: iignatyev
Date: 2014-11-28 19:42 +0300
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/e264efbf19f8
8064953: Asserts.assert* should print values
Reviewed-by: sla, dholmes, iignatyev
Contributed-by: tatiana.pivovarova at oracle.com
! test/testlibrary/com/oracle/java/testlibrary/Asserts.java
Changeset: 4d1463933e28
Author: fzhinkin
Date: 2014-11-28 19:49 +0300
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4d1463933e28
8058846: c.o.j.t.Platform::isX86 and isX64 may simultaneously return true
Reviewed-by: iveresov, iignatyev
! test/testlibrary/com/oracle/java/testlibrary/Platform.java
+ test/testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java
Changeset: c3f74da22836
Author: iignatyev
Date: 2014-11-28 16:59 +0000
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/c3f74da22836
Merge
- make/solaris/makefiles/add_gnu_debuglink.make
- make/solaris/makefiles/fix_empty_sec_hdr_flags.make
- src/os/solaris/add_gnu_debuglink/add_gnu_debuglink.c
- src/os/solaris/fix_empty_sec_hdr_flags/fix_empty_sec_hdr_flags.c
- test/gc/concurrentMarkSweep/CheckAllocateAndSystemGC.java
- test/gc/concurrentMarkSweep/SystemGCOnForegroundCollector.java
- test/gc/startup_warnings/TestCMSForegroundFlags.java
Changeset: ea149bbe1727
Author: iignatyev
Date: 2014-11-28 18:37 +0000
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/ea149bbe1727
Merge
Changeset: 4d0cd0d19a56
Author: iignatyev
Date: 2014-12-01 22:38 +0300
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4d0cd0d19a56
8066141: compiler/whitebox/GetNMethodTest.java: java.lang.RuntimeException: blob_type[MethodProfiled] for 2 level isn't MethodNonProfiled
Reviewed-by: iveresov, iignatyev
Contributed-by: tatiana.pivovarova at oracle.com
! test/compiler/whitebox/GetNMethodTest.java
Changeset: adbc6a1e1ce7
Author: iignatyev
Date: 2014-12-01 22:41 +0300
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/adbc6a1e1ce7
Merge
- make/solaris/makefiles/add_gnu_debuglink.make
- make/solaris/makefiles/fix_empty_sec_hdr_flags.make
- src/os/solaris/add_gnu_debuglink/add_gnu_debuglink.c
- src/os/solaris/fix_empty_sec_hdr_flags/fix_empty_sec_hdr_flags.c
- test/gc/concurrentMarkSweep/CheckAllocateAndSystemGC.java
- test/gc/concurrentMarkSweep/SystemGCOnForegroundCollector.java
- test/gc/startup_warnings/TestCMSForegroundFlags.java
Changeset: b35313b1dff1
Author: iignatyev
Date: 2014-12-02 12:36 +0300
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b35313b1dff1
8064669: compiler/whitebox/AllocationCodeBlobTest.java crashes / asserts
Reviewed-by: kvn, anoll
! src/share/vm/prims/whitebox.cpp
! src/share/vm/prims/whitebox.hpp
! src/share/vm/runtime/sweeper.cpp
! src/share/vm/runtime/sweeper.hpp
! src/share/vm/runtime/thread.cpp
! src/share/vm/runtime/thread.hpp
! test/compiler/whitebox/AllocationCodeBlobTest.java
+ test/compiler/whitebox/ForceNMethodSweepTest.java
+ test/testlibrary/com/oracle/java/testlibrary/InfiniteLoop.java
! test/testlibrary/whitebox/sun/hotspot/WhiteBox.java
Changeset: 9cd872c1370e
Author: iignatyev
Date: 2014-12-02 12:37 +0300
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9cd872c1370e
8066290: Port JDK-8066191 into hotspot
Reviewed-by: kvn
+ test/testlibrary/com/oracle/java/testlibrary/TimeLimitedRunner.java
Changeset: 1266b02f32fe
Author: kvn
Date: 2014-12-02 12:24 -0800
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1266b02f32fe
8066199: C2 escape analysis prevents VM from exiting quickly
Summary: Check for safepoint and block during EA Connection graph construction.
Reviewed-by: roland, vlivanov, shade
! src/share/vm/opto/escape.cpp
Changeset: eb22c5aab09c
Author: thartmann
Date: 2014-12-04 09:52 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/eb22c5aab09c
8066448: SmallCodeCacheStartup.java exits with exit code 1
Summary: Check for VirtualMachineError in case VM initialization fails.
Reviewed-by: kvn
! src/share/vm/oops/method.cpp
! test/compiler/startup/SmallCodeCacheStartup.java
Changeset: 80871303480c
Author: roland
Date: 2014-12-01 11:59 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/80871303480c
8064703: crash running specjvm98's javac following 8060252
Summary: uncommon trap between arraycopy and initialization may leave array initialized
Reviewed-by: kvn, vlivanov, goetz
! src/share/vm/opto/graphKit.cpp
! src/share/vm/opto/graphKit.hpp
! src/share/vm/opto/library_call.cpp
+ test/compiler/arraycopy/TestArrayCopyNoInit.java
Changeset: bc3c839cc3b8
Author: roland
Date: 2014-12-04 11:22 +0000
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/bc3c839cc3b8
Merge
Changeset: 927664223435
Author: drchase
Date: 2014-12-04 11:35 -0500
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/927664223435
Merge
! src/share/vm/oops/method.cpp
! src/share/vm/prims/whitebox.cpp
! src/share/vm/runtime/thread.cpp
! test/testlibrary/com/oracle/java/testlibrary/Platform.java
! test/testlibrary/whitebox/sun/hotspot/WhiteBox.java
Changeset: 85b261e8433e
Author: drchase
Date: 2014-12-04 17:53 +0000
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/85b261e8433e
Merge
More information about the jdk9-all-changes
mailing list