JDK-8147604 : CheckOrigin.java test needs specific exit code for exceptions (versus crashes)
  • Type: Bug
  • Component: hotspot
  • Sub-Component: test
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Withdrawn
  • Submitted: 2016-01-19
  • Updated: 2016-03-08
  • Resolved: 2016-03-08
Related Reports
Relates :  
Description
jdk/test/com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java  spawns sub-process and waits for it and checks for a non-zero exit code.

Problem is, it doesn't differentiate between throwing an exception, or a VM crash.

JDK-8144947 matching rules are being picked up instead of JDK-8147494. 
Comments
Test already fixed
08-03-2016

JDK-8144947 being falsely identified
19-01-2016