JDK-8164049 : runtime/BootClassAppendProp/BootClassPathAppendProp.java
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2016-08-15
  • Updated: 2016-08-16
  • Resolved: 2016-08-16
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 9
9Resolved
Related Reports
Duplicate :  
Description
runtime/BootClassAppendProp/BootClassPathAppendProp.java fails on multiple platforms with:

java.lang.NullPointerException
	at java.util.TreeMap.compare(TreeMap.java:1290)
	at java.util.TreeMap.put(TreeMap.java:538)
	at com.sun.javatest.regtest.ModuleConfig.setPatchPath(ModuleConfig.java:165)
	at com.sun.javatest.regtest.ModuleConfig$1.handleOption(ModuleConfig.java:99)
	at com.sun.javatest.regtest.JDKOpts$OptionHandler.handleOption(JDKOpts.java:393)
	at com.sun.javatest.regtest.JDKOpts$OptionHandler.handleOptions(JDKOpts.java:367)
	at com.sun.javatest.regtest.ModuleConfig.setFromOpts(ModuleConfig.java:110)
	at com.sun.javatest.regtest.ModuleConfig.setFromOpts(ModuleConfig.java:65)
	at com.sun.javatest.regtest.MainAction.runOtherJVM(MainAction.java:490)
	at com.sun.javatest.regtest.MainAction.run(MainAction.java:337)
	at com.sun.javatest.regtest.RegressionScript.run(RegressionScript.java:231)
	at com.sun.javatest.Script.run(Script.java:241)
	at com.sun.javatest.DefaultTestRunner.runTest(DefaultTestRunner.java:174)
	at com.sun.javatest.DefaultTestRunner.access$100(DefaultTestRunner.java:43)
	at com.sun.javatest.DefaultTestRunner$1.run(DefaultTestRunner.java:66)
result: Not run. Test running...
Comments
Closing as duplicate of JDK-8136930. "fixed" issues should always have an associated changeset that fixed them.
16-08-2016

This problem was fixed as part of the fixes for JDK-8136930, that was pushed to JDK9-dev repo. Please re-open this bug if the test continues to fail after incorporating those JDK9-dev changes into hs-comp.
15-08-2016