JDK-8214933 : TestCrashOnOutOfMemoryError.java and TestExitOnOutOfMemoryError.java failed
  • Type: Bug
  • Component: hotspot
  • Sub-Component: test
  • Affected Version: 8u192
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2018-12-06
  • Updated: 2018-12-06
  • Resolved: 2018-12-06
Related Reports
Duplicate :  
Description
jtreg on those tests failed since in the tests:
@build jdk.test.lib.*
The package name is not in jdk8. For jdk8, it should be
@build com.oracle.java.testlibrary.*
Comments
This is a duplicate of JDK-8151295 which for some reason never got fixed.
06-12-2018

Those tests have been there for nearly three years! http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/8641949eb21f How has this not been noticed?
06-12-2018