--- old/test/runtime/NMT/VirtualAllocTestType.java 2015-02-24 10:34:40.495539145 -0800 +++ new/test/runtime/NMT/VirtualAllocTestType.java 2015-02-24 10:34:40.141522027 -0800 @@ -26,7 +26,7 @@ * @summary Test Reserve/Commit/Uncommit/Release of virtual memory and that we track it correctly * @key nmt jcmd * @library /testlibrary /../../test/lib - * @build VirtualAllocTestType + * @build com.oracle.java.testlibrary.* VirtualAllocTestType * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail VirtualAllocTestType