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 18:11:13 PST 2012


Thank you, Christian

As you asked I modified code in JavaThread::send_thread_stop() to skip 
deoptimization and immediately hit the failure without fix.

Thanks,
Vladimir

On 12/07/12 17:32, Christian Thalinger wrote:
> 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