8066433: Move Whitebox test library to top level repository

Moved Whitebox test library to top level repository.

Reviewed-by: iignatyev, sla, mr
This commit is contained in:
Tobias Hartmann 2014-12-12 09:37:38 +01:00
parent 46714a7809
commit bf022cf7dc
191 changed files with 191 additions and 191 deletions

View file

@ -31,7 +31,7 @@ import java.net.URLClassLoader;
* @test MethodUnloadingTest
* @bug 8029443
* @summary "Tests the unloading of methods to to class unloading"
* @library /testlibrary /testlibrary/whitebox
* @library /testlibrary /../../test/lib
* @build TestMethodUnloading
* @build WorkerClass
* @run main ClassFileInstaller sun.hotspot.WhiteBox