JDK-6664424 : HeapDumpOnOutOfMemoryError should be a secure VM arg
  • Type: Enhancement
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_vista
  • CPU: x86
  • Submitted: 2008-02-18
  • Updated: 2011-05-25
  • Resolved: 2011-05-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b123Fixed
Description
A DESCRIPTION OF THE REQUEST :
-XX:HeapDumpOnOutOfMemoryError should be an allowed flag in the JNLP file for trusted applications

JUSTIFICATION :
It can be very difficult to diagnose OutOfMemory errors on Java Web Start applications

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Dump heap to client machine

Comments
EVALUATION correct option name is -XX:+HeapDumpOnOutOfMemoryError
08-12-2010

EVALUATION requiest is just to ad -XX:HeapDumpOnOutOfMemoryError to the list of secure vm args
20-10-2010