Request for reviews (XS): 8004741: Missing compiled exception handle table entry for multidimensional array allocation
Christian Thalinger
christian.thalinger at oracle.com
Fri Dec 7 17:32:28 PST 2012
Looks good. -- Chris
On Dec 7, 2012, at 4:42 PM, Vladimir Kozlov <vladimir.kozlov at oracle.com> wrote:
> 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