hg: jdk10/sandbox/hotspot: 4 new changesets
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Fri Jul 7 04:33:04 UTC 2017
Changeset: 2ab74e5dbdc2
Author: roland
Date: 2017-06-23 09:33 +0200
URL: http://hg.openjdk.java.net/jdk10/sandbox/hotspot/rev/2ab74e5dbdc2
8181742: Load that bypasses arraycopy has wrong memory state
Summary: Set load memory edge to the memory state right before the arraycopy.
Reviewed-by: kvn, thartmann
! src/share/vm/opto/arraycopynode.cpp
! src/share/vm/opto/arraycopynode.hpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/opto/memnode.cpp
! src/share/vm/opto/memnode.hpp
+ test/compiler/arraycopy/TestLoadBypassACWithWrongMem.java
Changeset: 1ca8f038fceb
Author: lana
Date: 2017-06-29 17:26 +0000
URL: http://hg.openjdk.java.net/jdk10/sandbox/hotspot/rev/1ca8f038fceb
Added tag jdk-9+176 for changeset 2ab74e5dbdc2
! .hgtags
Changeset: 9daaceb6c64c
Author: lana
Date: 2017-07-06 20:13 +0000
URL: http://hg.openjdk.java.net/jdk10/sandbox/hotspot/rev/9daaceb6c64c
Added tag jdk-9+177 for changeset 1ca8f038fceb
! .hgtags
Changeset: c1f3649a3a42
Author: lana
Date: 2017-07-07 03:07 +0000
URL: http://hg.openjdk.java.net/jdk10/sandbox/hotspot/rev/c1f3649a3a42
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
More information about the jdk10-sandbox-changes
mailing list