RFR(xxs): 8144192: [windows] Enhancements to os::print_siginfo()

Thomas Stüfe thomas.stuefe at gmail.com
Mon Nov 30 06:52:36 UTC 2015


Hi David,

On Mon, Nov 30, 2015 at 6:12 AM, David Holmes <david.holmes at oracle.com>
wrote:

> Hi Thomas,
>
> On 28/11/2015 1:31 AM, Thomas Stüfe wrote:
>
>> Hi all,
>>
>> please take a look at these small enhancements to Windows' version of
>> os::print_siginfo.
>>
>> Bug report: https://bugs.openjdk.java.net/browse/JDK-8144192
>> Webrev:
>>
>> http://cr.openjdk.java.net/~stuefe/webrevs/8144192-Enhancements-print_siginfo/webrev.00/webrev/
>>
>
> I couldn't find any documentation to confirm that EXCEPTION_GUARD_PAGE has
> the same ExceptionInformation[0] as EXCEPTION_ACCESS_VIOLATION and
> EXCEPTION_IN_PAGE_ERROR.
>
>
That is true. I found this in practice to be true, though. And useful
enough to add.
But this was some years ago, and since it is undocumented, it may not work
anymore. So, if you want, I can remove EXCEPTION_GUARD_PAGE from that case.

Kind Regards, Thomas


> Thanks,
> David
> -----
>
> Kind regards, Thomas
>>
>>


More information about the hotspot-runtime-dev mailing list