--- old/test/runtime/ClassUnload/KeepAliveSoftReference.java 2015-10-22 21:55:12.248444923 -0700 +++ new/test/runtime/ClassUnload/KeepAliveSoftReference.java 2015-10-22 21:55:12.185444591 -0700 @@ -24,7 +24,7 @@ /* * @test KeepAliveSoftReference * @summary This test case uses a java.lang.ref.SoftReference referencing a class instance to keep a class alive. - * @library /testlibrary /../../test/lib /runtime/testlibrary + * @library /testlibrary /test/lib /runtime/testlibrary * @library classes * @build KeepAliveSoftReference test.Empty * @build ClassUnloadCommon