hg: hsx/hotspot-main/hotspot: 5 new changesets
tom.rodriguez at oracle.com
tom.rodriguez at oracle.com
Fri Mar 9 12:38:19 PST 2012
Changeset: 4fabc16dc5bf
Author: roland
Date: 2012-03-02 16:04 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/4fabc16dc5bf
6910464: Lookupswitch and Tableswitch default branches not recognized as safepoints
Summary: C1 does not recognize the default branch of a lookupswitch or tableswitch bytecode to be a safepoint if backward.
Reviewed-by: kvn, never
! src/share/vm/c1/c1_GraphBuilder.cpp
Changeset: e5f73be4c7f1
Author: never
Date: 2012-03-02 13:13 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/e5f73be4c7f1
Merge
! src/share/vm/c1/c1_GraphBuilder.cpp
Changeset: b40ac3579043
Author: never
Date: 2012-03-05 18:10 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/b40ac3579043
6658428: C2 doesn't inline java method if corresponding intrinsic failed to inline.
Summary: Allow fallback to non-intrinsic inline case
Reviewed-by: kvn, jrose, never
Contributed-by: nils.eliasson at oracle.com
! src/share/vm/opto/compile.hpp
! src/share/vm/opto/doCall.cpp
! src/share/vm/opto/library_call.cpp
Changeset: 541c4a5e7b88
Author: never
Date: 2012-03-06 16:32 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/541c4a5e7b88
7150390: JFR test crashed on assert(_jni_lock_count == count) failed: must be equal
Reviewed-by: dholmes, minqi, kvn, coleenp
! src/share/vm/runtime/safepoint.cpp
! src/share/vm/runtime/thread.cpp
! src/share/vm/runtime/thread.hpp
Changeset: d8b13355c500
Author: never
Date: 2012-03-09 08:34 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/d8b13355c500
Merge
More information about the hotspot-dev
mailing list