Request for reviews (XS): 6913075: EA identifies escape state incorrectly after 6895383 fix
Vladimir Kozlov
Vladimir.Kozlov at Sun.COM
Wed Dec 23 14:28:43 PST 2009
http://cr.openjdk.java.net/~kvn/6913075/webrev
Fixed 6913075: EA identifies escape state incorrectly after 6895383 fix
EA incorrectly identifies escape state of an allocation passed
as call argument when the allocation's escape state is ArgEscape.
Because of the code change the ArgEscape state is not updated
to GlobalEscape which leads to incorrect elimination of locks.
Found during running jbb.
Reviewed by:
Fix verified (y/n): y, jbb
Other testing:
JPRT, refworkload
More information about the hotspot-compiler-dev
mailing list