RFR (XS): 8015441: runThese crashed with assert(opcode == Op_ConP || opcode == Op_ThreadLocal || opcode == Op_CastX2P ..) failed: sanity
Vladimir Kozlov
vladimir.kozlov at oracle.com
Thu May 30 17:08:39 PDT 2013
http://cr.openjdk.java.net/~kvn/8015441/webrev/
Escape Analysis expected only TypeRawPtr::NOTNULL for base of raw
address. In the bug case it is TypeRawPtr::BOTTOM.
Change check to accept any raw ptr types.
Thanks,
Vladimir
More information about the hotspot-compiler-dev
mailing list