RFR JDK-6730115: Fastdebug VM crashes with "ExceptionMark destructor expects no pending exceptions" error
Zhengyu Gu
zhengyu.gu at oracle.com
Mon Dec 30 17:38:57 PST 2013
Coleen,
Thanks for the review. There are existing test cases, currently in
exclude list:
jit/graph/cgt2
jit/graph/cgt3
jit/graph/cgt4
jit/graph/cgt5
jit/graph/cgt6
jit/graph/cgt7
jit/graph/cgt8
jit/graph/cgt9
Thanks,
-Zhengyu
On 12/30/2013 5:24 PM, Coleen Phillimore wrote:
>
> This looks good but is there a test that you could add for this? Or an
> existing SQE test is fine.
> thanks,
> Coleen
>
> On 12/27/2013 3:10 PM, Zhengyu Gu wrote:
>> The issue here is that EXCEPTION_MARK and CHECK are not compatible.
>> EXCEPTION_MARK limits exception in the local scope, while CHECK tries
>> to propagate the exception.
>>
>> AttachListener::init() appears to try to handle the exception in
>> local scope, but mis-used CHECK macro.
>>
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-6730115
>> Webrev: http://cr.openjdk.java.net/~zgu/6730115/webrev.00/
>> <http://cr.openjdk.java.net/%7Ezgu/6730115/webrev.00/>
>>
>> Test:
>> vm.quick.testlist with no exclude list on Linux 64
>>
>> Thanks,
>>
>> -Zhengyu
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/attachments/20131230/77237fc9/attachment.html
More information about the hotspot-runtime-dev
mailing list