hotspot/test/runtime/ClassUnload/KeepAliveClass.java
changeset 28190 5a6b07edeb21
parent 25958 8dc85547d6d6
child 33730 30e064828045
--- a/hotspot/test/runtime/ClassUnload/KeepAliveClass.java	Tue Dec 09 11:57:46 2014 +0100
+++ b/hotspot/test/runtime/ClassUnload/KeepAliveClass.java	Fri Dec 12 09:37:38 2014 +0100
@@ -24,7 +24,7 @@
 /*
  * @test KeepAliveClass
  * @summary This test case uses a java.lang.Class instance to keep a class alive.
- * @library /testlibrary /testlibrary/whitebox /runtime/testlibrary
+ * @library /testlibrary /../../test/lib /runtime/testlibrary
  * @library classes
  * @build KeepAliveClass test.Empty
  * @build ClassUnloadCommon