hg: jdk10/client/hotspot: 21 new changesets

philip.race at oracle.com philip.race at oracle.com
Fri Jun 23 18:14:11 UTC 2017


Changeset: 63ac6d565c21
Author:    thartmann
Date:      2017-05-24 16:53 +0200
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/63ac6d565c21

8180813: Null pointer dereference of CodeCache::find_blob() result
Summary: Fixed missing null checks on the result of CodeCache::find_blob() found by Parfait.
Reviewed-by: shade, kvn

! src/share/vm/code/relocInfo.cpp
! src/share/vm/runtime/sharedRuntime.cpp

Changeset: 531cb9202a0f
Author:    lana
Date:      2017-05-26 00:45 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/531cb9202a0f

Merge


Changeset: 1ae9e84f68b3
Author:    zmajo
Date:      2017-05-29 10:32 +0200
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/1ae9e84f68b3

8180855: Null pointer dereference in OopMapSet::all_do of oopMap.cpp:394
Summary: Check for possible null-point dereference.
Reviewed-by: kvn

! src/share/vm/compiler/oopMap.cpp

Changeset: d5ed1e34de8b
Author:    lana
Date:      2017-06-01 18:26 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/d5ed1e34de8b

Added tag jdk-9+172 for changeset 1ae9e84f68b3

! .hgtags

Changeset: 7f14e550f1e8
Author:    lana
Date:      2017-06-03 02:44 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/7f14e550f1e8

Merge

! .hgtags
- test/gc/arguments/TestExplicitGCInvokesConcurrentAndUnloadsClasses.java
- test/gc/startup_warnings/TestDefNewCMS.java
- test/gc/startup_warnings/TestParNewCMS.java
- test/gc/startup_warnings/TestParNewSerialOld.java
- test/gc/startup_warnings/TestUseAutoGCSelectPolicy.java
- test/runtime/NMT/AutoshutdownNMT.java

Changeset: 6cd49024a1e2
Author:    lana
Date:      2017-06-09 21:34 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/6cd49024a1e2

Added tag jdk-10+11 for changeset 7f14e550f1e8

! .hgtags

Changeset: e939acda146e
Author:    vlivanov
Date:      2017-05-30 21:35 +0300
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/e939acda146e

8179882: C2: Stale control info after cast node elimination during loop optimization pass
Reviewed-by: kvn, roland

! src/share/vm/opto/loopnode.cpp
! src/share/vm/opto/loopopts.cpp

Changeset: c0501ae2ceda
Author:    lana
Date:      2017-06-01 18:48 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/c0501ae2ceda

Merge


Changeset: 3ee42d818496
Author:    roland
Date:      2017-06-02 09:08 +0200
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/3ee42d818496

8179678: ArrayCopy with same src and dst can cause incorrect execution or compiler crash
Summary: Replacing load on dst with load on src only valid if copy doesn't modify src element to load
Reviewed-by: kvn, thartmann

! src/share/vm/opto/arraycopynode.cpp
! src/share/vm/opto/arraycopynode.hpp
! src/share/vm/opto/macro.cpp
! src/share/vm/opto/macroArrayCopy.cpp
! src/share/vm/opto/memnode.cpp
+ test/compiler/arraycopy/TestACSameSrcDst.java

Changeset: e5192b08213c
Author:    ihse
Date:      2017-06-02 14:29 +0200
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/e5192b08213c

8180322: Move JNI spec to specs directory
Reviewed-by: mchung, dholmes

! src/share/vm/prims/jvmti.xml

Changeset: e271f2b09a39
Author:    bobv
Date:      2017-06-02 10:35 -0400
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/e271f2b09a39

8181093: assert(si->is_ldr_literal()) failed on arm64 test nsk/jdi/.../returnValue004
Reviewed-by: kvn, dlong

! src/cpu/arm/vm/relocInfo_arm.cpp

Changeset: e64b1cb48d6e
Author:    bobv
Date:      2017-06-02 10:37 -0400
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/e64b1cb48d6e

Merge


Changeset: 7f45d3d72a9b
Author:    lana
Date:      2017-06-08 16:32 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/7f45d3d72a9b

Added tag jdk-9+173 for changeset e64b1cb48d6e

! .hgtags

Changeset: 070aa7a2eb14
Author:    lana
Date:      2017-06-14 20:05 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/070aa7a2eb14

Merge

! .hgtags
- test/gc/arguments/TestExplicitGCInvokesConcurrentAndUnloadsClasses.java
- test/gc/startup_warnings/TestDefNewCMS.java
- test/gc/startup_warnings/TestParNewCMS.java
- test/gc/startup_warnings/TestParNewSerialOld.java
- test/gc/startup_warnings/TestUseAutoGCSelectPolicy.java
- test/runtime/NMT/AutoshutdownNMT.java

Changeset: bb5c32e2d31a
Author:    eosterlund
Date:      2017-06-06 13:31 -0400
URL:       http://hg.openjdk.java.net/jdk10/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/jdk10/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/jdk10/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

Changeset: 944791f81601
Author:    lana
Date:      2017-06-08 23:11 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/944791f81601

Merge


Changeset: ca47dcfdd351
Author:    lana
Date:      2017-06-15 17:24 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/ca47dcfdd351

Added tag jdk-9+174 for changeset 944791f81601

! .hgtags

Changeset: 536f8cb71e48
Author:    lana
Date:      2017-06-16 04:55 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/536f8cb71e48

Merge

! .hgtags
! src/share/vm/classfile/vmSymbols.hpp
- test/gc/arguments/TestExplicitGCInvokesConcurrentAndUnloadsClasses.java
- test/gc/startup_warnings/TestDefNewCMS.java
- test/gc/startup_warnings/TestParNewCMS.java
- test/gc/startup_warnings/TestParNewSerialOld.java
- test/gc/startup_warnings/TestUseAutoGCSelectPolicy.java
- test/runtime/NMT/AutoshutdownNMT.java

Changeset: a9da03357f19
Author:    lana
Date:      2017-06-17 00:15 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/a9da03357f19

Added tag jdk-10+12 for changeset 070aa7a2eb14

! .hgtags



More information about the jdk10-client-changes mailing list