hg: hsx/hotspot-main/hotspot: 6 new changesets
vladimir.x.ivanov at oracle.com
vladimir.x.ivanov at oracle.com
Thu Feb 28 23:51:53 PST 2013
Changeset: 6931f425c517
Author: roland
Date: 2013-02-25 14:13 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/6931f425c517
8007294: ReduceFieldZeroing doesn't check for dependent load and can lead to incorrect execution
Summary: InitializeNode::can_capture_store() must check that the captured store doesn't overwrite a memory location that is loaded before the store.
Reviewed-by: kvn
! src/share/vm/opto/memnode.cpp
! src/share/vm/opto/memnode.hpp
! src/share/vm/opto/node.cpp
! src/share/vm/opto/phaseX.cpp
+ test/compiler/8007294/Test8007294.java
Changeset: 706c919d3b56
Author: roland
Date: 2013-02-26 12:18 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/706c919d3b56
8007722: C2: "assert(tp->base() != Type::AnyPtr) failed: not a bare pointer" at machnode.cpp:376
Summary: GetAndSetP's MachNode should capture bottom type.
Reviewed-by: kvn
! src/share/vm/adlc/formssel.cpp
+ test/compiler/8007722/Test8007722.java
Changeset: a00ed9736260
Author: drchase
Date: 2013-02-26 15:38 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/a00ed9736260
8007776: Test6852078.java timeouts
Summary: if more than 100 seconds and more than 100 iterations have both passed, then exit is allowed.
Reviewed-by: kvn
! test/compiler/6852078/Test6852078.java
Changeset: 133bf557ef77
Author: iignatyev
Date: 2013-02-27 05:58 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/133bf557ef77
8007439: C2: adding successful message of inlining
Reviewed-by: kvn, vlivanov
! src/share/vm/opto/bytecodeInfo.cpp
! src/share/vm/opto/parse.hpp
Changeset: b02157cd249f
Author: vlivanov
Date: 2013-02-27 08:03 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/b02157cd249f
Merge
Changeset: 338da89b2592
Author: vlivanov
Date: 2013-02-28 15:31 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/338da89b2592
Merge
More information about the hotspot-dev
mailing list