hg: jdk9/hs-rt/hotspot: 15 new changesets

jesper.wilhelmsson at oracle.com jesper.wilhelmsson at oracle.com
Wed Jun 24 21:53:34 UTC 2015


Changeset: 5a9d5d58e667
Author:    vlivanov
Date:      2015-06-11 14:19 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/5a9d5d58e667

8074551: GWT can be marked non-compilable due to deopt count pollution
Reviewed-by: kvn

! src/share/vm/ci/ciMethod.cpp
! src/share/vm/ci/ciMethod.hpp
! src/share/vm/classfile/classFileParser.cpp
! src/share/vm/classfile/classFileParser.hpp
! src/share/vm/classfile/vmSymbols.hpp
! src/share/vm/oops/method.cpp
! src/share/vm/oops/method.hpp
! src/share/vm/opto/compile.cpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/runtime/deoptimization.cpp
+ test/compiler/jsr292/PollutedTrapCounts.java

Changeset: cdcedb28cf6e
Author:    kvn
Date:      2015-06-12 09:59 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/cdcedb28cf6e

Merge


Changeset: 63337cc98898
Author:    enevill
Date:      2015-06-03 08:23 +0000
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/63337cc98898

8081790: aarch64: SHA tests fail
Summary: Fix SHA tests in JTReg so they recognize aarch64
Reviewed-by: duke
Contributed-by: alexander.alexeev at caviumnetworks.com

! src/cpu/aarch64/vm/vm_version_aarch64.cpp
! test/compiler/intrinsics/sha/cli/SHAOptionsBase.java
! test/compiler/intrinsics/sha/cli/TestUseSHA1IntrinsicsOptionOnSupportedCPU.java
! test/compiler/intrinsics/sha/cli/TestUseSHA1IntrinsicsOptionOnUnsupportedCPU.java
! test/compiler/intrinsics/sha/cli/TestUseSHA256IntrinsicsOptionOnSupportedCPU.java
! test/compiler/intrinsics/sha/cli/TestUseSHA256IntrinsicsOptionOnUnsupportedCPU.java
! test/compiler/intrinsics/sha/cli/TestUseSHA512IntrinsicsOptionOnSupportedCPU.java
! test/compiler/intrinsics/sha/cli/TestUseSHA512IntrinsicsOptionOnUnsupportedCPU.java
! test/compiler/intrinsics/sha/cli/TestUseSHAOptionOnSupportedCPU.java
! test/compiler/intrinsics/sha/cli/TestUseSHAOptionOnUnsupportedCPU.java
! test/compiler/intrinsics/sha/cli/testcases/GenericTestCaseForOtherCPU.java
+ test/compiler/intrinsics/sha/cli/testcases/GenericTestCaseForSupportedCPU.java
- test/compiler/intrinsics/sha/cli/testcases/GenericTestCaseForSupportedSparcCPU.java
+ test/compiler/intrinsics/sha/cli/testcases/GenericTestCaseForUnsupportedAArch64CPU.java
+ test/compiler/intrinsics/sha/cli/testcases/UseSHAIntrinsicsSpecificTestCaseForUnsupportedCPU.java
- test/compiler/intrinsics/sha/cli/testcases/UseSHAIntrinsicsSpecificTestCaseForUnsupportedSparcCPU.java
+ test/compiler/intrinsics/sha/cli/testcases/UseSHASpecificTestCaseForSupportedCPU.java
- test/compiler/intrinsics/sha/cli/testcases/UseSHASpecificTestCaseForSupportedSparcCPU.java
+ test/compiler/intrinsics/sha/cli/testcases/UseSHASpecificTestCaseForUnsupportedCPU.java
- test/compiler/intrinsics/sha/cli/testcases/UseSHASpecificTestCaseForUnsupportedSparcCPU.java
! test/compiler/testlibrary/sha/predicate/IntrinsicPredicates.java

Changeset: fe9f9e33fe95
Author:    roland
Date:      2015-06-12 14:10 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/fe9f9e33fe95

