hg: hsx/hsx17/baseline: 6953058: G1: A bigapp crashes with SIGSEGV in compiled code
john.cuthbertson at sun.com
john.cuthbertson at sun.com
Thu Jun 10 11:45:43 PDT 2010
Changeset: d53d91cb378c
Author: johnc
Date: 2010-06-07 17:46 -0700
URL: http://hg.openjdk.java.net/hsx/hsx17/baseline/rev/d53d91cb378c
6953058: G1: A bigapp crashes with SIGSEGV in compiled code
Summary: In C2's G1 post write barrier, the loads of the buffer and index fields from the DirtyCardQueue structure may be moved across a safepoint. Use the current value of "control" in the C2 IR to limit how far these loads can move.
Reviewed-by: never, iveresov, kvn
! src/share/vm/opto/graphKit.cpp
More information about the hotspot-dev
mailing list