Changeset: bb5c32e2d31a Author: eosterlund Date: 2017-06-06 13:31 -0400 URL: http://hg.openjdk.java.net/jigsaw/jake/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/jigsaw/jake/hotspot/rev/5242609b8088 8181292: Backport Rename internal Unsafe.compare methods from 10 to 9 Reviewed-by: psandoz, dholmes, thartmann, kvn Contributed-by: ron.press...@oracle.com, claes.redes...@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/jigsaw/jake/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 Changeset: 944791f81601 Author: lana Date: 2017-06-08 23:11 +0000 URL: http://hg.openjdk.java.net/jigsaw/jake/hotspot/rev/944791f81601 Merge Changeset: ca47dcfdd351 Author: lana Date: 2017-06-15 17:24 +0000 URL: http://hg.openjdk.java.net/jigsaw/jake/hotspot/rev/ca47dcfdd351 Added tag jdk-9+174 for changeset 944791f81601 ! .hgtags Changeset: 2ee01a2abc55 Author: alanb Date: 2017-06-15 18:55 +0100 URL: http://hg.openjdk.java.net/jigsaw/jake/hotspot/rev/2ee01a2abc55 Merge ! .hgtags ! src/jdk.hotspot.agent/share/classes/module-info.java ! src/share/vm/c1/c1_LIRGenerator.cpp ! src/share/vm/classfile/vmSymbols.hpp ! src/share/vm/opto/library_call.cpp ! test/compiler/c2/cr8004867/TestIntUnsafeCAS.java ! test/compiler/intrinsics/unsafe/UnsafeTwoCASLong.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 Changeset: bc3d2b52debd Author: alanb Date: 2017-06-15 19:00 +0100 URL: http://hg.openjdk.java.net/jigsaw/jake/hotspot/rev/bc3d2b52debd Merge