8160923: sun/tools/jps/TestJpsJar.java fails due to ClassNotFoundException: jdk.testlibrary.ProcessTools

Cleanup build tag

Reviewed-by: iklam, rehn, ctornqvi
This commit is contained in:
Dmitry Samersoff 2016-08-29 11:59:52 +03:00
parent 4d1d2d4cf3
commit 7c219b82fc
2 changed files with 1 additions and 3 deletions

View File

@ -365,8 +365,6 @@ sun/tools/jhsdb/HeapDumpTest.java 8160376 macosx-a
sun/tools/jhsdb/heapconfig/JMapHeapConfigTest.java 8160376 macosx-all
sun/tools/jps/TestJpsJar.java 8160923 generic-all
sun/tools/jps/TestJpsJarRelative.java 6456333 generic-all
sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java 8057732 generic-all

View File

@ -38,7 +38,7 @@ import jdk.testlibrary.ProcessTools;
* @library /lib/testlibrary
* @modules jdk.jartool/sun.tools.jar
* java.management
* @build jdk.testlibrary.* JpsHelper JpsBase
* @build JpsHelper JpsBase
* @run main/othervm TestJpsJar
*/
public class TestJpsJar {