Adding Serviceability to the thread since this is SA (Serviceability
Agent) code...
Dan
On 4/23/14 2:00 PM, Miroslaw Niemiec wrote:
Hi,
In Java6 hotspot
I have change compilation option for sawindbg.dll
from /ZI (enable Edit and Continue debug info)
to /Zi (enable debugging information)
in order to force Visual Studio 2003 (Java6)
include a table of safe exceptions handlers in sawindbg.dll.
While working on:
https://bug.oraclecorp.com/pls/bug/webbug_edit.edit_info_top?rptno=18420609
Can anyone evaluate this fix:
https://java.se.oracle.com/code/cru/CR-JDK6UCPU-329
if this option change won't break SA functionality
Thank you
Miroslaw