Request for reviews (XS): 8004741: Missing compiled exception handle table entry for multidimensional array allocation
Vladimir Kozlov
vladimir.kozlov at oracle.com
Fri Dec 7 16:42:12 PST 2012
http://cr.openjdk.java.net/~kvn/8004741/webrev
Added missing exception path for multidimensional array allocation
runtime calls. It cased "missing exception handler" error during an
exception processing on the return from such runtime call. It is very
rare case because usually the compiled frame is deoptimized (go back to
Interpreter) to process an exception.
Thanks,
Vladimir
More information about the hotspot-compiler-dev
mailing list