JDK-6794885 : Improve Windows unhandled structured exception reporting - UseOSErrorReporting
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 6u11
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2009-01-16
  • Updated: 2020-07-30
  • Resolved: 2009-01-30
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
Reincarnation of 6227246.

Using -XX:UseOSErrorReporting should create both hs_err log file and a windows crash dump.

Steps to Reproduce

Take the example from 
http://blogs.sun.com/poonam/entry/windows_crash_dumps_for_java
(also found in the attachment)

If you run it with fastdebug 6u11 you get hs_err log file and a windows crash dump
java 
jdk1.6.0_11\fastdebug\bin\java -XX:+UseOSErrorReporting test

If you run product jvm - only hs log file is created
jdk1.6.0_11\bin\java -XX:+UseOSErrorReporting test
Expected: hs err log file and windows crash dump are created as in fastdebug