8086046: escape analysis generates incorrect code as of B67
Summary: load bypasses arraycopy that sets the value after the ArrayCopyNode is expanded
Reviewed-by: kvn

! src/share/vm/opto/callnode.cpp
! src/share/vm/opto/callnode.hpp
! src/share/vm/opto/memnode.cpp
+ test/compiler/arraycopy/TestLoadBypassArrayCopy.java

Changeset: e8995523fc8a
Author:    skovalev
Date:      2015-06-15 16:47 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/e8995523fc8a

8078145: testlibrary_tests/RandomGeneratorTest.java failed with AssertionError : Unexpected random number sequence for mode: NO_SEED
Reviewed-by: iignatyev, vlivanov

! test/testlibrary_tests/RandomGeneratorTest.java

Changeset: d13ecb236a97
Author:    roland
Date:      2015-06-09 12:09 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/d13ecb236a97

8086016: closed/java/text/Format/NumberFormat/BigDecimalCompatibilityTest.java is crashing
Summary: Trying to transform ArrayCopyNode in dying part of the graph
Reviewed-by: kvn

! src/share/vm/opto/arraycopynode.cpp
! src/share/vm/opto/callnode.cpp
! src/share/vm/opto/callnode.hpp

Changeset: cbadc6df922b
Author:    dcubed
Date:      2015-06-18 13:18 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/cbadc6df922b

Merge

! src/share/vm/prims/jvmtiRedefineClasses.cpp

Changeset: c25bfaaed7f2
Author:    lana
Date:      2015-06-11 10:44 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/c25bfaaed7f2

Added tag jdk9-b68 for changeset 11af3990d56c

! .hgtags

Changeset: ff0929a59ced
Author:    lana
Date:      2015-06-11 20:19 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/ff0929a59ced

Merge


Changeset: 6217fd2c767b
Author:    sgehwolf
Date:      2015-06-12 16:09 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/6217fd2c767b

8087120: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms.
Summary: Use __builtin_frame_address(0) rather than returning address of local variable.
Reviewed-by: dholmes

! src/os_cpu/linux_zero/vm/os_linux_zero.cpp

Changeset: 43e11a06fcf3
Author:    amurillo
Date:      2015-06-15 10:56 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/43e11a06fcf3

Merge


Changeset: 4e745c069aa3
Author:    lana
Date:      2015-06-18 01:43 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/4e745c069aa3

Added tag jdk9-b69 for changeset ff0929a59ced

! .hgtags

Changeset: 8672e9264db3
Author:    lana
Date:      2015-06-18 10:23 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/8672e9264db3

Merge


Changeset: cff206797bdd
Author:    amurillo
Date:      2015-06-18 22:38 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/cff206797bdd

Merge

- test/compiler/intrinsics/sha/cli/testcases/GenericTestCaseForSupportedSparcCPU.java
- test/compiler/intrinsics/sha/cli/testcases/UseSHAIntrinsicsSpecificTestCaseForUnsupportedSparcCPU.java
- test/compiler/intrinsics/sha/cli/testcases/UseSHASpecificTestCaseForSupportedSparcCPU.java
- test/compiler/intrinsics/sha/cli/testcases/UseSHASpecificTestCaseForUnsupportedSparcCPU.java

Changeset: 4ffba31b9baa
Author:    jwilhelm
Date:      2015-06-24 13:38 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/4ffba31b9baa

Merge

! src/share/vm/classfile/classFileParser.cpp
! src/share/vm/classfile/classFileParser.hpp
- test/compiler/intrinsics/sha/cli/testcases/GenericTestCaseForSupportedSparcCPU.java
- test/compiler/intrinsics/sha/cli/testcases/UseSHAIntrinsicsSpecificTestCaseForUnsupportedSparcCPU.java
- test/compiler/intrinsics/sha/cli/testcases/UseSHASpecificTestCaseForSupportedSparcCPU.java
- test/compiler/intrinsics/sha/cli/testcases/UseSHASpecificTestCaseForUnsupportedSparcCPU.java



More information about the jdk9-all-changes mailing list