8164943: sun/tools/jhsdb/HeapDumpTest failed with Can't find library: /test/lib/share/classes

Change /test/lib/share/classes to /test/lib in HeapDumpTest.java

Reviewed-by: dsamersoff, ctornqvi
This commit is contained in:
Sharath Ballal 2016-09-06 09:37:55 +03:00 committed by Dmitry Samersoff
parent 3d2958a962
commit fec04dd065

View File

@ -25,10 +25,8 @@
* @test
* @bug 8163346
* @summary Test hashing of extended characters in Serviceability Agent.
* @library /test/lib/share/classes
* @library /test/lib
* @library /lib/testlibrary
* @build jdk.testlibrary.*
* @build jdk.test.lib.apps.*
* @compile -encoding utf8 HeapDumpTest.java
* @run main/timeout=240 HeapDumpTest
*/