hg: jdk9/hs-comp/hotspot: 2 new changesets
igor.veresov at oracle.com
igor.veresov at oracle.com
Wed Apr 2 20:35:28 UTC 2014
Changeset: 2e29e3e5dde2
Author: iveresov
Date: 2014-04-02 11:24 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/2e29e3e5dde2
8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
Summary: Null check is placed in a wrong place when storing a null to an object field on x64 with compressed oops off
Reviewed-by: roland, vlivanov, kvn
! src/cpu/x86/vm/c1_LIRAssembler_x86.cpp
+ test/compiler/codegen/C1NullCheckOfNullStore.java
Changeset: 16c855217e89
Author: iveresov
Date: 2014-04-02 12:27 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/16c855217e89
Merge
More information about the jdk9-all-changes
mailing list