hg: jdk9/hs/hotspot: 6 new changesets
vladimir.kozlov at oracle.com
vladimir.kozlov at oracle.com
Thu Jun 18 18:39:16 UTC 2015
Changeset: 5a9d5d58e667
Author: vlivanov
Date: 2015-06-11 14:19 +0300
URL: http://hg.openjdk.java.net/jdk9/hs/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/hotspot/rev/cdcedb28cf6e
Merge
Changeset: 63337cc98898
Author: enevill
Date: 2015-06-03 08:23 +0000
URL: http://hg.openjdk.java.net/jdk9/hs/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/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/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/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
More information about the jdk9-hs-changes
mailing list