RFR (XS) JDK-8025569: -XX:+CheckUnhandledOops crashes on Windows
Lois Foltan
lois.foltan at oracle.com
Wed Oct 2 04:36:04 PDT 2013
Thanks for the review Coleen!
Lois
On 10/1/2013 9:29 PM, Coleen Phillimore wrote:
>
> This looks good.
> Coleen
>
> On 10/01/2013 04:51 PM, Lois Foltan wrote:
>>
>> Please review the following fix:
>>
>> Webrev:
>> http://cr.openjdk.java.net/~coleenp/bug_jdk8025569/
>>
>> Bug: -XX:+CheckUnhandledOops crashes on Windows
>> https://bugs.openjdk.java.net/browse/JDK-8025569
>>
>> Summary of fix:
>> Until JDK-8024364,
>> <https://bugs.openjdk.java.net/browse/JDK-8024364> (Win/x64:
>> os::current_frame() and os::fetch_frame_from_context() returns wrong
>> frame pointer),
>> is fixed, -XX:+CheckUnhandledOops can not be supported for
>> Windows fastdebug builds due to the need to have
>> a legitimate frame returned from os::current_frame() early on in
>> universe_post_init() to register & deregister oops.
>>
>> Tests:
>> JTREG on Windows (in progress)
>>
>> Thank you, Lois
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/attachments/20131002/ac46b38d/attachment.html
More information about the hotspot-runtime-dev
mailing list