JDK-8007259 : java -jar -BOGUS crashes with seg fault
  • Type: Bug
  • Component: tools
  • Sub-Component: launcher
  • Affected Version: 7u11
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2013-01-31
  • Updated: 2013-01-31
  • Resolved: 2013-01-31
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 8
8Fixed
Related Reports
Duplicate :  
Description
java -jar -BOGUS crashes jdk7 launcher with a segmentation fault.
This have been in jdk7 for  a little while. 
It would be found by Arrrrghs.java (java -jar -W) but may have been masked by another failures.

test:
tools/launcher/Arrrghs.java

It's easiest to see the failure by running
java -jar -W
Comments
This looks like it began to fail as early as 7u2. It was in 8b37 and fixed by 8b38.
31-01-2013