hg: jdk9/hs/hotspot: 17 new changesets
dean.long at oracle.com
dean.long at oracle.com
Fri Sep 9 05:02:05 UTC 2016
Changeset: fbb492c97959
Author: zmajo
Date: 2016-08-29 07:32 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/fbb492c97959
8163880: Constant pool caching of fields inhibited/delayed unnecessarily
Summary: Delay/inhibit constant pool caching of fields only if necessary
Reviewed-by: kvn
! src/share/vm/interpreter/interpreterRuntime.cpp
Changeset: 64840dbba932
Author: never
Date: 2016-08-29 17:15 +0000
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/64840dbba932
8161550: [JVMCI] Crash: assert(sig_bt[member_arg_pos] == T_OBJECT)
Reviewed-by: zmajo
! src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/CompilerToVM.java
! src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotConstantPool.java
! src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotResolvedObjectTypeImpl.java
! src/jdk.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/ResolvedJavaType.java
! src/share/vm/jvmci/jvmciCompilerToVM.cpp
! test/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaType.java
Changeset: e4094bc14d80
Author: zmajo
Date: 2016-08-30 09:30 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/e4094bc14d80
8161720: Better byte behavior for off-heap data
Summary: Normalize boolean values read with Unsafe.
Reviewed-by: aph, simonis, jrose, psandoz
! src/share/vm/c1/c1_LIRGenerator.cpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/prims/unsafe.cpp
+ test/compiler/unsafe/UnsafeOffHeapBooleanTest.java
+ test/compiler/unsafe/UnsafeOnHeapBooleanTest.java
+ test/compiler/unsafe/UnsafeSmallOffsetBooleanAccessTest.java
Changeset: 6baec63b2b11
Author: zmajo
Date: 2016-08-30 10:50 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/6baec63b2b11
8141634: Implement VarHandles/Unsafe intrinsics on SPARC
Summary: Implement the appropriate intrinsics on SPARC.
Reviewed-by: kvn, dholmes, zmajo
Contributed-by: Trevor Watson <trevor.d.watson at oracle.com>
! src/cpu/sparc/vm/sparc.ad
Changeset: cfbdc930bf01
Author: zmajo
Date: 2016-08-30 09:01 +0000
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/cfbdc930bf01
Merge
Changeset: 091f0dd7aac0
Author: neliasso
Date: 2016-07-13 12:10 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/091f0dd7aac0
8160942: Unused code in GraphKit::record_profiled_receiver_for_speculation
Summary: Fixed logic error; locally scoped 'maybe_null' w/initialiser is unused/dead
Reviewed-by: kvn
Contributed-by: patric.hedlin at oracle.com
! src/share/vm/opto/graphKit.cpp
Changeset: 25478ff8e163
Author: neliasso
Date: 2016-08-30 13:53 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/25478ff8e163
8157024: CodeCache JFR events reporting wrong data
Summary: Fix scaling
Reviewed-by: kvn
Contributed-by: patric.hedlin at oralce.com
! src/share/vm/code/codeCache.cpp
Changeset: b9b1b54d53b2
Author: thartmann
Date: 2016-08-30 13:24 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b9b1b54d53b2
8164480: Crash with assert(handler_address == SharedRuntime::compute_compiled_exc_handler(..) failed: Must be the same
Summary: Exception checking code needs to handle pre-allocated exceptions.
Reviewed-by: dnsimon, kvn
! src/share/vm/c1/c1_Runtime1.cpp
! src/share/vm/jvmci/jvmciRuntime.cpp
! src/share/vm/opto/runtime.cpp
! src/share/vm/runtime/sharedRuntime.cpp
! src/share/vm/runtime/sharedRuntime.hpp
Changeset: b9cc59087cde
Author: thartmann
Date: 2016-08-30 13:51 +0000
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b9cc59087cde
Merge
Changeset: 79a147ebfdf2
Author: tpivovarova
Date: 2016-08-31 14:47 +0300
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/79a147ebfdf2
8165030: [TESTBUG] ctw failed to build after 8157957
Reviewed-by: kvn
! test/testlibrary/ctw/Makefile
Changeset: 882e8cda60b3
Author: dlong
Date: 2016-08-31 12:10 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/882e8cda60b3
8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links
Summary: process previous versions in Klass::clean_weak_klass_links()
Reviewed-by: coleenp, sspitsyn, stefank, dcubed
! src/share/vm/oops/klass.cpp
Changeset: 715302110892
Author: dpochepk
Date: 2016-09-01 21:12 +0300
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/715302110892
8157956: OverflowCodeCacheTest.java fails with Out of space in CodeCache for method handle intrinsic
Reviewed-by: kvn
! test/compiler/codecache/OverflowCodeCacheTest.java
Changeset: f50719b7f652
Author: dpochepk
Date: 2016-09-01 21:13 +0300
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f50719b7f652
8146096: [TEST BUG] compiler/loopopts/UseCountedLoopSafepoints.java Timeouts
Reviewed-by: kvn
! test/compiler/loopopts/UseCountedLoopSafepoints.java
+ test/compiler/loopopts/UseCountedLoopSafepointsTest.java
Changeset: 0c954730af2f
Author: dpochepk
Date: 2016-09-01 21:15 +0300
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/0c954730af2f
8165244: Unquarantine compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java
Reviewed-by: kvn
! test/compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java
Changeset: 1b3cd490db61
Author: tpivovarova
Date: 2016-09-01 20:16 +0300
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1b3cd490db61
8165050: [TESTBUG] tests generated by jittester cannot be run with jtreg
Reviewed-by: vlivanov
! test/testlibrary/jittester/Makefile
Changeset: dcf0a260cf72
Author: mcberg
Date: 2016-09-06 09:59 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/dcf0a260cf72
8164989: Inflate and compress intrinsics produce incorrect results with avx512
Summary: disabled avx512 for compress and reastrict using of inflate.
Reviewed-by: kvn
! src/cpu/x86/vm/macroAssembler_x86.cpp
Changeset: 7c505133010d
Author: dlong
Date: 2016-09-08 23:43 -0400
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/7c505133010d
Merge
! src/share/vm/c1/c1_LIRGenerator.cpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/prims/unsafe.cpp
More information about the jdk9-all-changes
mailing list