Re: [9] Fix for JDK-8159956 : EXCEPTION_ACCESS_VIOLATION in sun.awt.windows.ThemeReader.getThemeMargins

2016-07-14 Thread Phil Race
p Race *Sent:* Wednesday, July 13, 2016 10:11 PM *To:* Ajit Ghaisas *Cc:* Semyon Sadetsky; awt-dev@openjdk.java.net *Subject:* Re: [9] Fix for JDK-8159956 : EXCEPTION_ACCESS_VIOLATION in sun.awt.windows.ThemeReader.getThemeMargins This seems fine to me although as mentioned off-line I think the test

Re: [9] Fix for JDK-8159956 : EXCEPTION_ACCESS_VIOLATION in sun.awt.windows.ThemeReader.getThemeMargins

2016-07-14 Thread Semyon Sadetsky
*From:*Philip Race *Sent:* Wednesday, July 13, 2016 10:11 PM *To:* Ajit Ghaisas *Cc:* Semyon Sadetsky; awt-dev@openjdk.java.net *Subject:* Re: [9] Fix for JDK-8159956 : EXCEPTION_ACCESS_VIOLATION in sun.awt.windows.ThemeReader.getThemeMargins This seems fine to me although as mentioned off-line I

Re: [9] Fix for JDK-8159956 : EXCEPTION_ACCESS_VIOLATION in sun.awt.windows.ThemeReader.getThemeMargins

2016-07-13 Thread Ajit Ghaisas
] Fix for JDK-8159956 : EXCEPTION_ACCESS_VIOLATION in sun.awt.windows.ThemeReader.getThemeMargins This seems fine to me although as mentioned off-line I think the test could be made to run on all platforms. -phil. On 7/11/16, 3:04 AM, Ajit Ghaisas wrote: Hi, This is the fix for JVM

Re: [9] Fix for JDK-8159956 : EXCEPTION_ACCESS_VIOLATION in sun.awt.windows.ThemeReader.getThemeMargins

2016-07-13 Thread Philip Race
This seems fine to me although as mentioned off-line I think the test could be made to run on all platforms. -phil. On 7/11/16, 3:04 AM, Ajit Ghaisas wrote: Hi, This is the fix for JVM crash bug. https://bugs.openjdk.java.net/browse/JDK-8159956 Root Cause : newInsets() method in

[9] Fix for JDK-8159956 : EXCEPTION_ACCESS_VIOLATION in sun.awt.windows.ThemeReader.getThemeMargins

2016-07-11 Thread Ajit Ghaisas
Hi, This is the fix for JVM crash bug. https://bugs.openjdk.java.net/browse/JDK-8159956 Root Cause : newInsets() method in java.desktop/windows/native/libawt/windows/ThemeReader.cpp file tries to access AwtToolkit::insetsMID method id. In awt headless mode, this