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?