hg: jdk9/client/hotspot: 3 new changesets
philip.race at oracle.com
philip.race at oracle.com
Thu Jun 8 19:05:45 UTC 2017
Changeset: bb5c32e2d31a
Author: eosterlund
Date: 2017-06-06 13:31 -0400
URL: http://hg.openjdk.java.net/jdk9/client/hotspot/rev/bb5c32e2d31a
8161145: The min/max macros make hotspot tests fail to build with GCC 6
Summary: Change min/max macros to expand (once) to self.
Reviewed-by: sgehwolf, pliden, andrew
! src/share/vm/utilities/globalDefinitions.hpp
Changeset: 5242609b8088
Author: psandoz
Date: 2017-06-05 15:52 -0700
URL: http://hg.openjdk.java.net/jdk9/client/hotspot/rev/5242609b8088
8181292: Backport Rename internal Unsafe.compare methods from 10 to 9
Reviewed-by: psandoz, dholmes, thartmann, kvn
Contributed-by: ron.pressler at oracle.com, claes.redestad at oracle.com
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/CheckGraalIntrinsics.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/StandardGraphBuilderPlugins.java
! src/share/vm/c1/c1_Compiler.cpp
! src/share/vm/c1/c1_GraphBuilder.cpp
! src/share/vm/c1/c1_LIRGenerator.cpp
! src/share/vm/classfile/vmSymbols.cpp
! src/share/vm/classfile/vmSymbols.hpp
! src/share/vm/opto/c2compiler.cpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/prims/unsafe.cpp
! src/share/vm/shark/sharkIntrinsics.cpp
! src/share/vm/shark/sharkIntrinsics.hpp
! test/compiler/c2/cr8004867/TestIntUnsafeCAS.java
! test/compiler/intrinsics/unsafe/TestCAEAntiDep.java
! test/compiler/intrinsics/unsafe/UnsafeTwoCASLong.java
! test/compiler/profiling/UnsafeAccess.java
! test/compiler/unsafe/JdkInternalMiscUnsafeAccessTestBoolean.java
! test/compiler/unsafe/JdkInternalMiscUnsafeAccessTestByte.java
! test/compiler/unsafe/JdkInternalMiscUnsafeAccessTestChar.java
! test/compiler/unsafe/JdkInternalMiscUnsafeAccessTestDouble.java
! test/compiler/unsafe/JdkInternalMiscUnsafeAccessTestFloat.java
! test/compiler/unsafe/JdkInternalMiscUnsafeAccessTestInt.java
! test/compiler/unsafe/JdkInternalMiscUnsafeAccessTestLong.java
! test/compiler/unsafe/JdkInternalMiscUnsafeAccessTestObject.java
! test/compiler/unsafe/JdkInternalMiscUnsafeAccessTestShort.java
! test/compiler/unsafe/SunMiscUnsafeAccessTestBoolean.java
! test/compiler/unsafe/SunMiscUnsafeAccessTestByte.java
! test/compiler/unsafe/SunMiscUnsafeAccessTestChar.java
! test/compiler/unsafe/SunMiscUnsafeAccessTestDouble.java
! test/compiler/unsafe/SunMiscUnsafeAccessTestFloat.java
! test/compiler/unsafe/SunMiscUnsafeAccessTestInt.java
! test/compiler/unsafe/SunMiscUnsafeAccessTestLong.java
! test/compiler/unsafe/SunMiscUnsafeAccessTestObject.java
! test/compiler/unsafe/SunMiscUnsafeAccessTestShort.java
! test/compiler/unsafe/X-UnsafeAccessTest.java.template
Changeset: 921359dbc96b
Author: mchung
Date: 2017-06-07 18:57 -0700
URL: http://hg.openjdk.java.net/jdk9/client/hotspot/rev/921359dbc96b
8181639: Add tool and services information to module summary
Reviewed-by: alanb, psandoz, lancea
! src/jdk.hotspot.agent/share/classes/module-info.java
More information about the jdk9-all-changes
mailing list