--- old/test/Makefile 2015-02-24 10:26:56.976127932 -0800 +++ new/test/Makefile 2015-02-24 10:26:56.503105062 -0800 @@ -266,6 +266,8 @@ # Default JTREG to run JTREG = $(JT_HOME)/bin/jtreg +# Use agent mode +JTREG_BASIC_OPTIONS += -agentvm # Only run automatic tests JTREG_BASIC_OPTIONS += -a # Report details on all failed or error tests, times too --- old/test/compiler/arguments/CheckCompileThresholdScaling.java 2015-02-24 10:26:58.417197608 -0800 +++ new/test/compiler/arguments/CheckCompileThresholdScaling.java 2015-02-24 10:26:57.921173625 -0800 @@ -28,6 +28,7 @@ * @bug 8059604 * @summary "Add CompileThresholdScaling flag to control when methods are first compiled (with +/-TieredCompilation)" * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main CheckCompileThresholdScaling */ --- old/test/compiler/arguments/TestUseBMI1InstructionsOnSupportedCPU.java 2015-02-24 10:26:59.778263415 -0800 +++ new/test/compiler/arguments/TestUseBMI1InstructionsOnSupportedCPU.java 2015-02-24 10:26:59.432246685 -0800 @@ -27,7 +27,7 @@ * @summary Verify processing of UseBMI1Instructions option on CPU with * BMI1 feature support. * @library /testlibrary /../../test/lib - * @build TestUseBMI1InstructionsOnSupportedCPU + * @build com.oracle.java.testlibrary.* TestUseBMI1InstructionsOnSupportedCPU * BMISupportedCPUTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission --- old/test/compiler/arguments/TestUseBMI1InstructionsOnUnsupportedCPU.java 2015-02-24 10:27:00.928319019 -0800 +++ new/test/compiler/arguments/TestUseBMI1InstructionsOnUnsupportedCPU.java 2015-02-24 10:27:00.593302822 -0800 @@ -27,7 +27,7 @@ * @summary Verify processing of UseBMI1Instructions option on CPU without * BMI1 feature support. * @library /testlibrary /../../test/lib - * @build TestUseBMI1InstructionsOnUnsupportedCPU + * @build com.oracle.java.testlibrary.* TestUseBMI1InstructionsOnUnsupportedCPU * BMIUnsupportedCPUTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission --- old/test/compiler/arguments/TestUseCountLeadingZerosInstructionOnSupportedCPU.java 2015-02-24 10:27:02.226381780 -0800 +++ new/test/compiler/arguments/TestUseCountLeadingZerosInstructionOnSupportedCPU.java 2015-02-24 10:27:01.910366501 -0800 @@ -27,7 +27,7 @@ * @summary Verify processing of UseCountLeadingZerosInstruction option * on CPU with LZCNT support. * @library /testlibrary /../../test/lib - * @build TestUseCountLeadingZerosInstructionOnSupportedCPU + * @build com.oracle.java.testlibrary.* TestUseCountLeadingZerosInstructionOnSupportedCPU * BMISupportedCPUTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission --- old/test/compiler/arguments/TestUseCountLeadingZerosInstructionOnUnsupportedCPU.java 2015-02-24 10:27:03.423439658 -0800 +++ new/test/compiler/arguments/TestUseCountLeadingZerosInstructionOnUnsupportedCPU.java 2015-02-24 10:27:03.102424137 -0800 @@ -27,7 +27,7 @@ * @summary Verify processing of UseCountLeadingZerosInstruction option * on CPU without LZCNT support. * @library /testlibrary /../../test/lib - * @build TestUseCountLeadingZerosInstructionOnUnsupportedCPU + * @build com.oracle.java.testlibrary.* TestUseCountLeadingZerosInstructionOnUnsupportedCPU * BMIUnsupportedCPUTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission --- old/test/compiler/arguments/TestUseCountTrailingZerosInstructionOnSupportedCPU.java 2015-02-24 10:27:04.831507738 -0800 +++ new/test/compiler/arguments/TestUseCountTrailingZerosInstructionOnSupportedCPU.java 2015-02-24 10:27:04.485491007 -0800 @@ -27,7 +27,7 @@ * @summary Verify processing of UseCountTrailingZerosInstruction option * on CPU with TZCNT (BMI1 feature) support. * @library /testlibrary /../../test/lib - * @build TestUseCountTrailingZerosInstructionOnSupportedCPU + * @build com.oracle.java.testlibrary.* TestUseCountTrailingZerosInstructionOnSupportedCPU * BMISupportedCPUTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission --- old/test/compiler/arguments/TestUseCountTrailingZerosInstructionOnUnsupportedCPU.java 2015-02-24 10:27:06.059567114 -0800 +++ new/test/compiler/arguments/TestUseCountTrailingZerosInstructionOnUnsupportedCPU.java 2015-02-24 10:27:05.731551253 -0800 @@ -27,7 +27,7 @@ * @summary Verify processing of UseCountTrailingZerosInstruction option * on CPU without TZCNT instruction (BMI1 feature) support. * @library /testlibrary /../../test/lib - * @build TestUseCountTrailingZerosInstructionOnUnsupportedCPU + * @build com.oracle.java.testlibrary.* TestUseCountTrailingZerosInstructionOnUnsupportedCPU * BMIUnsupportedCPUTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission --- old/test/compiler/c2/7068051/Test7068051.java 2015-02-24 10:27:07.317627940 -0800 +++ new/test/compiler/c2/7068051/Test7068051.java 2015-02-24 10:27:06.972611260 -0800 @@ -27,6 +27,7 @@ * @bug 7068051 * @summary SIGSEGV in PhaseIdealLoop::build_loop_late_post on T5440 * @library /testlibrary + * @build com.oracle.java.testlibrary.* * * @run main/othervm -showversion -Xbatch Test7068051 */ --- old/test/compiler/c2/8005956/PolynomialRoot.java 2015-02-24 10:27:08.579688961 -0800 +++ new/test/compiler/c2/8005956/PolynomialRoot.java 2015-02-24 10:27:08.226671892 -0800 @@ -14,6 +14,7 @@ * @bug 8005956 * @summary C2: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block * @library /testlibrary +* @build com.oracle.java.testlibrary.* * @run main/timeout=300 PolynomialRoot */ --- old/test/compiler/classUnloading/anonymousClass/TestAnonymousClassUnloading.java 2015-02-24 10:27:09.773746694 -0800 +++ new/test/compiler/classUnloading/anonymousClass/TestAnonymousClassUnloading.java 2015-02-24 10:27:09.421729674 -0800 @@ -34,6 +34,7 @@ * @bug 8054402 * @summary "Tests unloading of anonymous classes." * @library /testlibrary /../../test/lib + * @build com.oracle.java.testlibrary.* * @compile TestAnonymousClassUnloading.java * @run main ClassFileInstaller TestAnonymousClassUnloading * sun.hotspot.WhiteBox --- old/test/compiler/classUnloading/methodUnloading/TestMethodUnloading.java 2015-02-24 10:27:11.083810035 -0800 +++ new/test/compiler/classUnloading/methodUnloading/TestMethodUnloading.java 2015-02-24 10:27:10.751793982 -0800 @@ -32,7 +32,7 @@ * @bug 8029443 * @summary "Tests the unloading of methods to to class unloading" * @library /testlibrary /../../test/lib - * @build TestMethodUnloading + * @build com.oracle.java.testlibrary.* TestMethodUnloading * @build WorkerClass * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission --- old/test/compiler/codecache/CheckReservedInitialCodeCacheSizeArgOrder.java 2015-02-24 10:27:12.286868202 -0800 +++ new/test/compiler/codecache/CheckReservedInitialCodeCacheSizeArgOrder.java 2015-02-24 10:27:11.962852536 -0800 @@ -27,6 +27,8 @@ * @summary Test checks that the order in which ReversedCodeCacheSize and * InitialCodeCacheSize are passed to the VM is irrelevant. * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm CheckReservedInitialCodeCacheSizeArgOrder * */ import com.oracle.java.testlibrary.*; --- old/test/compiler/codecache/CheckSegmentedCodeCache.java 2015-02-24 10:27:13.502926998 -0800 +++ new/test/compiler/codecache/CheckSegmentedCodeCache.java 2015-02-24 10:27:13.171910993 -0800 @@ -29,7 +29,7 @@ * @bug 8015774 * @library /testlibrary /../../test/lib * @summary "Checks VM options related to the segmented code cache" - * @build CheckSegmentedCodeCache + * @build com.oracle.java.testlibrary.* CheckSegmentedCodeCache * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI CheckSegmentedCodeCache --- old/test/compiler/codecache/CheckUpperLimit.java 2015-02-24 10:27:14.628981443 -0800 +++ new/test/compiler/codecache/CheckUpperLimit.java 2015-02-24 10:27:14.302965680 -0800 @@ -26,6 +26,8 @@ * @bug 8015635 * @summary Test ensures that the ReservedCodeCacheSize is at most MAXINT * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm CheckUpperLimit * */ import com.oracle.java.testlibrary.*; --- old/test/compiler/codecache/OverflowCodeCacheTest.java 2015-02-24 10:27:15.938044736 -0800 +++ new/test/compiler/codecache/OverflowCodeCacheTest.java 2015-02-24 10:27:15.559026409 -0800 @@ -35,7 +35,7 @@ * @test OverflowCodeCacheTest * @bug 8059550 * @library /testlibrary /../../test/lib - * @build OverflowCodeCacheTest + * @build com.oracle.java.testlibrary.* OverflowCodeCacheTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/codecache/cli/printcodecache/TestPrintCodeCacheOption.java 2015-02-24 10:27:17.276109431 -0800 +++ new/test/compiler/codecache/cli/printcodecache/TestPrintCodeCacheOption.java 2015-02-24 10:27:16.803086559 -0800 @@ -31,7 +31,7 @@ * @bug 8015774 * @summary Verify that PrintCodeCache option print correct information. * @library /testlibrary .. /../../test/lib - * @build TestPrintCodeCacheOption com.oracle.java.testlibrary.* + * @build com.oracle.java.testlibrary.* TestPrintCodeCacheOption * printcodecache.* common.* * @run main/timeout=240 printcodecache.TestPrintCodeCacheOption */ --- old/test/compiler/codecache/dtrace/SegmentedCodeCacheDtraceTest.java 2015-02-24 10:27:18.425164988 -0800 +++ new/test/compiler/codecache/dtrace/SegmentedCodeCacheDtraceTest.java 2015-02-24 10:27:18.101149320 -0800 @@ -48,7 +48,7 @@ * @bug 8015774 * @requires os.family=="solaris" * @library /testlibrary /compiler/testlibrary /../../test/lib - * @build SegmentedCodeCacheDtraceTestWorker + * @build com.oracle.java.testlibrary.* SegmentedCodeCacheDtraceTestWorker * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+TieredCompilation --- old/test/compiler/codecache/jmx/BeanTypeTest.java 2015-02-24 10:27:19.692226249 -0800 +++ new/test/compiler/codecache/jmx/BeanTypeTest.java 2015-02-24 10:27:19.269205798 -0800 @@ -28,7 +28,7 @@ /** * @test BeanTypeTest * @library /testlibrary /../../test/lib - * @build BeanTypeTest + * @build com.oracle.java.testlibrary.* BeanTypeTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/codecache/jmx/CodeHeapBeanPresenceTest.java 2015-02-24 10:27:20.853282386 -0800 +++ new/test/compiler/codecache/jmx/CodeHeapBeanPresenceTest.java 2015-02-24 10:27:20.526266575 -0800 @@ -28,7 +28,7 @@ /** * @test CodeHeapBeanPresenceTest * @library /testlibrary /../../test/lib - * @build CodeHeapBeanPresenceTest + * @build com.oracle.java.testlibrary.* CodeHeapBeanPresenceTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/codecache/jmx/GetUsageTest.java 2015-02-24 10:27:22.122343744 -0800 +++ new/test/compiler/codecache/jmx/GetUsageTest.java 2015-02-24 10:27:21.760326242 -0800 @@ -30,7 +30,7 @@ /* * @test GetUsageTest * @library /testlibrary /../../test/lib - * @build GetUsageTest + * @build com.oracle.java.testlibrary.* GetUsageTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:CompileCommand=compileonly,null::* --- old/test/compiler/codecache/jmx/InitialAndMaxUsageTest.java 2015-02-24 10:27:23.326401961 -0800 +++ new/test/compiler/codecache/jmx/InitialAndMaxUsageTest.java 2015-02-24 10:27:23.004386392 -0800 @@ -30,7 +30,7 @@ /* * @test InitialAndMaxUsageTest * @library /testlibrary /../../test/lib - * @build InitialAndMaxUsageTest + * @build com.oracle.java.testlibrary.* InitialAndMaxUsageTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:-UseCodeCacheFlushing --- old/test/compiler/codecache/jmx/ManagerNamesTest.java 2015-02-24 10:27:24.718469267 -0800 +++ new/test/compiler/codecache/jmx/ManagerNamesTest.java 2015-02-24 10:27:24.347451328 -0800 @@ -28,7 +28,7 @@ /** * @test ManagerNamesTest * @library /testlibrary /../../test/lib - * @build ManagerNamesTest + * @build com.oracle.java.testlibrary.* ManagerNamesTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/codecache/jmx/MemoryPoolsPresenceTest.java 2015-02-24 10:27:25.899526371 -0800 +++ new/test/compiler/codecache/jmx/MemoryPoolsPresenceTest.java 2015-02-24 10:27:25.527508384 -0800 @@ -33,7 +33,7 @@ /** * @test MemoryPoolsPresenceTest * @library /testlibrary /../../test/lib - * @build MemoryPoolsPresenceTest + * @build com.oracle.java.testlibrary.* MemoryPoolsPresenceTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/codecache/jmx/PeakUsageTest.java 2015-02-24 10:27:27.110584925 -0800 +++ new/test/compiler/codecache/jmx/PeakUsageTest.java 2015-02-24 10:27:26.780568970 -0800 @@ -28,7 +28,7 @@ /* * @test PeakUsageTest * @library /testlibrary /../../test/lib - * @build PeakUsageTest + * @build com.oracle.java.testlibrary.* PeakUsageTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/codecache/jmx/PoolsIndependenceTest.java 2015-02-24 10:27:28.301642512 -0800 +++ new/test/compiler/codecache/jmx/PoolsIndependenceTest.java 2015-02-24 10:27:27.978626896 -0800 @@ -37,9 +37,9 @@ /* * @test PoolsIndependenceTest - * @ignore 8068385 * @library /testlibrary /../../test/lib - * @build PoolsIndependenceTest + * @ignore 8068385 + * @build com.oracle.java.testlibrary.* PoolsIndependenceTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:-UseCodeCacheFlushing --- old/test/compiler/codecache/jmx/ThresholdNotificationsTest.java 2015-02-24 10:27:29.623706434 -0800 +++ new/test/compiler/codecache/jmx/ThresholdNotificationsTest.java 2015-02-24 10:27:29.302690913 -0800 @@ -35,7 +35,7 @@ /* * @test ThresholdNotificationsTest * @library /testlibrary /../../test/lib - * @build ThresholdNotificationsTest + * @build com.oracle.java.testlibrary.* ThresholdNotificationsTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:-UseCodeCacheFlushing --- old/test/compiler/codecache/jmx/UsageThresholdExceededSeveralTimesTest.java 2015-02-24 10:27:30.877767068 -0800 +++ new/test/compiler/codecache/jmx/UsageThresholdExceededSeveralTimesTest.java 2015-02-24 10:27:30.456746712 -0800 @@ -24,7 +24,7 @@ /* * @test UsageThresholdExceededSeveralTimesTest * @library /testlibrary /../../test/lib - * @build UsageThresholdExceededTest + * @build com.oracle.java.testlibrary.* UsageThresholdExceededTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:-UseCodeCacheFlushing --- old/test/compiler/codecache/jmx/UsageThresholdExceededTest.java 2015-02-24 10:27:32.084825429 -0800 +++ new/test/compiler/codecache/jmx/UsageThresholdExceededTest.java 2015-02-24 10:27:31.722807926 -0800 @@ -28,7 +28,7 @@ /* * @test UsageThresholdExceededTest * @library /testlibrary /../../test/lib - * @build UsageThresholdExceededTest + * @build com.oracle.java.testlibrary.* UsageThresholdExceededTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/codecache/jmx/UsageThresholdIncreasedTest.java 2015-02-24 10:27:33.432890609 -0800 +++ new/test/compiler/codecache/jmx/UsageThresholdIncreasedTest.java 2015-02-24 10:27:33.085873829 -0800 @@ -28,7 +28,7 @@ /* * @test UsageThresholdIncreasedTest * @library /testlibrary /../../test/lib - * @build UsageThresholdIncreasedTest + * @build com.oracle.java.testlibrary.* UsageThresholdIncreasedTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/codecache/jmx/UsageThresholdNotExceededTest.java 2015-02-24 10:27:34.781955834 -0800 +++ new/test/compiler/codecache/jmx/UsageThresholdNotExceededTest.java 2015-02-24 10:27:34.393937074 -0800 @@ -28,7 +28,7 @@ /* * @test UsageThresholdNotExceededTest * @library /testlibrary /../../test/lib - * @build UsageThresholdNotExceededTest + * @build com.oracle.java.testlibrary.* UsageThresholdNotExceededTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:-UseCodeCacheFlushing --- old/test/compiler/codegen/6896617/Test6896617.java 2015-02-24 10:27:36.165022707 -0800 +++ new/test/compiler/codegen/6896617/Test6896617.java 2015-02-24 10:27:35.815005783 -0800 @@ -26,6 +26,7 @@ * @bug 6896617 * @summary Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() with SSE instructions on x86 * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm/timeout=1200 -Xbatch -Xmx256m Test6896617 * */ --- old/test/compiler/codegen/7100757/Test7100757.java 2015-02-24 10:27:37.541089239 -0800 +++ new/test/compiler/codegen/7100757/Test7100757.java 2015-02-24 10:27:37.039064967 -0800 @@ -27,6 +27,7 @@ * @bug 7100757 * @summary The BitSet.nextSetBit() produces incorrect result in 32bit VM on Sparc * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/timeout=300 Test7100757 */ --- old/test/compiler/codegen/7184394/TestAESMain.java 2015-02-24 10:27:38.736147019 -0800 +++ new/test/compiler/codegen/7184394/TestAESMain.java 2015-02-24 10:27:38.364129034 -0800 @@ -27,6 +27,7 @@ * @bug 7184394 * @summary add intrinsics to use AES instructions * @library /testlibrary + * @build com.oracle.java.testlibrary.* * * @run main/othervm/timeout=600 -Xbatch -DcheckOutput=true -Dmode=CBC TestAESMain * @run main/othervm/timeout=600 -Xbatch -DcheckOutput=true -Dmode=CBC -DencInputOffset=1 TestAESMain --- old/test/compiler/cpuflags/RestoreMXCSR.java 2015-02-24 10:27:40.011208669 -0800 +++ new/test/compiler/cpuflags/RestoreMXCSR.java 2015-02-24 10:27:39.563187006 -0800 @@ -26,6 +26,8 @@ * @bug 8020433 * @summary Crash when using -XX:+RestoreMXCSROnJNICalls * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm RestoreMXCSR * */ import com.oracle.java.testlibrary.*; --- old/test/compiler/debug/VerifyAdapterSharing.java 2015-02-24 10:27:41.167264564 -0800 +++ new/test/compiler/debug/VerifyAdapterSharing.java 2015-02-24 10:27:40.840248754 -0800 @@ -26,6 +26,8 @@ * @bug 8030783 * @summary Regression test for 8026478 * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm VerifyAdapterSharing * */ import com.oracle.java.testlibrary.*; --- old/test/compiler/dependencies/MonomorphicObjectCall/TestMonomorphicObjectCall.java 2015-02-24 10:27:42.544331145 -0800 +++ new/test/compiler/dependencies/MonomorphicObjectCall/TestMonomorphicObjectCall.java 2015-02-24 10:27:42.212315091 -0800 @@ -32,6 +32,7 @@ * @bug 8050079 * @summary Compiles a monomorphic call to finalizeObject() on a modified java.lang.Object to test C1 CHA. * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile -XDignore.symbol.file java/lang/Object.java TestMonomorphicObjectCall.java * @run main TestMonomorphicObjectCall */ --- old/test/compiler/eliminateAutobox/UnsignedLoads.java 2015-02-24 10:27:43.706387330 -0800 +++ new/test/compiler/eliminateAutobox/UnsignedLoads.java 2015-02-24 10:27:43.380371568 -0800 @@ -26,6 +26,7 @@ /* * @test * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+EliminateAutoBox * -XX:CompileOnly=::valueOf,::byteValue,::shortValue,::testUnsignedByte,::testUnsignedShort * UnsignedLoads --- old/test/compiler/intrinsics/bmi/TestAndnI.java 2015-02-24 10:27:44.903445208 -0800 +++ new/test/compiler/intrinsics/bmi/TestAndnI.java 2015-02-24 10:27:44.560428623 -0800 @@ -28,7 +28,7 @@ * @summary Verify that results of computations are the same w/ * and w/o usage of ANDN instruction * @library /testlibrary /../../test/lib - * @build TestAndnI BMITestRunner Expr + * @build com.oracle.java.testlibrary.* TestAndnI BMITestRunner Expr * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/bmi/TestAndnL.java 2015-02-24 10:27:46.035499942 -0800 +++ new/test/compiler/intrinsics/bmi/TestAndnL.java 2015-02-24 10:27:45.711484276 -0800 @@ -28,7 +28,7 @@ * @summary Verify that results of computations are the same w/ * and w/o usage of ANDN instruction * @library /testlibrary /../../test/lib - * @build TestAndnL BMITestRunner Expr + * @build com.oracle.java.testlibrary.* TestAndnL BMITestRunner Expr * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/bmi/TestBlsiI.java 2015-02-24 10:27:47.252558788 -0800 +++ new/test/compiler/intrinsics/bmi/TestBlsiI.java 2015-02-24 10:27:46.928543122 -0800 @@ -28,7 +28,7 @@ * @summary Verify that results of computations are the same w/ * and w/o usage of BLSI instruction * @library /testlibrary /../../test/lib - * @build TestBlsiI BMITestRunner Expr + * @build com.oracle.java.testlibrary.* TestBlsiI BMITestRunner Expr * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/bmi/TestBlsiL.java 2015-02-24 10:27:48.416615070 -0800 +++ new/test/compiler/intrinsics/bmi/TestBlsiL.java 2015-02-24 10:27:48.085599066 -0800 @@ -28,7 +28,7 @@ * @summary Verify that results of computations are the same w/ * and w/o usage of BLSI instruction * @library /testlibrary /../../test/lib - * @build TestBlsiL BMITestRunner Expr + * @build com.oracle.java.testlibrary.* TestBlsiL BMITestRunner Expr * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/bmi/TestBlsmskI.java 2015-02-24 10:27:49.848684309 -0800 +++ new/test/compiler/intrinsics/bmi/TestBlsmskI.java 2015-02-24 10:27:49.441664631 -0800 @@ -28,7 +28,7 @@ * @summary Verify that results of computations are the same w/ * and w/o usage of BLSMSK instruction * @library /testlibrary /../../test/lib - * @build TestBlsmskI BMITestRunner Expr + * @build com.oracle.java.testlibrary.* TestBlsmskI BMITestRunner Expr * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/bmi/TestBlsmskL.java 2015-02-24 10:27:50.993739672 -0800 +++ new/test/compiler/intrinsics/bmi/TestBlsmskL.java 2015-02-24 10:27:50.668723959 -0800 @@ -28,7 +28,7 @@ * @summary Verify that results of computations are the same w/ * and w/o usage of BLSMSK instruction * @library /testlibrary /../../test/lib - * @build TestBlsmskL BMITestRunner Expr + * @build com.oracle.java.testlibrary.* TestBlsmskL BMITestRunner Expr * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/bmi/TestBlsrI.java 2015-02-24 10:27:52.629818777 -0800 +++ new/test/compiler/intrinsics/bmi/TestBlsrI.java 2015-02-24 10:27:52.017789186 -0800 @@ -28,7 +28,7 @@ * @summary Verify that results of computations are the same w/ * and w/o usage of BLSR instruction * @library /testlibrary /../../test/lib - * @build TestBlsrI BMITestRunner Expr + * @build com.oracle.java.testlibrary.* TestBlsrI BMITestRunner Expr * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/bmi/TestBlsrL.java 2015-02-24 10:27:54.006885358 -0800 +++ new/test/compiler/intrinsics/bmi/TestBlsrL.java 2015-02-24 10:27:53.634867372 -0800 @@ -28,7 +28,7 @@ * @summary Verify that results of computations are the same w/ * and w/o usage of BLSR instruction * @library /testlibrary /../../test/lib - * @build TestBlsrL BMITestRunner Expr + * @build com.oracle.java.testlibrary.* TestBlsrL BMITestRunner Expr * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/bmi/TestLzcntI.java 2015-02-24 10:27:55.211943623 -0800 +++ new/test/compiler/intrinsics/bmi/TestLzcntI.java 2015-02-24 10:27:54.879927569 -0800 @@ -28,7 +28,7 @@ * @summary Verify that results of computations are the same w/ * and w/o usage of intrinsic * @library /testlibrary /../../test/lib - * @build TestLzcntI BMITestRunner Expr + * @build com.oracle.java.testlibrary.* TestLzcntI BMITestRunner Expr * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/bmi/TestLzcntL.java 2015-02-24 10:27:56.564008996 -0800 +++ new/test/compiler/intrinsics/bmi/TestLzcntL.java 2015-02-24 10:27:56.228992798 -0800 @@ -28,7 +28,7 @@ * @summary Verify that results of computations are the same w/ * and w/o usage of intrinsic * @library /testlibrary /../../test/lib - * @build TestLzcntL BMITestRunner Expr + * @build com.oracle.java.testlibrary.* TestLzcntL BMITestRunner Expr * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/bmi/TestTzcntI.java 2015-02-24 10:27:57.720064891 -0800 +++ new/test/compiler/intrinsics/bmi/TestTzcntI.java 2015-02-24 10:27:57.389048887 -0800 @@ -28,7 +28,7 @@ * @summary Verify that results of computations are the same w/ * and w/o usage of intrinsic * @library /testlibrary /../../test/lib - * @build TestTzcntI BMITestRunner Expr + * @build com.oracle.java.testlibrary.* TestTzcntI BMITestRunner Expr * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/bmi/TestTzcntL.java 2015-02-24 10:27:59.091131181 -0800 +++ new/test/compiler/intrinsics/bmi/TestTzcntL.java 2015-02-24 10:27:58.770115661 -0800 @@ -28,7 +28,7 @@ * @summary Verify that results of computations are the same w/ * and w/o usage of intrinsic * @library /testlibrary /../../test/lib - * @build TestTzcntL BMITestRunner Expr + * @build com.oracle.java.testlibrary.* TestTzcntL BMITestRunner Expr * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/bmi/verifycode/AddnTestI.java 2015-02-24 10:28:00.357192396 -0800 +++ new/test/compiler/intrinsics/bmi/verifycode/AddnTestI.java 2015-02-24 10:27:59.961173249 -0800 @@ -25,7 +25,7 @@ * @test * @bug 8031321 * @library /testlibrary /../../test/lib /compiler/whitebox .. - * @build AddnTestI + * @build com.oracle.java.testlibrary.* AddnTestI * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI --- old/test/compiler/intrinsics/bmi/verifycode/AddnTestL.java 2015-02-24 10:28:01.515248387 -0800 +++ new/test/compiler/intrinsics/bmi/verifycode/AddnTestL.java 2015-02-24 10:28:01.163231367 -0800 @@ -25,7 +25,7 @@ * @test * @bug 8031321 * @library /testlibrary /../../test/lib /compiler/whitebox .. - * @build AddnTestL + * @build com.oracle.java.testlibrary.* AddnTestL * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI --- old/test/compiler/intrinsics/bmi/verifycode/BlsiTestI.java 2015-02-24 10:28:02.803310666 -0800 +++ new/test/compiler/intrinsics/bmi/verifycode/BlsiTestI.java 2015-02-24 10:28:02.457293936 -0800 @@ -25,7 +25,7 @@ * @test * @bug 8031321 * @library /testlibrary /../../test/lib /compiler/whitebox .. - * @build BlsiTestI + * @build com.oracle.java.testlibrary.* BlsiTestI * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI --- old/test/compiler/intrinsics/bmi/verifycode/BlsiTestL.java 2015-02-24 10:28:04.084372604 -0800 +++ new/test/compiler/intrinsics/bmi/verifycode/BlsiTestL.java 2015-02-24 10:28:03.731355536 -0800 @@ -25,7 +25,7 @@ * @test * @bug 8031321 * @library /testlibrary /../../test/lib /compiler/whitebox .. - * @build BlsiTestL + * @build com.oracle.java.testlibrary.* BlsiTestL * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI --- old/test/compiler/intrinsics/bmi/verifycode/BlsmskTestI.java 2015-02-24 10:28:05.344433529 -0800 +++ new/test/compiler/intrinsics/bmi/verifycode/BlsmskTestI.java 2015-02-24 10:28:05.018417766 -0800 @@ -25,7 +25,7 @@ * @test * @bug 8031321 * @library /testlibrary /../../test/lib /compiler/whitebox .. - * @build BlsmskTestI + * @build com.oracle.java.testlibrary.* BlsmskTestI * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI --- old/test/compiler/intrinsics/bmi/verifycode/BlsmskTestL.java 2015-02-24 10:28:06.510489907 -0800 +++ new/test/compiler/intrinsics/bmi/verifycode/BlsmskTestL.java 2015-02-24 10:28:06.194474629 -0800 @@ -25,7 +25,7 @@ * @test * @bug 8031321 * @library /testlibrary /../../test/lib /compiler/whitebox .. - * @build BlsmskTestL + * @build com.oracle.java.testlibrary.* BlsmskTestL * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI --- old/test/compiler/intrinsics/bmi/verifycode/BlsrTestI.java 2015-02-24 10:28:07.820553249 -0800 +++ new/test/compiler/intrinsics/bmi/verifycode/BlsrTestI.java 2015-02-24 10:28:07.493537437 -0800 @@ -25,7 +25,7 @@ * @test * @bug 8031321 * @library /testlibrary /../../test/lib /compiler/whitebox .. - * @build BlsrTestI + * @build com.oracle.java.testlibrary.* BlsrTestI * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI --- old/test/compiler/intrinsics/bmi/verifycode/BlsrTestL.java 2015-02-24 10:28:09.143617220 -0800 +++ new/test/compiler/intrinsics/bmi/verifycode/BlsrTestL.java 2015-02-24 10:28:08.701595848 -0800 @@ -25,7 +25,7 @@ * @test * @bug 8031321 * @library /testlibrary /../../test/lib /compiler/whitebox .. - * @build BlsrTestL + * @build com.oracle.java.testlibrary.* BlsrTestL * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI --- old/test/compiler/intrinsics/bmi/verifycode/LZcntTestI.java 2015-02-24 10:28:10.386677320 -0800 +++ new/test/compiler/intrinsics/bmi/verifycode/LZcntTestI.java 2015-02-24 10:28:10.028660011 -0800 @@ -25,7 +25,7 @@ * @test * @bug 8031321 * @library /testlibrary /../../test/lib /compiler/whitebox .. - * @build LZcntTestI + * @build com.oracle.java.testlibrary.* LZcntTestI * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI --- old/test/compiler/intrinsics/bmi/verifycode/LZcntTestL.java 2015-02-24 10:28:11.661738971 -0800 +++ new/test/compiler/intrinsics/bmi/verifycode/LZcntTestL.java 2015-02-24 10:28:11.319722435 -0800 @@ -25,7 +25,7 @@ * @test * @bug 8031321 * @library /testlibrary /../../test/lib /compiler/whitebox .. - * @build LZcntTestL + * @build com.oracle.java.testlibrary.* LZcntTestL * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI --- old/test/compiler/intrinsics/bmi/verifycode/TZcntTestI.java 2015-02-24 10:28:12.804794236 -0800 +++ new/test/compiler/intrinsics/bmi/verifycode/TZcntTestI.java 2015-02-24 10:28:12.476778379 -0800 @@ -25,7 +25,7 @@ * @test * @bug 8031321 * @library /testlibrary /../../test/lib /compiler/whitebox .. - * @build TZcntTestI + * @build com.oracle.java.testlibrary.* TZcntTestI * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI --- old/test/compiler/intrinsics/bmi/verifycode/TZcntTestL.java 2015-02-24 10:28:13.996851874 -0800 +++ new/test/compiler/intrinsics/bmi/verifycode/TZcntTestL.java 2015-02-24 10:28:13.599832677 -0800 @@ -25,7 +25,7 @@ * @test * @bug 8031321 * @library /testlibrary /../../test/lib /compiler/whitebox .. - * @build TZcntTestL + * @build com.oracle.java.testlibrary.* TZcntTestL * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI --- old/test/compiler/intrinsics/classcast/NullCheckDroppingsTest.java 2015-02-24 10:28:15.164908348 -0800 +++ new/test/compiler/intrinsics/classcast/NullCheckDroppingsTest.java 2015-02-24 10:28:14.812891328 -0800 @@ -26,7 +26,7 @@ * @bug 8054492 * @summary "Casting can result in redundant null checks in generated code" * @library /testlibrary /../../test/lib /testlibrary/com/oracle/java/testlibrary - * @build NullCheckDroppingsTest + * @build com.oracle.java.testlibrary.* NullCheckDroppingsTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ClassFileInstaller com.oracle.java.testlibrary.Platform --- old/test/compiler/intrinsics/clone/TestObjectClone.java 2015-02-24 10:28:16.604977976 -0800 +++ new/test/compiler/intrinsics/clone/TestObjectClone.java 2015-02-24 10:28:16.203958586 -0800 @@ -27,6 +27,7 @@ * @bug 8033626 * @summary assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm -XX:-TieredCompilation -Xbatch -XX:CompileOnly=TestObjectClone::f TestObjectClone */ import com.oracle.java.testlibrary.Asserts; --- old/test/compiler/intrinsics/mathexact/AddExactIConstantTest.java 2015-02-24 10:28:17.978044364 -0800 +++ new/test/compiler/intrinsics/mathexact/AddExactIConstantTest.java 2015-02-24 10:28:17.472019897 -0800 @@ -26,6 +26,7 @@ * @bug 8024924 * @summary Test constant addExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile AddExactIConstantTest.java Verify.java * @run main AddExactIConstantTest * --- old/test/compiler/intrinsics/mathexact/AddExactILoadTest.java 2015-02-24 10:28:19.263106497 -0800 +++ new/test/compiler/intrinsics/mathexact/AddExactILoadTest.java 2015-02-24 10:28:18.805084352 -0800 @@ -26,6 +26,7 @@ * @bug 8024924 * @summary Test non constant addExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile AddExactILoadTest.java Verify.java * @run main AddExactILoadTest * --- old/test/compiler/intrinsics/mathexact/AddExactILoopDependentTest.java 2015-02-24 10:28:20.526167567 -0800 +++ new/test/compiler/intrinsics/mathexact/AddExactILoopDependentTest.java 2015-02-24 10:28:20.176150644 -0800 @@ -26,6 +26,7 @@ * @bug 8024924 * @summary Test non constant addExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile AddExactILoopDependentTest.java Verify.java * @run main AddExactILoopDependentTest * --- old/test/compiler/intrinsics/mathexact/AddExactINonConstantTest.java 2015-02-24 10:28:21.721225347 -0800 +++ new/test/compiler/intrinsics/mathexact/AddExactINonConstantTest.java 2015-02-24 10:28:21.395209584 -0800 @@ -26,6 +26,7 @@ * @bug 8024924 * @summary Test non constant addExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile AddExactINonConstantTest.java Verify.java * @run main AddExactINonConstantTest * --- old/test/compiler/intrinsics/mathexact/AddExactIRepeatTest.java 2015-02-24 10:28:23.174295603 -0800 +++ new/test/compiler/intrinsics/mathexact/AddExactIRepeatTest.java 2015-02-24 10:28:22.784276746 -0800 @@ -26,6 +26,7 @@ * @bug 8025657 * @summary Test repeating addExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile AddExactIRepeatTest.java Verify.java * @run main AddExactIRepeatTest * --- old/test/compiler/intrinsics/mathexact/AddExactLConstantTest.java 2015-02-24 10:28:24.472358365 -0800 +++ new/test/compiler/intrinsics/mathexact/AddExactLConstantTest.java 2015-02-24 10:28:24.019336461 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test constant addExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile AddExactLConstantTest.java Verify.java * @run main AddExactLConstantTest * --- old/test/compiler/intrinsics/mathexact/AddExactLNonConstantTest.java 2015-02-24 10:28:25.631414405 -0800 +++ new/test/compiler/intrinsics/mathexact/AddExactLNonConstantTest.java 2015-02-24 10:28:25.295398159 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test non constant addExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile AddExactLNonConstantTest.java Verify.java * @run main AddExactLNonConstantTest * --- old/test/compiler/intrinsics/mathexact/DecExactITest.java 2015-02-24 10:28:26.767469333 -0800 +++ new/test/compiler/intrinsics/mathexact/DecExactITest.java 2015-02-24 10:28:26.444453716 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test decrementExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile DecExactITest.java Verify.java * @run main DecExactITest * --- old/test/compiler/intrinsics/mathexact/DecExactLTest.java 2015-02-24 10:28:28.043531031 -0800 +++ new/test/compiler/intrinsics/mathexact/DecExactLTest.java 2015-02-24 10:28:27.645511786 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test decrementExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile DecExactLTest.java Verify.java * @run main DecExactLTest * --- old/test/compiler/intrinsics/mathexact/IncExactITest.java 2015-02-24 10:28:29.250589392 -0800 +++ new/test/compiler/intrinsics/mathexact/IncExactITest.java 2015-02-24 10:28:28.898572373 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test incrementExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile IncExactITest.java Verify.java * @run main IncExactITest * --- old/test/compiler/intrinsics/mathexact/IncExactLTest.java 2015-02-24 10:28:30.501649882 -0800 +++ new/test/compiler/intrinsics/mathexact/IncExactLTest.java 2015-02-24 10:28:30.183634505 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test incrementExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile IncExactLTest.java Verify.java * @run main IncExactLTest * --- old/test/compiler/intrinsics/mathexact/MulExactIConstantTest.java 2015-02-24 10:28:31.979721346 -0800 +++ new/test/compiler/intrinsics/mathexact/MulExactIConstantTest.java 2015-02-24 10:28:31.624704181 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test constant multiplyExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile MulExactIConstantTest.java Verify.java * @run main MulExactIConstantTest * --- old/test/compiler/intrinsics/mathexact/MulExactILoadTest.java 2015-02-24 10:28:33.327786526 -0800 +++ new/test/compiler/intrinsics/mathexact/MulExactILoadTest.java 2015-02-24 10:28:32.896765686 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test multiplyExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile MulExactILoadTest.java Verify.java * @run main MulExactILoadTest * --- old/test/compiler/intrinsics/mathexact/MulExactILoopDependentTest.java 2015-02-24 10:28:34.480842276 -0800 +++ new/test/compiler/intrinsics/mathexact/MulExactILoopDependentTest.java 2015-02-24 10:28:34.147826175 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test loop dependent multiplyExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile MulExactILoopDependentTest.java Verify.java * @run main MulExactILoopDependentTest * --- old/test/compiler/intrinsics/mathexact/MulExactINonConstantTest.java 2015-02-24 10:28:35.722902330 -0800 +++ new/test/compiler/intrinsics/mathexact/MulExactINonConstantTest.java 2015-02-24 10:28:35.315882651 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test non constant multiplyExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile MulExactINonConstantTest.java Verify.java * @run main MulExactINonConstantTest * --- old/test/compiler/intrinsics/mathexact/MulExactIRepeatTest.java 2015-02-24 10:28:37.037965914 -0800 +++ new/test/compiler/intrinsics/mathexact/MulExactIRepeatTest.java 2015-02-24 10:28:36.653947347 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test repeating multiplyExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile MulExactIRepeatTest.java Verify.java * @run main MulExactIRepeatTest * --- old/test/compiler/intrinsics/mathexact/MulExactLConstantTest.java 2015-02-24 10:28:38.426033027 -0800 +++ new/test/compiler/intrinsics/mathexact/MulExactLConstantTest.java 2015-02-24 10:28:38.080016297 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test constant mulExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile MulExactLConstantTest.java Verify.java * @run main MulExactLConstantTest * --- old/test/compiler/intrinsics/mathexact/MulExactLNonConstantTest.java 2015-02-24 10:28:39.655092453 -0800 +++ new/test/compiler/intrinsics/mathexact/MulExactLNonConstantTest.java 2015-02-24 10:28:39.309075722 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test non constant mulExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile MulExactLNonConstantTest.java Verify.java * @run main MulExactLNonConstantTest * --- old/test/compiler/intrinsics/mathexact/NegExactIConstantTest.java 2015-02-24 10:28:40.926153907 -0800 +++ new/test/compiler/intrinsics/mathexact/NegExactIConstantTest.java 2015-02-24 10:28:40.591137710 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test constant negExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile NegExactIConstantTest.java Verify.java * @run main NegExactIConstantTest * --- old/test/compiler/intrinsics/mathexact/NegExactILoadTest.java 2015-02-24 10:28:42.136212415 -0800 +++ new/test/compiler/intrinsics/mathexact/NegExactILoadTest.java 2015-02-24 10:28:41.733192928 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test negExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile NegExactILoadTest.java Verify.java * @run main NegExactILoadTest * --- old/test/compiler/intrinsics/mathexact/NegExactILoopDependentTest.java 2015-02-24 10:28:43.437275322 -0800 +++ new/test/compiler/intrinsics/mathexact/NegExactILoopDependentTest.java 2015-02-24 10:28:43.109259462 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test negExact loop dependent * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile NegExactILoopDependentTest.java Verify.java * @run main NegExactILoopDependentTest * --- old/test/compiler/intrinsics/mathexact/NegExactINonConstantTest.java 2015-02-24 10:28:44.709336826 -0800 +++ new/test/compiler/intrinsics/mathexact/NegExactINonConstantTest.java 2015-02-24 10:28:44.267315454 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test non constant negExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile NegExactINonConstantTest.java Verify.java * @run main NegExactINonConstantTest * --- old/test/compiler/intrinsics/mathexact/NegExactLConstantTest.java 2015-02-24 10:28:45.959397266 -0800 +++ new/test/compiler/intrinsics/mathexact/NegExactLConstantTest.java 2015-02-24 10:28:45.586379231 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test constant negExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile NegExactLConstantTest.java Verify.java * @run main NegExactLConstantTest * --- old/test/compiler/intrinsics/mathexact/NegExactLNonConstantTest.java 2015-02-24 10:28:47.266460463 -0800 +++ new/test/compiler/intrinsics/mathexact/NegExactLNonConstantTest.java 2015-02-24 10:28:46.945444942 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test constant negExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile NegExactLNonConstantTest.java Verify.java * @run main NegExactLNonConstantTest * --- old/test/compiler/intrinsics/mathexact/SubExactICondTest.java 2015-02-24 10:28:48.424516456 -0800 +++ new/test/compiler/intrinsics/mathexact/SubExactICondTest.java 2015-02-24 10:28:48.108501175 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test subtractExact as condition * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile SubExactICondTest.java Verify.java * @run main SubExactICondTest * --- old/test/compiler/intrinsics/mathexact/SubExactIConstantTest.java 2015-02-24 10:28:49.745580329 -0800 +++ new/test/compiler/intrinsics/mathexact/SubExactIConstantTest.java 2015-02-24 10:28:49.419564566 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test constant subtractExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile SubExactIConstantTest.java Verify.java * @run main SubExactIConstantTest * --- old/test/compiler/intrinsics/mathexact/SubExactILoadTest.java 2015-02-24 10:28:50.935637870 -0800 +++ new/test/compiler/intrinsics/mathexact/SubExactILoadTest.java 2015-02-24 10:28:50.575620461 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test non constant subtractExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile SubExactILoadTest.java Verify.java * @run main SubExactILoadTest * --- old/test/compiler/intrinsics/mathexact/SubExactILoopDependentTest.java 2015-02-24 10:28:52.210699518 -0800 +++ new/test/compiler/intrinsics/mathexact/SubExactILoopDependentTest.java 2015-02-24 10:28:51.890684044 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test non constant subtractExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile SubExactILoopDependentTest.java Verify.java * @run main SubExactILoopDependentTest * --- old/test/compiler/intrinsics/mathexact/SubExactINonConstantTest.java 2015-02-24 10:28:53.648769049 -0800 +++ new/test/compiler/intrinsics/mathexact/SubExactINonConstantTest.java 2015-02-24 10:28:53.330753673 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test non constant subtractExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile SubExactINonConstantTest.java Verify.java * @run main SubExactINonConstantTest * --- old/test/compiler/intrinsics/mathexact/SubExactIRepeatTest.java 2015-02-24 10:28:54.849827121 -0800 +++ new/test/compiler/intrinsics/mathexact/SubExactIRepeatTest.java 2015-02-24 10:28:54.521811261 -0800 @@ -26,6 +26,7 @@ * @bug 8026844 * @summary Test repeating subtractExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile SubExactIRepeatTest.java Verify.java * @run main SubExactIRepeatTest * --- old/test/compiler/intrinsics/mathexact/SubExactLConstantTest.java 2015-02-24 10:28:56.144889736 -0800 +++ new/test/compiler/intrinsics/mathexact/SubExactLConstantTest.java 2015-02-24 10:28:55.811873636 -0800 @@ -27,6 +27,7 @@ * @bug 8027353 * @summary Test constant subtractExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile SubExactLConstantTest.java Verify.java * @run main SubExactLConstantTest * --- old/test/compiler/intrinsics/mathexact/SubExactLNonConstantTest.java 2015-02-24 10:28:57.318946503 -0800 +++ new/test/compiler/intrinsics/mathexact/SubExactLNonConstantTest.java 2015-02-24 10:28:56.951928757 -0800 @@ -27,6 +27,7 @@ * @bug 8027353 * @summary Test non constant subtractExact * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile SubExactLNonConstantTest.java Verify.java * @run main SubExactLNonConstantTest * --- old/test/compiler/intrinsics/mathexact/sanity/AddExactIntTest.java 2015-02-24 10:28:58.611008974 -0800 +++ new/test/compiler/intrinsics/mathexact/sanity/AddExactIntTest.java 2015-02-24 10:28:58.249991520 -0800 @@ -25,7 +25,7 @@ * @test * @library /testlibrary /../../test/lib /compiler/whitebox * /compiler/testlibrary - * @build AddExactIntTest + * @build com.oracle.java.testlibrary.* AddExactIntTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/mathexact/sanity/AddExactLongTest.java 2015-02-24 10:28:59.778065401 -0800 +++ new/test/compiler/intrinsics/mathexact/sanity/AddExactLongTest.java 2015-02-24 10:28:59.425048334 -0800 @@ -25,7 +25,7 @@ * @test * @library /testlibrary /../../test/lib /compiler/whitebox * /compiler/testlibrary - * @build AddExactLongTest + * @build com.oracle.java.testlibrary.* AddExactLongTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/mathexact/sanity/DecrementExactIntTest.java 2015-02-24 10:29:01.020125456 -0800 +++ new/test/compiler/intrinsics/mathexact/sanity/DecrementExactIntTest.java 2015-02-24 10:29:00.702110080 -0800 @@ -25,7 +25,7 @@ * @test * @library /testlibrary /../../test/lib /compiler/whitebox * /compiler/testlibrary - * @build DecrementExactIntTest + * @build com.oracle.java.testlibrary.* DecrementExactIntTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/mathexact/sanity/DecrementExactLongTest.java 2015-02-24 10:29:02.212183092 -0800 +++ new/test/compiler/intrinsics/mathexact/sanity/DecrementExactLongTest.java 2015-02-24 10:29:01.885167281 -0800 @@ -25,7 +25,7 @@ * @test * @library /testlibrary /../../test/lib /compiler/whitebox * /compiler/testlibrary - * @build DecrementExactLongTest + * @build com.oracle.java.testlibrary.* DecrementExactLongTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/mathexact/sanity/IncrementExactIntTest.java 2015-02-24 10:29:03.519246289 -0800 +++ new/test/compiler/intrinsics/mathexact/sanity/IncrementExactIntTest.java 2015-02-24 10:29:03.139227916 -0800 @@ -25,7 +25,7 @@ * @test * @library /testlibrary /../../test/lib /compiler/whitebox * /compiler/testlibrary - * @build IncrementExactIntTest + * @build com.oracle.java.testlibrary.* IncrementExactIntTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/mathexact/sanity/IncrementExactLongTest.java 2015-02-24 10:29:04.827309535 -0800 +++ new/test/compiler/intrinsics/mathexact/sanity/IncrementExactLongTest.java 2015-02-24 10:29:04.378287825 -0800 @@ -25,7 +25,7 @@ * @test * @library /testlibrary /../../test/lib /compiler/whitebox * /compiler/testlibrary - * @build IncrementExactLongTest + * @build com.oracle.java.testlibrary.* IncrementExactLongTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/mathexact/sanity/MultiplyExactIntTest.java 2015-02-24 10:29:06.057369008 -0800 +++ new/test/compiler/intrinsics/mathexact/sanity/MultiplyExactIntTest.java 2015-02-24 10:29:05.696351553 -0800 @@ -25,7 +25,7 @@ * @test * @library /testlibrary /../../test/lib /compiler/whitebox * /compiler/testlibrary - * @build MultiplyExactIntTest + * @build com.oracle.java.testlibrary.* MultiplyExactIntTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/mathexact/sanity/MultiplyExactLongTest.java 2015-02-24 10:29:07.342431141 -0800 +++ new/test/compiler/intrinsics/mathexact/sanity/MultiplyExactLongTest.java 2015-02-24 10:29:06.969413106 -0800 @@ -25,7 +25,7 @@ * @test * @library /testlibrary /../../test/lib /compiler/whitebox * /compiler/testlibrary - * @build MultiplyExactLongTest + * @build com.oracle.java.testlibrary.* MultiplyExactLongTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/mathexact/sanity/NegateExactIntTest.java 2015-02-24 10:29:08.488486553 -0800 +++ new/test/compiler/intrinsics/mathexact/sanity/NegateExactIntTest.java 2015-02-24 10:29:08.164470886 -0800 @@ -25,7 +25,7 @@ * @test * @library /testlibrary /../../test/lib /compiler/whitebox * /compiler/testlibrary - * @build NegateExactIntTest + * @build com.oracle.java.testlibrary.* NegateExactIntTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/mathexact/sanity/NegateExactLongTest.java 2015-02-24 10:29:09.823551105 -0800 +++ new/test/compiler/intrinsics/mathexact/sanity/NegateExactLongTest.java 2015-02-24 10:29:09.504535680 -0800 @@ -25,7 +25,7 @@ * @test * @library /testlibrary /../../test/lib /compiler/whitebox * /compiler/testlibrary - * @build NegateExactLongTest + * @build com.oracle.java.testlibrary.* NegateExactLongTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/mathexact/sanity/SubtractExactIntTest.java 2015-02-24 10:29:10.994607724 -0800 +++ new/test/compiler/intrinsics/mathexact/sanity/SubtractExactIntTest.java 2015-02-24 10:29:10.680592542 -0800 @@ -25,7 +25,7 @@ * @test * @library /testlibrary /../../test/lib /compiler/whitebox * /compiler/testlibrary - * @build SubtractExactIntTest + * @build com.oracle.java.testlibrary.* SubtractExactIntTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/mathexact/sanity/SubtractExactLongTest.java 2015-02-24 10:29:12.220667005 -0800 +++ new/test/compiler/intrinsics/mathexact/sanity/SubtractExactLongTest.java 2015-02-24 10:29:11.888650952 -0800 @@ -25,7 +25,7 @@ * @test * @library /testlibrary /../../test/lib /compiler/whitebox * /compiler/testlibrary - * @build SubtractExactLongTest + * @build com.oracle.java.testlibrary.* SubtractExactLongTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/sha/cli/TestUseSHA1IntrinsicsOptionOnSupportedCPU.java 2015-02-24 10:29:13.376722901 -0800 +++ new/test/compiler/intrinsics/sha/cli/TestUseSHA1IntrinsicsOptionOnSupportedCPU.java 2015-02-24 10:29:13.045706897 -0800 @@ -26,7 +26,7 @@ * @bug 8035968 * @summary Verify UseSHA1Intrinsics option processing on supported CPU, * @library /testlibrary /../../test/lib /compiler/testlibrary testcases - * @build TestUseSHA1IntrinsicsOptionOnSupportedCPU + * @build com.oracle.java.testlibrary.* TestUseSHA1IntrinsicsOptionOnSupportedCPU * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/sha/cli/TestUseSHA1IntrinsicsOptionOnUnsupportedCPU.java 2015-02-24 10:29:14.622783149 -0800 +++ new/test/compiler/intrinsics/sha/cli/TestUseSHA1IntrinsicsOptionOnUnsupportedCPU.java 2015-02-24 10:29:14.277766467 -0800 @@ -26,7 +26,7 @@ * @bug 8035968 * @summary Verify UseSHA1Intrinsics option processing on unsupported CPU, * @library /testlibrary /../../test/lib /compiler/testlibrary testcases - * @build TestUseSHA1IntrinsicsOptionOnUnsupportedCPU + * @build com.oracle.java.testlibrary.* TestUseSHA1IntrinsicsOptionOnUnsupportedCPU * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/sha/cli/TestUseSHA256IntrinsicsOptionOnSupportedCPU.java 2015-02-24 10:29:15.957847699 -0800 +++ new/test/compiler/intrinsics/sha/cli/TestUseSHA256IntrinsicsOptionOnSupportedCPU.java 2015-02-24 10:29:15.462823765 -0800 @@ -26,7 +26,7 @@ * @bug 8035968 * @summary Verify UseSHA256Intrinsics option processing on supported CPU, * @library /testlibrary /../../test/lib /compiler/testlibrary testcases - * @build TestUseSHA256IntrinsicsOptionOnSupportedCPU + * @build com.oracle.java.testlibrary.* TestUseSHA256IntrinsicsOptionOnSupportedCPU * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/sha/cli/TestUseSHA256IntrinsicsOptionOnUnsupportedCPU.java 2015-02-24 10:29:17.129904366 -0800 +++ new/test/compiler/intrinsics/sha/cli/TestUseSHA256IntrinsicsOptionOnUnsupportedCPU.java 2015-02-24 10:29:16.798888363 -0800 @@ -26,7 +26,7 @@ * @bug 8035968 * @summary Verify UseSHA256Intrinsics option processing on unsupported CPU, * @library /testlibrary /../../test/lib /compiler/testlibrary testcases - * @build TestUseSHA256IntrinsicsOptionOnUnsupportedCPU + * @build com.oracle.java.testlibrary.* TestUseSHA256IntrinsicsOptionOnUnsupportedCPU * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/sha/cli/TestUseSHA512IntrinsicsOptionOnSupportedCPU.java 2015-02-24 10:29:18.380964854 -0800 +++ new/test/compiler/intrinsics/sha/cli/TestUseSHA512IntrinsicsOptionOnSupportedCPU.java 2015-02-24 10:29:18.060949382 -0800 @@ -26,7 +26,7 @@ * @bug 8035968 * @summary Verify UseSHA512Intrinsics option processing on supported CPU. * @library /testlibrary /../../test/lib /compiler/testlibrary testcases - * @build TestUseSHA512IntrinsicsOptionOnSupportedCPU + * @build com.oracle.java.testlibrary.* TestUseSHA512IntrinsicsOptionOnSupportedCPU * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/sha/cli/TestUseSHA512IntrinsicsOptionOnUnsupportedCPU.java 2015-02-24 10:29:19.537020749 -0800 +++ new/test/compiler/intrinsics/sha/cli/TestUseSHA512IntrinsicsOptionOnUnsupportedCPU.java 2015-02-24 10:29:19.215005179 -0800 @@ -26,7 +26,7 @@ * @bug 8035968 * @summary Verify UseSHA512Intrinsics option processing on unsupported CPU, * @library /testlibrary /../../test/lib /compiler/testlibrary testcases - * @build TestUseSHA512IntrinsicsOptionOnUnsupportedCPU + * @build com.oracle.java.testlibrary.* TestUseSHA512IntrinsicsOptionOnUnsupportedCPU * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/sha/cli/TestUseSHAOptionOnSupportedCPU.java 2015-02-24 10:29:20.697076838 -0800 +++ new/test/compiler/intrinsics/sha/cli/TestUseSHAOptionOnSupportedCPU.java 2015-02-24 10:29:20.358060445 -0800 @@ -26,7 +26,7 @@ * @bug 8035968 * @summary Verify UseSHA option processing on supported CPU, * @library /testlibrary /../../test/lib /compiler/testlibrary testcases - * @build TestUseSHAOptionOnSupportedCPU + * @build com.oracle.java.testlibrary.* TestUseSHAOptionOnSupportedCPU * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/sha/cli/TestUseSHAOptionOnUnsupportedCPU.java 2015-02-24 10:29:21.901135053 -0800 +++ new/test/compiler/intrinsics/sha/cli/TestUseSHAOptionOnUnsupportedCPU.java 2015-02-24 10:29:21.513116293 -0800 @@ -26,7 +26,7 @@ * @bug 8035968 * @summary Verify UseSHA option processing on unsupported CPU. * @library /testlibrary /../../test/lib /compiler/testlibrary testcases - * @build TestUseSHAOptionOnUnsupportedCPU + * @build com.oracle.java.testlibrary.* TestUseSHAOptionOnUnsupportedCPU * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/sha/sanity/TestSHA1Intrinsics.java 2015-02-24 10:29:23.173196556 -0800 +++ new/test/compiler/intrinsics/sha/sanity/TestSHA1Intrinsics.java 2015-02-24 10:29:22.821179538 -0800 @@ -26,7 +26,7 @@ * @bug 8035968 * @summary Verify that SHA-1 intrinsic is actually used. * @library /testlibrary /../../test/lib /compiler/testlibrary ../ - * @build TestSHA intrinsics.Verifier TestSHA1Intrinsics + * @build com.oracle.java.testlibrary.* TestSHA intrinsics.Verifier TestSHA1Intrinsics * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/sha/sanity/TestSHA1MultiBlockIntrinsics.java 2015-02-24 10:29:24.580264588 -0800 +++ new/test/compiler/intrinsics/sha/sanity/TestSHA1MultiBlockIntrinsics.java 2015-02-24 10:29:24.086240702 -0800 @@ -28,7 +28,7 @@ * @bug 8035968 * @summary Verify that SHA-1 multi block intrinsic is actually used. * @library /testlibrary /../../test/lib /compiler/testlibrary ../ - * @build TestSHA intrinsics.Verifier TestSHA1MultiBlockIntrinsics + * @build com.oracle.java.testlibrary.* TestSHA intrinsics.Verifier TestSHA1MultiBlockIntrinsics * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/sha/sanity/TestSHA256Intrinsics.java 2015-02-24 10:29:25.783322753 -0800 +++ new/test/compiler/intrinsics/sha/sanity/TestSHA256Intrinsics.java 2015-02-24 10:29:25.412304816 -0800 @@ -28,7 +28,7 @@ * @bug 8035968 * @summary Verify that SHA-256 intrinsic is actually used. * @library /testlibrary /../../test/lib /compiler/testlibrary ../ - * @build TestSHA intrinsics.Verifier TestSHA256Intrinsics + * @build com.oracle.java.testlibrary.* TestSHA intrinsics.Verifier TestSHA256Intrinsics * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/sha/sanity/TestSHA256MultiBlockIntrinsics.java 2015-02-24 10:29:27.138388271 -0800 +++ new/test/compiler/intrinsics/sha/sanity/TestSHA256MultiBlockIntrinsics.java 2015-02-24 10:29:26.813372556 -0800 @@ -28,7 +28,7 @@ * @bug 8035968 * @summary Verify that SHA-256 multi block intrinsic is actually used. * @library /testlibrary /../../test/lib /compiler/testlibrary ../ - * @build TestSHA intrinsics.Verifier TestSHA256MultiBlockIntrinsics + * @build com.oracle.java.testlibrary.* TestSHA intrinsics.Verifier TestSHA256MultiBlockIntrinsics * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/sha/sanity/TestSHA512Intrinsics.java 2015-02-24 10:29:28.335446148 -0800 +++ new/test/compiler/intrinsics/sha/sanity/TestSHA512Intrinsics.java 2015-02-24 10:29:28.015430675 -0800 @@ -28,7 +28,7 @@ * @bug 8035968 * @summary Verify that SHA-512 intrinsic is actually used. * @library /testlibrary /../../test/lib /compiler/testlibrary ../ - * @build TestSHA intrinsics.Verifier TestSHA512Intrinsics + * @build com.oracle.java.testlibrary.* TestSHA intrinsics.Verifier TestSHA512Intrinsics * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/intrinsics/sha/sanity/TestSHA512MultiBlockIntrinsics.java 2015-02-24 10:29:29.469500979 -0800 +++ new/test/compiler/intrinsics/sha/sanity/TestSHA512MultiBlockIntrinsics.java 2015-02-24 10:29:29.152485651 -0800 @@ -28,7 +28,7 @@ * @bug 8035968 * @summary Verify that SHA-512 multi block intrinsic is actually used. * @library /testlibrary /../../test/lib /compiler/testlibrary ../ - * @build TestSHA intrinsics.Verifier TestSHA512MultiBlockIntrinsics + * @build com.oracle.java.testlibrary.* TestSHA intrinsics.Verifier TestSHA512MultiBlockIntrinsics * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/jsr292/ConcurrentClassLoadingTest.java 2015-02-24 10:29:30.813565964 -0800 +++ new/test/compiler/jsr292/ConcurrentClassLoadingTest.java 2015-02-24 10:29:30.395545753 -0800 @@ -26,6 +26,7 @@ * @bug 8022595 * @summary JSR292: deadlock during class loading of MethodHandles, MethodHandleImpl & MethodHandleNatives * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm ConcurrentClassLoadingTest */ import com.oracle.java.testlibrary.Utils; --- old/test/compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java 2015-02-24 10:29:32.022624421 -0800 +++ new/test/compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java 2015-02-24 10:29:31.699608804 -0800 @@ -26,7 +26,7 @@ * @bug 8042235 * @summary redefining method used by multiple MethodHandles crashes VM * @compile -XDignore.symbol.file RedefineMethodUsedByMultipleMethodHandles.java - * @run main RedefineMethodUsedByMultipleMethodHandles + * @run main/othervm RedefineMethodUsedByMultipleMethodHandles */ import java.io.*; --- old/test/compiler/oracle/CheckCompileCommandOption.java 2015-02-24 10:29:33.198681283 -0800 +++ new/test/compiler/oracle/CheckCompileCommandOption.java 2015-02-24 10:29:32.835663730 -0800 @@ -31,6 +31,7 @@ * @bug 8055286 8056964 8059847 8069035 * @summary "Checks parsing of -XX:CompileCommand=option" * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main CheckCompileCommandOption */ --- old/test/compiler/profiling/spectrapredefineclass/Launcher.java 2015-02-24 10:29:34.427740707 -0800 +++ new/test/compiler/profiling/spectrapredefineclass/Launcher.java 2015-02-24 10:29:34.095724655 -0800 @@ -27,6 +27,8 @@ * @test * @bug 8038636 * @library /testlibrary + * @build com.oracle.java.testlibrary.* Agent + * @ignore 7076820 * @build Agent * @run main ClassFileInstaller Agent * @run main Launcher --- old/test/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java 2015-02-24 10:29:35.584796650 -0800 +++ new/test/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java 2015-02-24 10:29:35.224779243 -0800 @@ -27,6 +27,8 @@ * @test * @bug 8040237 * @library /testlibrary + * @build com.oracle.java.testlibrary.* Agent Test A B + * @ignore 7076820 * @build Agent Test A B * @run main ClassFileInstaller Agent * @run main Launcher --- old/test/compiler/rangechecks/TestRangeCheckSmearing.java 2015-02-24 10:29:37.000865116 -0800 +++ new/test/compiler/rangechecks/TestRangeCheckSmearing.java 2015-02-24 10:29:36.667849015 -0800 @@ -26,7 +26,7 @@ * @bug 8066103 * @summary C2's range check smearing allows out of bound array accesses * @library /testlibrary /../../test/lib /compiler/whitebox - * @build TestRangeCheckSmearing + * @build com.oracle.java.testlibrary.* TestRangeCheckSmearing * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller com.oracle.java.testlibrary.Platform * @run main/othervm -ea -Xmixed -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI --- old/test/compiler/rtm/cli/TestPrintPreciseRTMLockingStatisticsOptionOnSupportedConfig.java 2015-02-24 10:29:38.276926814 -0800 +++ new/test/compiler/rtm/cli/TestPrintPreciseRTMLockingStatisticsOptionOnSupportedConfig.java 2015-02-24 10:29:37.849906166 -0800 @@ -28,7 +28,7 @@ * @summary Verify PrintPreciseRTMLockingStatistics on CPUs with * rtm support and on VM with rtm locking support, * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestPrintPreciseRTMLockingStatisticsOptionOnSupportedConfig + * @build com.oracle.java.testlibrary.* TestPrintPreciseRTMLockingStatisticsOptionOnSupportedConfig * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/cli/TestPrintPreciseRTMLockingStatisticsOptionOnUnsupportedConfig.java 2015-02-24 10:29:39.448983482 -0800 +++ new/test/compiler/rtm/cli/TestPrintPreciseRTMLockingStatisticsOptionOnUnsupportedConfig.java 2015-02-24 10:29:39.120967622 -0800 @@ -28,7 +28,7 @@ * @summary Verify PrintPreciseRTMLockingStatistics on CPUs without * rtm support and/or unsupported VM. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestPrintPreciseRTMLockingStatisticsOptionOnUnsupportedConfig + * @build com.oracle.java.testlibrary.* TestPrintPreciseRTMLockingStatisticsOptionOnUnsupportedConfig * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/cli/TestRTMAbortRatioOptionOnSupportedConfig.java 2015-02-24 10:29:40.632040681 -0800 +++ new/test/compiler/rtm/cli/TestRTMAbortRatioOptionOnSupportedConfig.java 2015-02-24 10:29:40.289024097 -0800 @@ -28,7 +28,7 @@ * @summary Verify RTMAbortRatio option processing on CPU with rtm * support and on VM with rtm locking support. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestRTMAbortRatioOptionOnSupportedConfig + * @build com.oracle.java.testlibrary.* TestRTMAbortRatioOptionOnSupportedConfig * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/cli/TestRTMAbortRatioOptionOnUnsupportedConfig.java 2015-02-24 10:29:41.796096963 -0800 +++ new/test/compiler/rtm/cli/TestRTMAbortRatioOptionOnUnsupportedConfig.java 2015-02-24 10:29:41.459080669 -0800 @@ -28,7 +28,7 @@ * @summary Verify RTMAbortRatio option processing on CPU without rtm * support or on VM that does not support rtm locking. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestRTMAbortRatioOptionOnUnsupportedConfig + * @build com.oracle.java.testlibrary.* TestRTMAbortRatioOptionOnUnsupportedConfig * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/cli/TestRTMAbortThresholdOption.java 2015-02-24 10:29:43.168163302 -0800 +++ new/test/compiler/rtm/cli/TestRTMAbortThresholdOption.java 2015-02-24 10:29:42.804145702 -0800 @@ -27,7 +27,7 @@ * @bug 8031320 * @summary Verify processing of RTMAbortThreshold option. * @library /testlibrary - * @build TestRTMAbortThresholdOption + * @build com.oracle.java.testlibrary.* TestRTMAbortThresholdOption * @run main/othervm TestRTMAbortThresholdOption */ --- old/test/compiler/rtm/cli/TestRTMLockingCalculationDelayOption.java 2015-02-24 10:29:44.402222967 -0800 +++ new/test/compiler/rtm/cli/TestRTMLockingCalculationDelayOption.java 2015-02-24 10:29:44.081207448 -0800 @@ -27,7 +27,7 @@ * @bug 8031320 * @summary Verify processing of RTMLockingCalculationDelay option. * @library /testlibrary - * @build TestRTMLockingCalculationDelayOption + * @build com.oracle.java.testlibrary.* TestRTMLockingCalculationDelayOption * @run main/othervm TestRTMLockingCalculationDelayOption */ --- old/test/compiler/rtm/cli/TestRTMLockingThresholdOption.java 2015-02-24 10:29:45.779289549 -0800 +++ new/test/compiler/rtm/cli/TestRTMLockingThresholdOption.java 2015-02-24 10:29:45.399271176 -0800 @@ -27,7 +27,7 @@ * @bug 8031320 * @summary Verify processing of RTMLockingThreshold option. * @library /testlibrary - * @build TestRTMLockingThresholdOption + * @build com.oracle.java.testlibrary.* TestRTMLockingThresholdOption * @run main/othervm TestRTMLockingThresholdOption */ --- old/test/compiler/rtm/cli/TestRTMRetryCountOption.java 2015-02-24 10:29:47.021349602 -0800 +++ new/test/compiler/rtm/cli/TestRTMRetryCountOption.java 2015-02-24 10:29:46.612329826 -0800 @@ -27,7 +27,7 @@ * @bug 8031320 * @summary Verify processing of RTMRetryCount option. * @library /testlibrary - * @build TestRTMRetryCountOption + * @build com.oracle.java.testlibrary.* TestRTMRetryCountOption * @run main/othervm TestRTMRetryCountOption */ --- old/test/compiler/rtm/cli/TestRTMSpinLoopCountOption.java 2015-02-24 10:29:48.291411008 -0800 +++ new/test/compiler/rtm/cli/TestRTMSpinLoopCountOption.java 2015-02-24 10:29:47.971395536 -0800 @@ -27,7 +27,7 @@ * @bug 8031320 * @summary Verify processing of RTMSpinLoopCount option. * @library /testlibrary - * @build TestRTMSpinLoopCountOption + * @build com.oracle.java.testlibrary.* TestRTMSpinLoopCountOption * @run main/othervm TestRTMSpinLoopCountOption */ --- old/test/compiler/rtm/cli/TestRTMTotalCountIncrRateOptionOnSupportedConfig.java 2015-02-24 10:29:49.751481603 -0800 +++ new/test/compiler/rtm/cli/TestRTMTotalCountIncrRateOptionOnSupportedConfig.java 2015-02-24 10:29:49.182454090 -0800 @@ -28,7 +28,7 @@ * @summary Verify RTMTotalCountIncrRate option processing on CPU with * rtm support and on VM with rtm locking support. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestRTMTotalCountIncrRateOptionOnSupportedConfig + * @build com.oracle.java.testlibrary.* TestRTMTotalCountIncrRateOptionOnSupportedConfig * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/cli/TestRTMTotalCountIncrRateOptionOnUnsupportedConfig.java 2015-02-24 10:29:51.035543687 -0800 +++ new/test/compiler/rtm/cli/TestRTMTotalCountIncrRateOptionOnUnsupportedConfig.java 2015-02-24 10:29:50.701527536 -0800 @@ -33,7 +33,7 @@ * @summary Verify RTMTotalCountIncrRate option processing on CPU without * rtm support and/or on VM without rtm locking support. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestRTMTotalCountIncrRateOptionOnUnsupportedConfig + * @build com.oracle.java.testlibrary.* TestRTMTotalCountIncrRateOptionOnUnsupportedConfig * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/cli/TestUseRTMDeoptOptionOnSupportedConfig.java 2015-02-24 10:29:52.196599823 -0800 +++ new/test/compiler/rtm/cli/TestUseRTMDeoptOptionOnSupportedConfig.java 2015-02-24 10:29:51.856583383 -0800 @@ -28,7 +28,7 @@ * @summary Verify UseRTMDeopt option processing on CPUs with rtm support * when rtm locking is supported by VM. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestUseRTMDeoptOptionOnSupportedConfig + * @build com.oracle.java.testlibrary.* TestUseRTMDeoptOptionOnSupportedConfig * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/cli/TestUseRTMDeoptOptionOnUnsupportedConfig.java 2015-02-24 10:29:53.671671141 -0800 +++ new/test/compiler/rtm/cli/TestUseRTMDeoptOptionOnUnsupportedConfig.java 2015-02-24 10:29:53.338655041 -0800 @@ -28,7 +28,7 @@ * @summary Verify UseRTMDeopt option processing on CPUs without rtm support * or on VMs without rtm locking support. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestUseRTMDeoptOptionOnUnsupportedConfig + * @build com.oracle.java.testlibrary.* TestUseRTMDeoptOptionOnUnsupportedConfig * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/cli/TestUseRTMForStackLocksOptionOnSupportedConfig.java 2015-02-24 10:29:54.922731629 -0800 +++ new/test/compiler/rtm/cli/TestUseRTMForStackLocksOptionOnSupportedConfig.java 2015-02-24 10:29:54.586715384 -0800 @@ -28,7 +28,7 @@ * @summary Verify UseRTMForStackLocks option processing on CPU with * rtm support when VM supports rtm locking. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestUseRTMForStackLocksOptionOnSupportedConfig + * @build com.oracle.java.testlibrary.* TestUseRTMForStackLocksOptionOnSupportedConfig * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/cli/TestUseRTMForStackLocksOptionOnUnsupportedConfig.java 2015-02-24 10:29:56.308798645 -0800 +++ new/test/compiler/rtm/cli/TestUseRTMForStackLocksOptionOnUnsupportedConfig.java 2015-02-24 10:29:55.875777709 -0800 @@ -28,7 +28,7 @@ * @summary Verify UseRTMForStackLocks option processing on CPUs without * rtm support and/or on VMs without rtm locking support. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestUseRTMForStackLocksOptionOnUnsupportedConfig + * @build com.oracle.java.testlibrary.* TestUseRTMForStackLocksOptionOnUnsupportedConfig * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/cli/TestUseRTMLockingOptionOnSupportedConfig.java 2015-02-24 10:29:57.437853235 -0800 +++ new/test/compiler/rtm/cli/TestUseRTMLockingOptionOnSupportedConfig.java 2015-02-24 10:29:57.120837907 -0800 @@ -28,7 +28,7 @@ * @summary Verify UseRTMLocking option processing on CPU with rtm support and * on VM with rtm-locking support. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestUseRTMLockingOptionOnSupportedConfig + * @build com.oracle.java.testlibrary.* TestUseRTMLockingOptionOnSupportedConfig * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/cli/TestUseRTMLockingOptionOnUnsupportedCPU.java 2015-02-24 10:29:58.622910532 -0800 +++ new/test/compiler/rtm/cli/TestUseRTMLockingOptionOnUnsupportedCPU.java 2015-02-24 10:29:58.287894333 -0800 @@ -28,7 +28,7 @@ * @summary Verify UseRTMLocking option processing on CPU without * rtm support. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestUseRTMLockingOptionOnUnsupportedCPU + * @build com.oracle.java.testlibrary.* TestUseRTMLockingOptionOnUnsupportedCPU * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/cli/TestUseRTMLockingOptionOnUnsupportedVM.java 2015-02-24 10:29:59.843969569 -0800 +++ new/test/compiler/rtm/cli/TestUseRTMLockingOptionOnUnsupportedVM.java 2015-02-24 10:29:59.447950422 -0800 @@ -28,7 +28,7 @@ * @summary Verify UseRTMLocking option processing on CPU with rtm support * in case when VM should not support this option. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestUseRTMLockingOptionOnUnsupportedVM + * @build com.oracle.java.testlibrary.* TestUseRTMLockingOptionOnUnsupportedVM * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/cli/TestUseRTMLockingOptionWithBiasedLocking.java 2015-02-24 10:30:00.967023869 -0800 +++ new/test/compiler/rtm/cli/TestUseRTMLockingOptionWithBiasedLocking.java 2015-02-24 10:30:00.646008348 -0800 @@ -28,7 +28,7 @@ * @summary Verify processing of UseRTMLocking and UseBiasedLocking * options combination on CPU and VM with rtm support. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestUseRTMLockingOptionWithBiasedLocking + * @build com.oracle.java.testlibrary.* TestUseRTMLockingOptionWithBiasedLocking * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/cli/TestUseRTMXendForLockBusyOption.java 2015-02-24 10:30:02.273087017 -0800 +++ new/test/compiler/rtm/cli/TestUseRTMXendForLockBusyOption.java 2015-02-24 10:30:01.913069609 -0800 @@ -27,7 +27,7 @@ * @bug 8031320 * @summary Verify processing of UseRTMXendForLockBusy option. * @library /testlibrary - * @build TestUseRTMXendForLockBusyOption + * @build com.oracle.java.testlibrary.* TestUseRTMXendForLockBusyOption * @run main/othervm TestUseRTMXendForLockBusyOption */ --- old/test/compiler/rtm/locking/TestRTMAbortRatio.java 2015-02-24 10:30:03.592150793 -0800 +++ new/test/compiler/rtm/locking/TestRTMAbortRatio.java 2015-02-24 10:30:03.245134015 -0800 @@ -28,7 +28,7 @@ * @summary Verify that RTMAbortRatio affects amount of aborts before * deoptimization. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestRTMAbortRatio + * @build com.oracle.java.testlibrary.* TestRTMAbortRatio * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/locking/TestRTMAbortThreshold.java 2015-02-24 10:30:04.814209880 -0800 +++ new/test/compiler/rtm/locking/TestRTMAbortThreshold.java 2015-02-24 10:30:04.465193004 -0800 @@ -28,7 +28,7 @@ * @summary Verify that RTMAbortThreshold option affects * amount of aborts after which abort ratio is calculated. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestRTMAbortThreshold + * @build com.oracle.java.testlibrary.* TestRTMAbortThreshold * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/locking/TestRTMAfterNonRTMDeopt.java 2015-02-24 10:30:06.042269255 -0800 +++ new/test/compiler/rtm/locking/TestRTMAfterNonRTMDeopt.java 2015-02-24 10:30:05.711253251 -0800 @@ -30,7 +30,7 @@ * method's RTM state. And if we don't use RTMDeopt, then * RTM state remain the same after such deoptimization. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestRTMAfterNonRTMDeopt + * @build com.oracle.java.testlibrary.* TestRTMAfterNonRTMDeopt * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/locking/TestRTMDeoptOnHighAbortRatio.java 2015-02-24 10:30:07.208325633 -0800 +++ new/test/compiler/rtm/locking/TestRTMDeoptOnHighAbortRatio.java 2015-02-24 10:30:06.873309436 -0800 @@ -28,7 +28,7 @@ * @summary Verify that on high abort ratio method will be recompiled * without rtm locking. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestRTMDeoptOnHighAbortRatio + * @build com.oracle.java.testlibrary.* TestRTMDeoptOnHighAbortRatio * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/locking/TestRTMDeoptOnLowAbortRatio.java 2015-02-24 10:30:08.567391344 -0800 +++ new/test/compiler/rtm/locking/TestRTMDeoptOnLowAbortRatio.java 2015-02-24 10:30:08.207373937 -0800 @@ -27,7 +27,7 @@ * @bug 8031320 * @summary Verify that on low abort ratio method will be recompiled. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestRTMDeoptOnLowAbortRatio + * @build com.oracle.java.testlibrary.* TestRTMDeoptOnLowAbortRatio * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/locking/TestRTMLockingCalculationDelay.java 2015-02-24 10:30:09.762449125 -0800 +++ new/test/compiler/rtm/locking/TestRTMLockingCalculationDelay.java 2015-02-24 10:30:09.430433072 -0800 @@ -28,7 +28,7 @@ * @summary Verify that RTMLockingCalculationDelay affect when * abort ratio calculation is started. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestRTMLockingCalculationDelay + * @build com.oracle.java.testlibrary.* TestRTMLockingCalculationDelay * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/locking/TestRTMLockingThreshold.java 2015-02-24 10:30:10.989508452 -0800 +++ new/test/compiler/rtm/locking/TestRTMLockingThreshold.java 2015-02-24 10:30:10.579488629 -0800 @@ -28,7 +28,7 @@ * @summary Verify that RTMLockingThreshold affects rtm state transition * ProfileRTM => UseRTM. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestRTMLockingThreshold + * @build com.oracle.java.testlibrary.* TestRTMLockingThreshold * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/locking/TestRTMRetryCount.java 2015-02-24 10:30:12.311572374 -0800 +++ new/test/compiler/rtm/locking/TestRTMRetryCount.java 2015-02-24 10:30:11.984556564 -0800 @@ -27,7 +27,7 @@ * @bug 8031320 * @summary Verify that RTMRetryCount affects actual amount of retries. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestRTMRetryCount + * @build com.oracle.java.testlibrary.* TestRTMRetryCount * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/locking/TestRTMSpinLoopCount.java 2015-02-24 10:30:13.525631072 -0800 +++ new/test/compiler/rtm/locking/TestRTMSpinLoopCount.java 2015-02-24 10:30:13.155613182 -0800 @@ -28,7 +28,7 @@ * @summary Verify that RTMSpinLoopCount affects time spent * between locking attempts. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestRTMSpinLoopCount + * @build com.oracle.java.testlibrary.* TestRTMSpinLoopCount * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/locking/TestRTMTotalCountIncrRate.java 2015-02-24 10:30:14.889697026 -0800 +++ new/test/compiler/rtm/locking/TestRTMTotalCountIncrRate.java 2015-02-24 10:30:14.562681215 -0800 @@ -28,7 +28,7 @@ * @summary Verify that RTMTotalCountIncrRate option affects * RTM locking statistics. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestRTMTotalCountIncrRate + * @build com.oracle.java.testlibrary.* TestRTMTotalCountIncrRate * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/locking/TestUseRTMAfterLockInflation.java 2015-02-24 10:30:16.109756016 -0800 +++ new/test/compiler/rtm/locking/TestUseRTMAfterLockInflation.java 2015-02-24 10:30:15.780740107 -0800 @@ -28,7 +28,7 @@ * @summary Verify that rtm locking is used for stack locks before * inflation and after it used for inflated locks. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestUseRTMAfterLockInflation + * @build com.oracle.java.testlibrary.* TestUseRTMAfterLockInflation * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/locking/TestUseRTMDeopt.java 2015-02-24 10:30:17.511823804 -0800 +++ new/test/compiler/rtm/locking/TestUseRTMDeopt.java 2015-02-24 10:30:17.194808476 -0800 @@ -28,7 +28,7 @@ * @summary Verify that UseRTMDeopt affects uncommon trap installation in * copmpiled methods with synchronized block. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestUseRTMDeopt + * @build com.oracle.java.testlibrary.* TestUseRTMDeopt * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/locking/TestUseRTMForInflatedLocks.java 2015-02-24 10:30:18.684880522 -0800 +++ new/test/compiler/rtm/locking/TestUseRTMForInflatedLocks.java 2015-02-24 10:30:18.358864758 -0800 @@ -27,7 +27,7 @@ * @bug 8031320 * @summary Verify that rtm locking is used for inflated locks. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestUseRTMForInflatedLocks + * @build com.oracle.java.testlibrary.* TestUseRTMForInflatedLocks * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/locking/TestUseRTMForStackLocks.java 2015-02-24 10:30:19.920940284 -0800 +++ new/test/compiler/rtm/locking/TestUseRTMForStackLocks.java 2015-02-24 10:30:19.592924425 -0800 @@ -27,7 +27,7 @@ * @bug 8031320 * @summary Verify that rtm locking is used for stack locks. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestUseRTMForStackLocks + * @build com.oracle.java.testlibrary.* TestUseRTMForStackLocks * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/locking/TestUseRTMXendForLockBusy.java 2015-02-24 10:30:21.259004979 -0800 +++ new/test/compiler/rtm/locking/TestUseRTMXendForLockBusy.java 2015-02-24 10:30:20.849985203 -0800 @@ -28,7 +28,7 @@ * @summary Verify that UseRTMXendForLockBusy option affects * method behaviour if lock is busy. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestUseRTMXendForLockBusy + * @build com.oracle.java.testlibrary.* TestUseRTMXendForLockBusy * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/method_options/TestNoRTMLockElidingOption.java 2015-02-24 10:30:22.463063196 -0800 +++ new/test/compiler/rtm/method_options/TestNoRTMLockElidingOption.java 2015-02-24 10:30:22.103045788 -0800 @@ -28,7 +28,7 @@ * @summary Verify that NoRTMLockEliding option could be applied to * specified method and that such method will not use rtm. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestNoRTMLockElidingOption + * @build com.oracle.java.testlibrary.* TestNoRTMLockElidingOption * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/method_options/TestUseRTMLockElidingOption.java 2015-02-24 10:30:23.791127407 -0800 +++ new/test/compiler/rtm/method_options/TestUseRTMLockElidingOption.java 2015-02-24 10:30:23.444110629 -0800 @@ -29,7 +29,7 @@ * specified method and that such method will not be deoptimized * on high abort ratio. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestUseRTMLockElidingOption + * @build com.oracle.java.testlibrary.* TestUseRTMLockElidingOption * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/rtm/print/TestPrintPreciseRTMLockingStatistics.java 2015-02-24 10:30:24.965184172 -0800 +++ new/test/compiler/rtm/print/TestPrintPreciseRTMLockingStatistics.java 2015-02-24 10:30:24.608166910 -0800 @@ -30,7 +30,7 @@ * different types. Test also verify that VM output does not * contain rtm locking statistics when it should not. * @library /testlibrary /../../test/lib /compiler/testlibrary - * @build TestPrintPreciseRTMLockingStatistics + * @build com.oracle.java.testlibrary.* TestPrintPreciseRTMLockingStatistics * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/runtime/8010927/Test8010927.java 2015-02-24 10:30:26.117239873 -0800 +++ new/test/compiler/runtime/8010927/Test8010927.java 2015-02-24 10:30:25.760222612 -0800 @@ -26,7 +26,7 @@ * @bug 8010927 * @summary Kitchensink crashed with SIGSEGV, Problematic frame: v ~StubRoutines::checkcast_arraycopy * @library /../../test/lib /testlibrary - * @build Test8010927 + * @build com.oracle.java.testlibrary.* Test8010927 * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+IgnoreUnrecognizedVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. -Xmx64m -XX:NewSize=20971520 -XX:MaxNewSize=32m -XX:-UseTLAB -XX:-UseAdaptiveSizePolicy Test8010927 --- old/test/compiler/stable/TestStableBoolean.java 2015-02-24 10:30:27.345299250 -0800 +++ new/test/compiler/stable/TestStableBoolean.java 2015-02-24 10:30:26.984281795 -0800 @@ -27,7 +27,7 @@ * @test TestStableBoolean * @summary tests on stable fields and arrays * @library /testlibrary /../../test/lib - * @build TestStableBoolean StableConfiguration sun.hotspot.WhiteBox + * @build com.oracle.java.testlibrary.* TestStableBoolean StableConfiguration sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ClassFileInstaller * java/lang/invoke/StableConfiguration --- old/test/compiler/stable/TestStableByte.java 2015-02-24 10:30:28.722365831 -0800 +++ new/test/compiler/stable/TestStableByte.java 2015-02-24 10:30:28.376349101 -0800 @@ -27,7 +27,7 @@ * @test TestStableByte * @summary tests on stable fields and arrays * @library /testlibrary /../../test/lib - * @build TestStableByte StableConfiguration sun.hotspot.WhiteBox + * @build com.oracle.java.testlibrary.* TestStableByte StableConfiguration sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ClassFileInstaller * java/lang/invoke/StableConfiguration --- old/test/compiler/stable/TestStableChar.java 2015-02-24 10:30:29.896422596 -0800 +++ new/test/compiler/stable/TestStableChar.java 2015-02-24 10:30:29.564406544 -0800 @@ -27,7 +27,7 @@ * @test TestStableChar * @summary tests on stable fields and arrays * @library /testlibrary /../../test/lib - * @build TestStableChar StableConfiguration sun.hotspot.WhiteBox + * @build com.oracle.java.testlibrary.* TestStableChar StableConfiguration sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ClassFileInstaller * java/lang/invoke/StableConfiguration --- old/test/compiler/stable/TestStableDouble.java 2015-02-24 10:30:31.147483084 -0800 +++ new/test/compiler/stable/TestStableDouble.java 2015-02-24 10:30:30.799466257 -0800 @@ -27,7 +27,7 @@ * @test TestStableDouble * @summary tests on stable fields and arrays * @library /testlibrary /../../test/lib - * @build TestStableDouble StableConfiguration sun.hotspot.WhiteBox + * @build com.oracle.java.testlibrary.* TestStableDouble StableConfiguration sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ClassFileInstaller * java/lang/invoke/StableConfiguration --- old/test/compiler/stable/TestStableFloat.java 2015-02-24 10:30:32.459546523 -0800 +++ new/test/compiler/stable/TestStableFloat.java 2015-02-24 10:30:32.045526504 -0800 @@ -27,7 +27,7 @@ * @test TestStableFloat * @summary tests on stable fields and arrays * @library /testlibrary /../../test/lib - * @build TestStableFloat StableConfiguration sun.hotspot.WhiteBox + * @build com.oracle.java.testlibrary.* TestStableFloat StableConfiguration sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ClassFileInstaller * java/lang/invoke/StableConfiguration --- old/test/compiler/stable/TestStableInt.java 2015-02-24 10:30:33.731608026 -0800 +++ new/test/compiler/stable/TestStableInt.java 2015-02-24 10:30:33.391591586 -0800 @@ -27,7 +27,7 @@ * @test TestStableInt * @summary tests on stable fields and arrays * @library /testlibrary /../../test/lib - * @build TestStableInt StableConfiguration sun.hotspot.WhiteBox + * @build com.oracle.java.testlibrary.* TestStableInt StableConfiguration sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ClassFileInstaller * java/lang/invoke/StableConfiguration --- old/test/compiler/stable/TestStableLong.java 2015-02-24 10:30:35.366687082 -0800 +++ new/test/compiler/stable/TestStableLong.java 2015-02-24 10:30:34.879663534 -0800 @@ -27,7 +27,7 @@ * @test TestStableLong * @summary tests on stable fields and arrays * @library /testlibrary /../../test/lib - * @build TestStableLong StableConfiguration sun.hotspot.WhiteBox + * @build com.oracle.java.testlibrary.* TestStableLong StableConfiguration sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ClassFileInstaller * java/lang/invoke/StableConfiguration --- old/test/compiler/stable/TestStableObject.java 2015-02-24 10:30:36.767754823 -0800 +++ new/test/compiler/stable/TestStableObject.java 2015-02-24 10:30:36.271730841 -0800 @@ -27,7 +27,7 @@ * @test TestStableObject * @summary tests on stable fields and arrays * @library /testlibrary /../../test/lib - * @build TestStableObject StableConfiguration sun.hotspot.WhiteBox + * @build com.oracle.java.testlibrary.* TestStableObject StableConfiguration sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ClassFileInstaller * java/lang/invoke/StableConfiguration --- old/test/compiler/stable/TestStableShort.java 2015-02-24 10:30:38.002814538 -0800 +++ new/test/compiler/stable/TestStableShort.java 2015-02-24 10:30:37.679798919 -0800 @@ -27,7 +27,7 @@ * @test TestStableShort * @summary tests on stable fields and arrays * @library /testlibrary /../../test/lib - * @build TestStableShort StableConfiguration sun.hotspot.WhiteBox + * @build com.oracle.java.testlibrary.* TestStableShort StableConfiguration sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ClassFileInstaller * java/lang/invoke/StableConfiguration --- old/test/compiler/startup/NumCompilerThreadsCheck.java 2015-02-24 10:30:39.306877589 -0800 +++ new/test/compiler/startup/NumCompilerThreadsCheck.java 2015-02-24 10:30:38.918858828 -0800 @@ -26,6 +26,8 @@ * @bug 8034775 * @summary Ensures correct minimal number of compiler threads (provided by -XX:CICompilerCount=) * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm NumCompilerThreadsCheck */ import com.oracle.java.testlibrary.*; --- old/test/compiler/startup/SmallCodeCacheStartup.java 2015-02-24 10:30:40.503935466 -0800 +++ new/test/compiler/startup/SmallCodeCacheStartup.java 2015-02-24 10:30:40.178919752 -0800 @@ -28,6 +28,8 @@ * to initialize all compiler threads. The option -Xcomp gives the VM more time to * trigger the old bug. * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm SmallCodeCacheStartup */ import com.oracle.java.testlibrary.*; import static com.oracle.java.testlibrary.Asserts.assertTrue; --- old/test/compiler/startup/StartupOutput.java 2015-02-24 10:30:42.000007801 -0800 +++ new/test/compiler/startup/StartupOutput.java 2015-02-24 10:30:41.509984109 -0800 @@ -26,6 +26,8 @@ * @bug 8026949 * @summary Test ensures correct VM output during startup * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm StartupOutput */ import com.oracle.java.testlibrary.*; --- old/test/compiler/tiered/ConstantGettersTransitionsTest.java 2015-02-24 10:30:43.263068870 -0800 +++ new/test/compiler/tiered/ConstantGettersTransitionsTest.java 2015-02-24 10:30:42.851048950 -0800 @@ -27,7 +27,7 @@ /** * @test ConstantGettersTransitionsTest * @library /testlibrary /../../test/lib /compiler/whitebox - * @build TransitionsTestExecutor ConstantGettersTransitionsTest + * @build com.oracle.java.testlibrary.* TransitionsTestExecutor ConstantGettersTransitionsTest * @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm/timeout=240 -Xmixed -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI -XX:+TieredCompilation --- old/test/compiler/tiered/LevelTransitionTest.java 2015-02-24 10:30:44.431125345 -0800 +++ new/test/compiler/tiered/LevelTransitionTest.java 2015-02-24 10:30:44.082108471 -0800 @@ -29,7 +29,7 @@ /** * @test LevelTransitionTest * @library /testlibrary /../../test/lib /compiler/whitebox - * @build TransitionsTestExecutor LevelTransitionTest + * @build com.oracle.java.testlibrary.* TransitionsTestExecutor LevelTransitionTest * @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm/timeout=240 -Xmixed -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI -XX:+TieredCompilation --- old/test/compiler/tiered/NonTieredLevelsTest.java 2015-02-24 10:30:45.837193328 -0800 +++ new/test/compiler/tiered/NonTieredLevelsTest.java 2015-02-24 10:30:45.513177663 -0800 @@ -26,7 +26,7 @@ /** * @test NonTieredLevelsTest * @library /testlibrary /../../test/lib /compiler/whitebox - * @build NonTieredLevelsTest + * @build com.oracle.java.testlibrary.* NonTieredLevelsTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:-TieredCompilation --- old/test/compiler/tiered/TieredLevelsTest.java 2015-02-24 10:30:47.041251545 -0800 +++ new/test/compiler/tiered/TieredLevelsTest.java 2015-02-24 10:30:46.639232107 -0800 @@ -24,7 +24,7 @@ /** * @test TieredLevelsTest * @library /testlibrary /../../test/lib /compiler/whitebox - * @build TieredLevelsTest + * @build com.oracle.java.testlibrary.* TieredLevelsTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+TieredCompilation --- old/test/compiler/types/correctness/CorrectnessTest.java 2015-02-24 10:30:48.407317593 -0800 +++ new/test/compiler/types/correctness/CorrectnessTest.java 2015-02-24 10:30:47.966296269 -0800 @@ -28,7 +28,7 @@ * @ignore 8066173 * @compile execution/TypeConflict.java execution/TypeProfile.java * execution/MethodHandleDelegate.java - * @build CorrectnessTest + * @build com.oracle.java.testlibrary.* CorrectnessTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions --- old/test/compiler/types/correctness/OffTest.java 2015-02-24 10:30:49.622376342 -0800 +++ new/test/compiler/types/correctness/OffTest.java 2015-02-24 10:30:49.289360240 -0800 @@ -28,7 +28,7 @@ * @ignore 8066173 * @compile execution/TypeConflict.java execution/TypeProfile.java * execution/MethodHandleDelegate.java - * @build CorrectnessTest + * @build com.oracle.java.testlibrary.* CorrectnessTest * @build OffTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission --- old/test/compiler/uncommontrap/8009761/Test8009761.java 2015-02-24 10:30:50.935439828 -0800 +++ new/test/compiler/uncommontrap/8009761/Test8009761.java 2015-02-24 10:30:50.581422711 -0800 @@ -29,7 +29,7 @@ * @bug 8009761 * @library /testlibrary /../../test/lib * @summary Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates - * @build Test8009761 + * @build com.oracle.java.testlibrary.* Test8009761 * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=exclude,Test8009761::m2 -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -Xss392K Test8009761 --- old/test/compiler/uncommontrap/TestUnstableIfTrap.java 2015-02-24 10:30:52.309506264 -0800 +++ new/test/compiler/uncommontrap/TestUnstableIfTrap.java 2015-02-24 10:30:51.825482862 -0800 @@ -64,7 +64,7 @@ * -XX:CompileCommand=compileonly,UnstableIfExecutable.test * -XX:LogFile=never_taken_fired.xml * TestUnstableIfTrap NEVER_TAKEN true - * @run main uncommontrap.Verifier always_taken_not_fired.xml + * @run main/othervm uncommontrap.Verifier always_taken_not_fired.xml * always_taken_fired.xml * never_taken_not_fired.xml * never_taken_fired.xml --- old/test/compiler/unsafe/UnsafeRaw.java 2015-02-24 10:30:53.666571878 -0800 +++ new/test/compiler/unsafe/UnsafeRaw.java 2015-02-24 10:30:53.317555003 -0800 @@ -26,6 +26,7 @@ * @bug 8058744 * @summary Invalid pattern-matching of address computations in raw unsafe * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm -Xbatch UnsafeRaw */ --- old/test/compiler/whitebox/AllocationCodeBlobTest.java 2015-02-24 10:30:55.054638990 -0800 +++ new/test/compiler/whitebox/AllocationCodeBlobTest.java 2015-02-24 10:30:54.567615443 -0800 @@ -35,7 +35,7 @@ * @test AllocationCodeBlobTest * @bug 8059624 8064669 * @library /testlibrary /../../test/lib - * @build AllocationCodeBlobTest + * @build com.oracle.java.testlibrary.* AllocationCodeBlobTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/whitebox/ClearMethodStateTest.java 2015-02-24 10:30:56.210694886 -0800 +++ new/test/compiler/whitebox/ClearMethodStateTest.java 2015-02-24 10:30:55.893679558 -0800 @@ -27,7 +27,7 @@ * @test ClearMethodStateTest * @bug 8006683 8007288 8022832 * @library /testlibrary /../../test/lib - * @build ClearMethodStateTest + * @build com.oracle.java.testlibrary.* ClearMethodStateTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* ClearMethodStateTest --- old/test/compiler/whitebox/DeoptimizeAllTest.java 2015-02-24 10:30:57.557760016 -0800 +++ new/test/compiler/whitebox/DeoptimizeAllTest.java 2015-02-24 10:30:57.193742415 -0800 @@ -25,7 +25,7 @@ * @test DeoptimizeAllTest * @bug 8006683 8007288 8022832 * @library /testlibrary /../../test/lib - * @build DeoptimizeAllTest + * @build com.oracle.java.testlibrary.* DeoptimizeAllTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* DeoptimizeAllTest --- old/test/compiler/whitebox/DeoptimizeFramesTest.java 2015-02-24 10:30:59.100834623 -0800 +++ new/test/compiler/whitebox/DeoptimizeFramesTest.java 2015-02-24 10:30:58.535807304 -0800 @@ -25,7 +25,7 @@ * @test DeoptimizeFramesTest * @bug 8028595 * @library /testlibrary /../../test/lib - * @build DeoptimizeFramesTest + * @build com.oracle.java.testlibrary.* DeoptimizeFramesTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/whitebox/DeoptimizeMethodTest.java 2015-02-24 10:31:00.286891968 -0800 +++ new/test/compiler/whitebox/DeoptimizeMethodTest.java 2015-02-24 10:30:59.946875530 -0800 @@ -25,7 +25,7 @@ * @test DeoptimizeMethodTest * @bug 8006683 8007288 8022832 * @library /testlibrary /../../test/lib - * @build DeoptimizeMethodTest + * @build com.oracle.java.testlibrary.* DeoptimizeMethodTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* DeoptimizeMethodTest --- old/test/compiler/whitebox/DeoptimizeMultipleOSRTest.java 2015-02-24 10:31:01.464948928 -0800 +++ new/test/compiler/whitebox/DeoptimizeMultipleOSRTest.java 2015-02-24 10:31:01.118932198 -0800 @@ -29,7 +29,7 @@ * @test DeoptimizeMultipleOSRTest * @bug 8061817 * @library /testlibrary /../../test/lib - * @build DeoptimizeMultipleOSRTest + * @build com.oracle.java.testlibrary.* DeoptimizeMultipleOSRTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,DeoptimizeMultipleOSRTest::triggerOSR DeoptimizeMultipleOSRTest --- old/test/compiler/whitebox/EnqueueMethodForCompilationTest.java 2015-02-24 10:31:02.810013962 -0800 +++ new/test/compiler/whitebox/EnqueueMethodForCompilationTest.java 2015-02-24 10:31:02.432995733 -0800 @@ -25,7 +25,7 @@ * @test EnqueueMethodForCompilationTest * @bug 8006683 8007288 8022832 * @library /testlibrary /../../test/lib - * @build EnqueueMethodForCompilationTest + * @build com.oracle.java.testlibrary.* EnqueueMethodForCompilationTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm/timeout=600 -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* EnqueueMethodForCompilationTest --- old/test/compiler/whitebox/ForceNMethodSweepTest.java 2015-02-24 10:31:03.991071066 -0800 +++ new/test/compiler/whitebox/ForceNMethodSweepTest.java 2015-02-24 10:31:03.617052982 -0800 @@ -35,6 +35,9 @@ * @test * @bug 8059624 8064669 * @library /testlibrary /../../test/lib + * @build com.oracle.java.testlibrary.* ForceNMethodSweepTest + * @ignore 8066998 + * @library /testlibrary /../../test/lib * @build ForceNMethodSweepTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission --- old/test/compiler/whitebox/GetCodeHeapEntriesTest.java 2015-02-24 10:31:05.208129910 -0800 +++ new/test/compiler/whitebox/GetCodeHeapEntriesTest.java 2015-02-24 10:31:04.841112166 -0800 @@ -34,7 +34,7 @@ * @test GetCodeHeapEntriesTest * @bug 8059624 * @library /testlibrary /../../test/lib - * @build GetCodeHeapEntriesTest + * @build com.oracle.java.testlibrary.* GetCodeHeapEntriesTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/compiler/whitebox/GetNMethodTest.java 2015-02-24 10:31:06.499192335 -0800 +++ new/test/compiler/whitebox/GetNMethodTest.java 2015-02-24 10:31:06.169176378 -0800 @@ -30,7 +30,7 @@ * @test GetNMethodTest * @bug 8038240 * @library /testlibrary /../../test/lib - * @build GetNMethodTest + * @build com.oracle.java.testlibrary.* GetNMethodTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* GetNMethodTest --- old/test/compiler/whitebox/IsMethodCompilableTest.java 2015-02-24 10:31:07.725251613 -0800 +++ new/test/compiler/whitebox/IsMethodCompilableTest.java 2015-02-24 10:31:07.348233385 -0800 @@ -25,7 +25,7 @@ * @test IsMethodCompilableTest * @bug 8007270 8006683 8007288 8022832 * @library /testlibrary /../../test/lib /testlibrary/com/oracle/java/testlibrary - * @build IsMethodCompilableTest + * @build com.oracle.java.testlibrary.* IsMethodCompilableTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ClassFileInstaller com.oracle.java.testlibrary.Platform --- old/test/compiler/whitebox/LockCompilationTest.java 2015-02-24 10:31:08.940310361 -0800 +++ new/test/compiler/whitebox/LockCompilationTest.java 2015-02-24 10:31:08.594293631 -0800 @@ -25,7 +25,7 @@ * @test LockCompilationTest * @bug 8059624 * @library /testlibrary /../../test/lib - * @build LockCompilationTest + * @build com.oracle.java.testlibrary.* LockCompilationTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm/timeout=600 -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* LockCompilationTest --- old/test/compiler/whitebox/MakeMethodNotCompilableTest.java 2015-02-24 10:31:10.150368868 -0800 +++ new/test/compiler/whitebox/MakeMethodNotCompilableTest.java 2015-02-24 10:31:09.804352137 -0800 @@ -25,7 +25,7 @@ * @test MakeMethodNotCompilableTest * @bug 8012322 8006683 8007288 8022832 * @library /testlibrary /../../test/lib - * @build MakeMethodNotCompilableTest + * @build com.oracle.java.testlibrary.* MakeMethodNotCompilableTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm/timeout=2400 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* MakeMethodNotCompilableTest --- old/test/compiler/whitebox/SetDontInlineMethodTest.java 2015-02-24 10:31:11.425430516 -0800 +++ new/test/compiler/whitebox/SetDontInlineMethodTest.java 2015-02-24 10:31:11.064413061 -0800 @@ -25,7 +25,7 @@ * @test SetDontInlineMethodTest * @bug 8006683 8007288 8022832 * @library /testlibrary /../../test/lib - * @build SetDontInlineMethodTest + * @build com.oracle.java.testlibrary.* SetDontInlineMethodTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* SetDontInlineMethodTest --- old/test/compiler/whitebox/SetForceInlineMethodTest.java 2015-02-24 10:31:12.808497388 -0800 +++ new/test/compiler/whitebox/SetForceInlineMethodTest.java 2015-02-24 10:31:12.332474373 -0800 @@ -25,7 +25,7 @@ * @test SetForceInlineMethodTest * @bug 8006683 8007288 8022832 * @library /testlibrary /../../test/lib - * @build SetForceInlineMethodTest + * @build com.oracle.java.testlibrary.* SetForceInlineMethodTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* SetForceInlineMethodTest --- old/test/gc/6941923/Test6941923.java 2015-02-24 10:31:14.195564452 -0800 +++ new/test/gc/6941923/Test6941923.java 2015-02-24 10:31:13.835547045 -0800 @@ -26,6 +26,7 @@ * @bug 6941923 * @summary test flags for gc log rotation * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm/timeout=600 Test6941923 * */ --- old/test/gc/TestCardTablePageCommits.java 2015-02-24 10:31:15.405622958 -0800 +++ new/test/gc/TestCardTablePageCommits.java 2015-02-24 10:31:15.143610290 -0800 @@ -32,6 +32,7 @@ * @bug 8059066 * @summary Tests that the card table does not commit the same page twice * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run driver TestCardTablePageCommits */ public class TestCardTablePageCommits { --- old/test/gc/TestGCLogRotationViaJcmd.java 2015-02-24 10:31:16.632682288 -0800 +++ new/test/gc/TestGCLogRotationViaJcmd.java 2015-02-24 10:31:16.277665122 -0800 @@ -26,6 +26,7 @@ * @bug 7090324 * @summary test for gc log rotation via jcmd * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm -Xloggc:test.log -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=3 TestGCLogRotationViaJcmd * */ --- old/test/gc/TestObjectAlignment.java 2015-02-24 10:31:17.936745338 -0800 +++ new/test/gc/TestObjectAlignment.java 2015-02-24 10:31:17.579728078 -0800 @@ -27,6 +27,7 @@ * @bug 8021823 * @summary G1: Concurrent marking crashes with -XX:ObjectAlignmentInBytes>=32 in 64bit VMs * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm TestObjectAlignment -Xmx20M -XX:+ExplicitGCInvokesConcurrent -XX:+IgnoreUnrecognizedVMOptions -XX:ObjectAlignmentInBytes=8 * @run main/othervm TestObjectAlignment -Xmx20M -XX:+ExplicitGCInvokesConcurrent -XX:+IgnoreUnrecognizedVMOptions -XX:ObjectAlignmentInBytes=16 * @run main/othervm TestObjectAlignment -Xmx20M -XX:+ExplicitGCInvokesConcurrent -XX:+IgnoreUnrecognizedVMOptions -XX:ObjectAlignmentInBytes=32 --- old/test/gc/TestSmallHeap.java 2015-02-24 10:31:19.127802926 -0800 +++ new/test/gc/TestSmallHeap.java 2015-02-24 10:31:18.795786874 -0800 @@ -28,7 +28,7 @@ * @requires (vm.opt.AggressiveOpts=="null") | (vm.opt.AggressiveOpts=="false") * @summary Verify that starting the VM with a small heap works * @library /testlibrary /../../test/lib - * @build TestSmallHeap + * @build com.oracle.java.testlibrary.* TestSmallHeap * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xmx2m -XX:+UseParallelGC TestSmallHeap * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xmx2m -XX:+UseSerialGC TestSmallHeap --- old/test/gc/TestSoftReferencesBehaviorOnOOME.java 2015-02-24 10:31:20.384863705 -0800 +++ new/test/gc/TestSoftReferencesBehaviorOnOOME.java 2015-02-24 10:31:20.061848087 -0800 @@ -26,7 +26,7 @@ * @key gc * @summary Tests that all SoftReferences has been cleared at time of OOM. * @library /testlibrary - * @build TestSoftReferencesBehaviorOnOOME + * @build com.oracle.java.testlibrary.* TestSoftReferencesBehaviorOnOOME * @run main/othervm -Xmx128m TestSoftReferencesBehaviorOnOOME 512 2k * @run main/othervm -Xmx128m TestSoftReferencesBehaviorOnOOME 128k 256k * @run main/othervm -Xmx128m TestSoftReferencesBehaviorOnOOME 2k 32k 10 --- old/test/gc/TestVerifyDuringStartup.java 2015-02-24 10:31:21.642924531 -0800 +++ new/test/gc/TestVerifyDuringStartup.java 2015-02-24 10:31:21.319908913 -0800 @@ -21,11 +21,13 @@ * questions. */ -/* @test TestVerifyDuringStartup.java +/* @test TestVerifyDuringStartup * @key gc * @bug 8010463 8011343 8011898 * @summary Simple test run with -XX:+VerifyDuringStartup -XX:-UseTLAB to verify 8010463 * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestVerifyDuringStartup */ import com.oracle.java.testlibrary.JDKToolFinder; --- old/test/gc/TestVerifySilently.java 2015-02-24 10:31:22.919986278 -0800 +++ new/test/gc/TestVerifySilently.java 2015-02-24 10:31:22.532967566 -0800 @@ -26,6 +26,8 @@ * @bug 8032771 * @summary Test silent verification. * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestVerifySilently */ import com.oracle.java.testlibrary.OutputAnalyzer; --- old/test/gc/arguments/TestArrayAllocatorMallocLimit.java 2015-02-24 10:31:24.124044494 -0800 +++ new/test/gc/arguments/TestArrayAllocatorMallocLimit.java 2015-02-24 10:31:23.791028393 -0800 @@ -28,6 +28,7 @@ * @bug 8054823 * @key gc * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run driver TestArrayAllocatorMallocLimit */ --- old/test/gc/arguments/TestCMSHeapSizeFlags.java 2015-02-24 10:31:25.431107690 -0800 +++ new/test/gc/arguments/TestCMSHeapSizeFlags.java 2015-02-24 10:31:25.032088399 -0800 @@ -27,7 +27,7 @@ * @bug 8006088 * @summary Tests argument processing for initial and maximum heap size for the CMS collector * @library /testlibrary /../../test/lib - * @build TestCMSHeapSizeFlags TestMaxHeapSizeTools + * @build com.oracle.java.testlibrary.* TestCMSHeapSizeFlags TestMaxHeapSizeTools * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm TestCMSHeapSizeFlags --- old/test/gc/arguments/TestCompressedClassFlags.java 2015-02-24 10:31:26.663167262 -0800 +++ new/test/gc/arguments/TestCompressedClassFlags.java 2015-02-24 10:31:26.334151353 -0800 @@ -29,6 +29,8 @@ * @summary Tests that VM prints a warning when -XX:CompressedClassSpaceSize * is used together with -XX:-UseCompressedClassPointers * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestCompressedClassFlags */ public class TestCompressedClassFlags { public static void main(String[] args) throws Exception { --- old/test/gc/arguments/TestDynMaxHeapFreeRatio.java 2015-02-24 10:31:28.034233552 -0800 +++ new/test/gc/arguments/TestDynMaxHeapFreeRatio.java 2015-02-24 10:31:27.622213631 -0800 @@ -31,6 +31,7 @@ * @bug 8028391 * @summary Verify that MaxHeapFreeRatio flag is manageable * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main TestDynMaxHeapFreeRatio * @run main/othervm -XX:MinHeapFreeRatio=0 -XX:MaxHeapFreeRatio=100 TestDynMaxHeapFreeRatio * @run main/othervm -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=50 -XX:-UseAdaptiveSizePolicy TestDynMaxHeapFreeRatio --- old/test/gc/arguments/TestDynMinHeapFreeRatio.java 2015-02-24 10:31:29.154287707 -0800 +++ new/test/gc/arguments/TestDynMinHeapFreeRatio.java 2015-02-24 10:31:28.836272331 -0800 @@ -26,6 +26,7 @@ * @bug 8028391 * @summary Verify that MinHeapFreeRatio flag is manageable * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main TestDynMinHeapFreeRatio * @run main/othervm -XX:MinHeapFreeRatio=0 -XX:MaxHeapFreeRatio=100 TestDynMinHeapFreeRatio * @run main/othervm -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=50 -XX:-UseAdaptiveSizePolicy TestDynMinHeapFreeRatio --- old/test/gc/arguments/TestG1ConcRefinementThreads.java 2015-02-24 10:31:30.427349259 -0800 +++ new/test/gc/arguments/TestG1ConcRefinementThreads.java 2015-02-24 10:31:30.021329628 -0800 @@ -27,6 +27,8 @@ * @bug 8047976 * @summary Tests argument processing for G1ConcRefinementThreads * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestG1ConcRefinementThreads */ import com.oracle.java.testlibrary.*; --- old/test/gc/arguments/TestG1HeapSizeFlags.java 2015-02-24 10:31:31.574404720 -0800 +++ new/test/gc/arguments/TestG1HeapSizeFlags.java 2015-02-24 10:31:31.250389053 -0800 @@ -27,7 +27,7 @@ * @bug 8006088 * @summary Tests argument processing for initial and maximum heap size for the G1 collector * @library /testlibrary /../../test/lib - * @build TestG1HeapSizeFlags TestMaxHeapSizeTools + * @build com.oracle.java.testlibrary.* TestG1HeapSizeFlags TestMaxHeapSizeTools * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm TestG1HeapSizeFlags --- old/test/gc/arguments/TestHeapFreeRatio.java 2015-02-24 10:31:32.784463226 -0800 +++ new/test/gc/arguments/TestHeapFreeRatio.java 2015-02-24 10:31:32.463447705 -0800 @@ -27,6 +27,7 @@ * @bug 8025661 * @summary Test parsing of -Xminf and -Xmaxf * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm TestHeapFreeRatio */ --- old/test/gc/arguments/TestInitialTenuringThreshold.java 2015-02-24 10:31:33.976520862 -0800 +++ new/test/gc/arguments/TestInitialTenuringThreshold.java 2015-02-24 10:31:33.650505098 -0800 @@ -27,6 +27,7 @@ * @bug 8014765 * @summary Tests argument processing for initial tenuring threshold * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm TestInitialTenuringThreshold * @author thomas.schatzl@oracle.com */ @@ -72,4 +73,5 @@ runWithThresholds(16, 8, true); runWithThresholds(8, 17, true); } -} \ No newline at end of file +} + --- old/test/gc/arguments/TestMaxNewSize.java 2015-02-24 10:31:35.126576467 -0800 +++ new/test/gc/arguments/TestMaxNewSize.java 2015-02-24 10:31:34.800560704 -0800 @@ -28,7 +28,7 @@ * @summary Make sure that MaxNewSize always has a useful value after argument * processing. * @library /testlibrary - * @build TestMaxNewSize + * @build com.oracle.java.testlibrary.* TestMaxNewSize * @run main TestMaxNewSize -XX:+UseSerialGC * @run main TestMaxNewSize -XX:+UseParallelGC * @run main TestMaxNewSize -XX:+UseConcMarkSweepGC --- old/test/gc/arguments/TestMinInitialErgonomics.java 2015-02-24 10:31:36.323634344 -0800 +++ new/test/gc/arguments/TestMinInitialErgonomics.java 2015-02-24 10:31:35.949616260 -0800 @@ -27,7 +27,7 @@ * @bug 8006088 * @summary Test ergonomics decisions related to minimum and initial heap size. * @library /testlibrary /../../test/lib - * @build TestMinInitialErgonomics TestMaxHeapSizeTools + * @build com.oracle.java.testlibrary.* TestMinInitialErgonomics TestMaxHeapSizeTools * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm TestMinInitialErgonomics --- old/test/gc/arguments/TestObjectTenuringFlags.java 2015-02-24 10:31:37.653698654 -0800 +++ new/test/gc/arguments/TestObjectTenuringFlags.java 2015-02-24 10:31:37.329682987 -0800 @@ -28,7 +28,7 @@ * @summary Tests argument processing for NeverTenure, AlwaysTenure, * and MaxTenuringThreshold * @library /testlibrary - * @build TestObjectTenuringFlags FlagsValue + * @build com.oracle.java.testlibrary.* TestObjectTenuringFlags FlagsValue * @run main/othervm TestObjectTenuringFlags */ --- old/test/gc/arguments/TestParallelGCThreads.java 2015-02-24 10:31:38.850756532 -0800 +++ new/test/gc/arguments/TestParallelGCThreads.java 2015-02-24 10:31:38.524740767 -0800 @@ -27,6 +27,7 @@ * @bug 8059527 * @summary Tests argument processing for ParallelGCThreads * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run driver TestParallelGCThreads */ --- old/test/gc/arguments/TestParallelHeapSizeFlags.java 2015-02-24 10:31:40.084816198 -0800 +++ new/test/gc/arguments/TestParallelHeapSizeFlags.java 2015-02-24 10:31:39.746799854 -0800 @@ -28,7 +28,7 @@ * @summary Tests argument processing for initial and maximum heap size for the * parallel collectors. * @library /testlibrary /../../test/lib - * @build TestParallelHeapSizeFlags TestMaxHeapSizeTools + * @build com.oracle.java.testlibrary.* TestParallelHeapSizeFlags TestMaxHeapSizeTools * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm TestParallelHeapSizeFlags --- old/test/gc/arguments/TestSerialHeapSizeFlags.java 2015-02-24 10:31:41.376878669 -0800 +++ new/test/gc/arguments/TestSerialHeapSizeFlags.java 2015-02-24 10:31:40.919856573 -0800 @@ -27,7 +27,7 @@ * @bug 8006088 * @summary Tests argument processing for initial and maximum heap size for the Serial collector * @library /testlibrary /../../test/lib - * @build TestSerialHeapSizeFlags TestMaxHeapSizeTools + * @build com.oracle.java.testlibrary.* TestSerialHeapSizeFlags TestMaxHeapSizeTools * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm TestSerialHeapSizeFlags --- old/test/gc/arguments/TestSurvivorAlignmentInBytesOption.java 2015-02-24 10:31:42.509933452 -0800 +++ new/test/gc/arguments/TestSurvivorAlignmentInBytesOption.java 2015-02-24 10:31:42.187917884 -0800 @@ -29,6 +29,7 @@ * @bug 8031323 * @summary Verify SurvivorAlignmentInBytes option processing. * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @requires vm.opt.SurvivorAlignmentInBytes == null * & vm.opt.ObjectAlignmentInBytes == null * & vm.opt.UnlockExperimentalVMOptions == null --- old/test/gc/arguments/TestUnrecognizedVMOptionsHandling.java 2015-02-24 10:31:43.730992492 -0800 +++ new/test/gc/arguments/TestUnrecognizedVMOptionsHandling.java 2015-02-24 10:31:43.352974213 -0800 @@ -27,6 +27,7 @@ * @bug 8017611 * @summary Tests handling unrecognized VM options * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm TestUnrecognizedVMOptionsHandling */ --- old/test/gc/arguments/TestUseCompressedOopsErgo.java 2015-02-24 10:31:46.927147025 -0800 +++ new/test/gc/arguments/TestUseCompressedOopsErgo.java 2015-02-24 10:31:46.265115016 -0800 @@ -27,7 +27,7 @@ * @bug 8010722 * @summary Tests ergonomics for UseCompressedOops. * @library /testlibrary /../../test/lib - * @build TestUseCompressedOopsErgo TestUseCompressedOopsErgoTools + * @build com.oracle.java.testlibrary.* TestUseCompressedOopsErgo TestUseCompressedOopsErgoTools * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm TestUseCompressedOopsErgo -XX:+UseG1GC --- old/test/gc/arguments/TestUseNUMAInterleaving.java 2015-02-24 10:31:49.029248663 -0800 +++ new/test/gc/arguments/TestUseNUMAInterleaving.java 2015-02-24 10:31:48.707233092 -0800 @@ -28,6 +28,7 @@ * @bug 8059614 * @key gc * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run driver TestUseNUMAInterleaving */ import com.oracle.java.testlibrary.ProcessTools; --- old/test/gc/class_unloading/TestCMSClassUnloadingEnabledHWM.java 2015-02-24 10:31:50.326311375 -0800 +++ new/test/gc/class_unloading/TestCMSClassUnloadingEnabledHWM.java 2015-02-24 10:31:49.974294356 -0800 @@ -26,7 +26,7 @@ * @key gc * @bug 8049831 * @library /testlibrary /../../test/lib - * @build TestCMSClassUnloadingEnabledHWM + * @build com.oracle.java.testlibrary.* TestCMSClassUnloadingEnabledHWM * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run driver TestCMSClassUnloadingEnabledHWM --- old/test/gc/class_unloading/TestG1ClassUnloadingHWM.java 2015-02-24 10:31:51.478367077 -0800 +++ new/test/gc/class_unloading/TestG1ClassUnloadingHWM.java 2015-02-24 10:31:51.159351653 -0800 @@ -26,7 +26,7 @@ * @key gc * @bug 8049831 * @library /testlibrary /../../test/lib - * @build TestG1ClassUnloadingHWM + * @build com.oracle.java.testlibrary.* TestG1ClassUnloadingHWM * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run driver TestG1ClassUnloadingHWM --- old/test/gc/concurrentMarkSweep/GuardShrinkWarning.java 2015-02-24 10:31:52.982439800 -0800 +++ new/test/gc/concurrentMarkSweep/GuardShrinkWarning.java 2015-02-24 10:31:52.489415961 -0800 @@ -28,6 +28,7 @@ * @key gc * @key regression * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm GuardShrinkWarning * @author jon.masamitsu@oracle.com */ --- old/test/gc/defnew/HeapChangeLogging.java 2015-02-24 10:31:54.312504107 -0800 +++ new/test/gc/defnew/HeapChangeLogging.java 2015-02-24 10:31:53.956486894 -0800 @@ -25,7 +25,7 @@ * @test HeapChangeLogging.java * @bug 8027440 * @library /testlibrary - * @build HeapChangeLogging + * @build com.oracle.java.testlibrary.* HeapChangeLogging * @summary Allocate to get a promotion failure and verify that that heap change logging is present. * @run main HeapChangeLogging */ --- old/test/gc/g1/Test2GbHeap.java 2015-02-24 10:31:55.569564888 -0800 +++ new/test/gc/g1/Test2GbHeap.java 2015-02-24 10:31:55.236548787 -0800 @@ -28,6 +28,8 @@ * @key gc * @key regression * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm Test2GbHeap */ import java.util.ArrayList; --- old/test/gc/g1/TestEagerReclaimHumongousRegions.java 2015-02-24 10:31:56.970632629 -0800 +++ new/test/gc/g1/TestEagerReclaimHumongousRegions.java 2015-02-24 10:31:56.577613626 -0800 @@ -28,6 +28,8 @@ * up the heap with humongous objects that should be eagerly reclaimable to avoid Full GC. * @key gc * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestEagerReclaimHumongousRegions */ import java.util.regex.Pattern; --- old/test/gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java 2015-02-24 10:31:58.180691137 -0800 +++ new/test/gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java 2015-02-24 10:31:57.833674358 -0800 @@ -28,6 +28,8 @@ * mark bitmaps at reclaim. * @key gc * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestEagerReclaimHumongousRegionsClearMarkBits */ import java.util.ArrayList; --- old/test/gc/g1/TestEagerReclaimHumongousRegionsWithRefs.java 2015-02-24 10:31:59.439752011 -0800 +++ new/test/gc/g1/TestEagerReclaimHumongousRegionsWithRefs.java 2015-02-24 10:31:59.089735089 -0800 @@ -31,6 +31,8 @@ * should still be eagerly reclaimable to avoid Full GC. * @key gc * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestEagerReclaimHumongousRegionsWithRefs */ import java.util.regex.Pattern; --- old/test/gc/g1/TestG1TraceEagerReclaimHumongousObjects.java 2015-02-24 10:32:00.961825603 -0800 +++ new/test/gc/g1/TestG1TraceEagerReclaimHumongousObjects.java 2015-02-24 10:32:00.639810034 -0800 @@ -28,6 +28,8 @@ * includes the expected necessary messages. * @key gc * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestG1TraceEagerReclaimHumongousObjects */ import com.oracle.java.testlibrary.ProcessTools; --- old/test/gc/g1/TestGCLogMessages.java 2015-02-24 10:32:02.365893491 -0800 +++ new/test/gc/g1/TestGCLogMessages.java 2015-02-24 10:32:01.843868251 -0800 @@ -28,6 +28,8 @@ * includes the expected necessary messages. * @key gc * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestGCLogMessages */ import com.oracle.java.testlibrary.ProcessTools; --- old/test/gc/g1/TestHumongousAllocInitialMark.java 2015-02-24 10:32:03.590952723 -0800 +++ new/test/gc/g1/TestHumongousAllocInitialMark.java 2015-02-24 10:32:03.240935800 -0800 @@ -26,6 +26,8 @@ * @bug 7168848 * @summary G1: humongous object allocations should initiate marking cycles when necessary * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestHumongousAllocInitialMark */ import com.oracle.java.testlibrary.*; --- old/test/gc/g1/TestHumongousCodeCacheRoots.java 2015-02-24 10:32:04.751008812 -0800 +++ new/test/gc/g1/TestHumongousCodeCacheRoots.java 2015-02-24 10:32:04.424993049 -0800 @@ -27,7 +27,7 @@ * @key gc * @bug 8027756 * @library /testlibrary /../../test/lib - * @build TestHumongousCodeCacheRoots + * @build com.oracle.java.testlibrary.* TestHumongousCodeCacheRoots * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @summary Humongous objects may have references from the code cache --- old/test/gc/g1/TestHumongousShrinkHeap.java 2015-02-24 10:32:05.976068043 -0800 +++ new/test/gc/g1/TestHumongousShrinkHeap.java 2015-02-24 10:32:05.572048509 -0800 @@ -28,6 +28,7 @@ * @summary Verify that heap shrinks after GC in the presence of fragmentation * due to humongous objects * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm -XX:-ExplicitGCInvokesConcurrent -XX:MinHeapFreeRatio=10 * -XX:MaxHeapFreeRatio=12 -XX:+UseG1GC -XX:G1HeapRegionSize=1M -verbose:gc * TestHumongousShrinkHeap --- old/test/gc/g1/TestPrintGCDetails.java 2015-02-24 10:32:07.176126067 -0800 +++ new/test/gc/g1/TestPrintGCDetails.java 2015-02-24 10:32:06.857110642 -0800 @@ -28,6 +28,8 @@ * @key gc * @key regression * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestPrintGCDetails */ import com.oracle.java.testlibrary.ProcessTools; --- old/test/gc/g1/TestPrintRegionRememberedSetInfo.java 2015-02-24 10:32:08.456187959 -0800 +++ new/test/gc/g1/TestPrintRegionRememberedSetInfo.java 2015-02-24 10:32:08.123171856 -0800 @@ -27,6 +27,7 @@ * @bug 8014240 * @summary Test output of G1PrintRegionRememberedSetInfo * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main TestPrintRegionRememberedSetInfo * @author thomas.schatzl@oracle.com */ --- old/test/gc/g1/TestShrinkAuxiliaryData00.java 2015-02-24 10:32:09.678247045 -0800 +++ new/test/gc/g1/TestShrinkAuxiliaryData00.java 2015-02-24 10:32:09.345230943 -0800 @@ -27,7 +27,7 @@ * @summary Checks that decommitment occurs for JVM with different * G1ConcRSLogCacheSize and ObjectAlignmentInBytes options values * @library /testlibrary /../../test/lib - * @build TestShrinkAuxiliaryData TestShrinkAuxiliaryData00 + * @build com.oracle.java.testlibrary.* TestShrinkAuxiliaryData TestShrinkAuxiliaryData00 * @run driver/timeout=720 TestShrinkAuxiliaryData00 */ public class TestShrinkAuxiliaryData00 { --- old/test/gc/g1/TestShrinkAuxiliaryData05.java 2015-02-24 10:32:11.073314497 -0800 +++ new/test/gc/g1/TestShrinkAuxiliaryData05.java 2015-02-24 10:32:10.553289352 -0800 @@ -28,7 +28,7 @@ * G1ConcRSLogCacheSize and ObjectAlignmentInBytes options values * @requires vm.gc=="G1" | vm.gc=="null" * @library /testlibrary /../../test/lib - * @build TestShrinkAuxiliaryData TestShrinkAuxiliaryData05 + * @build com.oracle.java.testlibrary.* TestShrinkAuxiliaryData TestShrinkAuxiliaryData05 * @run driver/timeout=720 TestShrinkAuxiliaryData05 */ public class TestShrinkAuxiliaryData05 { --- old/test/gc/g1/TestShrinkAuxiliaryData10.java 2015-02-24 10:32:12.185368264 -0800 +++ new/test/gc/g1/TestShrinkAuxiliaryData10.java 2015-02-24 10:32:11.869352985 -0800 @@ -28,7 +28,7 @@ * G1ConcRSLogCacheSize and ObjectAlignmentInBytes options values * @requires vm.gc=="G1" | vm.gc=="null" * @library /testlibrary /../../test/lib - * @build TestShrinkAuxiliaryData TestShrinkAuxiliaryData10 + * @build com.oracle.java.testlibrary.* TestShrinkAuxiliaryData TestShrinkAuxiliaryData10 * @run driver/timeout=720 TestShrinkAuxiliaryData10 */ public class TestShrinkAuxiliaryData10 { --- old/test/gc/g1/TestShrinkAuxiliaryData15.java 2015-02-24 10:32:13.358424982 -0800 +++ new/test/gc/g1/TestShrinkAuxiliaryData15.java 2015-02-24 10:32:13.000407672 -0800 @@ -28,7 +28,7 @@ * G1ConcRSLogCacheSize and ObjectAlignmentInBytes options values * @requires vm.gc=="G1" | vm.gc=="null" * @library /testlibrary /../../test/lib - * @build TestShrinkAuxiliaryData TestShrinkAuxiliaryData15 + * @build com.oracle.java.testlibrary.* TestShrinkAuxiliaryData TestShrinkAuxiliaryData15 * @run driver/timeout=720 TestShrinkAuxiliaryData15 */ public class TestShrinkAuxiliaryData15 { --- old/test/gc/g1/TestShrinkAuxiliaryData20.java 2015-02-24 10:32:14.538482039 -0800 +++ new/test/gc/g1/TestShrinkAuxiliaryData20.java 2015-02-24 10:32:14.218466565 -0800 @@ -28,7 +28,7 @@ * G1ConcRSLogCacheSize and ObjectAlignmentInBytes options values * @requires vm.gc=="G1" | vm.gc=="null" * @library /testlibrary /../../test/lib - * @build TestShrinkAuxiliaryData TestShrinkAuxiliaryData20 + * @build com.oracle.java.testlibrary.* TestShrinkAuxiliaryData TestShrinkAuxiliaryData20 * @run driver/timeout=720 TestShrinkAuxiliaryData20 */ public class TestShrinkAuxiliaryData20 { --- old/test/gc/g1/TestShrinkAuxiliaryData25.java 2015-02-24 10:32:15.739540110 -0800 +++ new/test/gc/g1/TestShrinkAuxiliaryData25.java 2015-02-24 10:32:15.422524781 -0800 @@ -28,7 +28,7 @@ * G1ConcRSLogCacheSize and ObjectAlignmentInBytes options values * @requires vm.gc=="G1" | vm.gc=="null" * @library /testlibrary /../../test/lib - * @build TestShrinkAuxiliaryData TestShrinkAuxiliaryData25 + * @build com.oracle.java.testlibrary.* TestShrinkAuxiliaryData TestShrinkAuxiliaryData25 * @run driver/timeout=720 TestShrinkAuxiliaryData25 */ public class TestShrinkAuxiliaryData25 { --- old/test/gc/g1/TestShrinkAuxiliaryData30.java 2015-02-24 10:32:16.912596828 -0800 +++ new/test/gc/g1/TestShrinkAuxiliaryData30.java 2015-02-24 10:32:16.566580098 -0800 @@ -28,7 +28,7 @@ * G1ConcRSLogCacheSize and ObjectAlignmentInBytes options values * @requires vm.gc=="G1" | vm.gc=="null" * @library /testlibrary /../../test/lib - * @build TestShrinkAuxiliaryData TestShrinkAuxiliaryData30 + * @build com.oracle.java.testlibrary.* TestShrinkAuxiliaryData TestShrinkAuxiliaryData30 * @run driver/timeout=720 TestShrinkAuxiliaryData30 */ public class TestShrinkAuxiliaryData30 { --- old/test/gc/g1/TestShrinkDefragmentedHeap.java 2015-02-24 10:32:18.078653205 -0800 +++ new/test/gc/g1/TestShrinkDefragmentedHeap.java 2015-02-24 10:32:17.747637202 -0800 @@ -32,6 +32,8 @@ * 3. invoke gc and check that memory returned to the system (amount of committed memory got down) * * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestShrinkDefragmentedHeap */ import java.lang.management.ManagementFactory; import java.lang.management.MemoryUsage; --- old/test/gc/g1/TestStringDeduplicationAgeThreshold.java 2015-02-24 10:32:19.314712969 -0800 +++ new/test/gc/g1/TestStringDeduplicationAgeThreshold.java 2015-02-24 10:32:18.925694160 -0800 @@ -27,6 +27,8 @@ * @bug 8029075 * @key gc * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestStringDeduplicationAgeThreshold */ public class TestStringDeduplicationAgeThreshold { --- old/test/gc/g1/TestStringDeduplicationFullGC.java 2015-02-24 10:32:20.577774039 -0800 +++ new/test/gc/g1/TestStringDeduplicationFullGC.java 2015-02-24 10:32:20.248758131 -0800 @@ -27,6 +27,8 @@ * @bug 8029075 * @key gc * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestStringDeduplicationFullGC */ public class TestStringDeduplicationFullGC { --- old/test/gc/g1/TestStringDeduplicationInterned.java 2015-02-24 10:32:21.817833997 -0800 +++ new/test/gc/g1/TestStringDeduplicationInterned.java 2015-02-24 10:32:21.495818426 -0800 @@ -27,6 +27,8 @@ * @bug 8029075 * @key gc * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestStringDeduplicationInterned */ public class TestStringDeduplicationInterned { --- old/test/gc/g1/TestStringDeduplicationPrintOptions.java 2015-02-24 10:32:23.098895937 -0800 +++ new/test/gc/g1/TestStringDeduplicationPrintOptions.java 2015-02-24 10:32:22.753879255 -0800 @@ -27,6 +27,8 @@ * @bug 8029075 * @key gc * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestStringDeduplicationPrintOptions */ public class TestStringDeduplicationPrintOptions { --- old/test/gc/g1/TestStringDeduplicationTableRehash.java 2015-02-24 10:32:24.385958167 -0800 +++ new/test/gc/g1/TestStringDeduplicationTableRehash.java 2015-02-24 10:32:23.963937762 -0800 @@ -27,6 +27,8 @@ * @bug 8029075 * @key gc * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestStringDeduplicationTableRehash */ public class TestStringDeduplicationTableRehash { --- old/test/gc/g1/TestStringDeduplicationTableResize.java 2015-02-24 10:32:25.603017010 -0800 +++ new/test/gc/g1/TestStringDeduplicationTableResize.java 2015-02-24 10:32:25.277001249 -0800 @@ -27,6 +27,8 @@ * @bug 8029075 * @key gc * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestStringDeduplicationTableResize */ public class TestStringDeduplicationTableResize { --- old/test/gc/g1/TestStringDeduplicationYoungGC.java 2015-02-24 10:32:26.975083350 -0800 +++ new/test/gc/g1/TestStringDeduplicationYoungGC.java 2015-02-24 10:32:26.608065606 -0800 @@ -27,6 +27,8 @@ * @bug 8029075 * @key gc * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestStringDeduplicationYoungGC */ public class TestStringDeduplicationYoungGC { --- old/test/gc/g1/TestStringSymbolTableStats.java 2015-02-24 10:32:28.209143019 -0800 +++ new/test/gc/g1/TestStringSymbolTableStats.java 2015-02-24 10:32:27.855125901 -0800 @@ -22,11 +22,13 @@ */ /* - * @test TestStringSymbolTableStats.java + * @test TestStringSymbolTableStats * @bug 8027476 8027455 * @summary Ensure that the G1TraceStringSymbolTableScrubbing prints the expected message. * @key gc * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestStringSymbolTableStats */ import com.oracle.java.testlibrary.ProcessTools; --- old/test/gc/g1/TestSummarizeRSetStats.java 2015-02-24 10:32:29.615211002 -0800 +++ new/test/gc/g1/TestSummarizeRSetStats.java 2015-02-24 10:32:29.250193354 -0800 @@ -25,7 +25,7 @@ * @test TestSummarizeRSetStats.java * @bug 8013895 * @library /testlibrary - * @build TestSummarizeRSetStatsTools TestSummarizeRSetStats + * @build com.oracle.java.testlibrary.* TestSummarizeRSetStatsTools TestSummarizeRSetStats * @summary Verify output of -XX:+G1SummarizeRSetStats * @run main TestSummarizeRSetStats * --- old/test/gc/g1/TestSummarizeRSetStatsPerRegion.java 2015-02-24 10:32:30.894272845 -0800 +++ new/test/gc/g1/TestSummarizeRSetStatsPerRegion.java 2015-02-24 10:32:30.483252972 -0800 @@ -25,7 +25,7 @@ * @test TestSummarizeRSetStatsPerRegion.java * @bug 8014078 * @library /testlibrary - * @build TestSummarizeRSetStatsTools TestSummarizeRSetStatsPerRegion + * @build com.oracle.java.testlibrary.* TestSummarizeRSetStatsTools TestSummarizeRSetStatsPerRegion * @summary Verify output of -XX:+G1SummarizeRSetStats in regards to per-region type output * @run main TestSummarizeRSetStatsPerRegion */ --- old/test/gc/g1/TestSummarizeRSetStatsThreads.java 2015-02-24 10:32:32.074329900 -0800 +++ new/test/gc/g1/TestSummarizeRSetStatsThreads.java 2015-02-24 10:32:31.752314332 -0800 @@ -28,6 +28,8 @@ * refinement threads do not crash the VM. * @key gc * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestSummarizeRSetStatsThreads */ import java.util.regex.Matcher; --- old/test/gc/logging/TestGCId.java 2015-02-24 10:32:33.438395853 -0800 +++ new/test/gc/logging/TestGCId.java 2015-02-24 10:32:33.021375691 -0800 @@ -27,6 +27,8 @@ * @summary Ensure that the GCId is logged * @key gc * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestGCId */ import com.oracle.java.testlibrary.ProcessTools; --- old/test/gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java 2015-02-24 10:32:34.503447350 -0800 +++ new/test/gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java 2015-02-24 10:32:34.143429942 -0800 @@ -26,6 +26,7 @@ * @bug 8004924 * @summary Checks that jmap -heap contains the flag CompressedClassSpaceSize * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:CompressedClassSpaceSize=50m CompressedClassSpaceSizeInJmapHeap */ --- old/test/gc/metaspace/TestCapacityUntilGCWrapAround.java 2015-02-24 10:32:35.927516204 -0800 +++ new/test/gc/metaspace/TestCapacityUntilGCWrapAround.java 2015-02-24 10:32:35.573499087 -0800 @@ -26,7 +26,7 @@ * @key gc * @bug 8049831 * @library /testlibrary /../../test/lib - * @build TestCapacityUntilGCWrapAround + * @build com.oracle.java.testlibrary.* TestCapacityUntilGCWrapAround * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI TestCapacityUntilGCWrapAround --- old/test/gc/metaspace/TestMetaspaceInitialization.java 2015-02-24 10:32:37.090572438 -0800 +++ new/test/gc/metaspace/TestMetaspaceInitialization.java 2015-02-24 10:32:36.753556143 -0800 @@ -27,6 +27,7 @@ * @bug 8042933 * @summary Tests to initialize metaspace with a very low MetaspaceSize * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm -XX:MetaspaceSize=2m TestMetaspaceInitialization */ public class TestMetaspaceInitialization { --- old/test/gc/metaspace/TestMetaspaceMemoryPool.java 2015-02-24 10:32:38.315631670 -0800 +++ new/test/gc/metaspace/TestMetaspaceMemoryPool.java 2015-02-24 10:32:37.980615472 -0800 @@ -31,6 +31,7 @@ * @summary Tests that a MemoryPoolMXBeans is created for metaspace and that a * MemoryManagerMXBean is created. * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseCompressedOops TestMetaspaceMemoryPool * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseCompressedOops -XX:MaxMetaspaceSize=60m TestMetaspaceMemoryPool * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+UseCompressedOops -XX:+UseCompressedClassPointers TestMetaspaceMemoryPool --- old/test/gc/metaspace/TestMetaspacePerfCounters.java 2015-02-24 10:32:39.519689888 -0800 +++ new/test/gc/metaspace/TestMetaspacePerfCounters.java 2015-02-24 10:32:39.152672141 -0800 @@ -31,6 +31,7 @@ * @bug 8014659 * @requires vm.gc=="null" * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @summary Tests that performance counters for metaspace and compressed class * space exists and works. * --- old/test/gc/metaspace/TestMetaspaceSizeFlags.java 2015-02-24 10:32:40.788751246 -0800 +++ new/test/gc/metaspace/TestMetaspaceSizeFlags.java 2015-02-24 10:32:40.459735339 -0800 @@ -31,6 +31,8 @@ * @bug 8024650 * @summary Test that metaspace size flags can be set correctly * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestMetaspaceSizeFlags */ public class TestMetaspaceSizeFlags { public static final long K = 1024L; --- old/test/gc/metaspace/TestPerfCountersAndMemoryPools.java 2015-02-24 10:32:42.149817054 -0800 +++ new/test/gc/metaspace/TestPerfCountersAndMemoryPools.java 2015-02-24 10:32:41.647792782 -0800 @@ -30,6 +30,7 @@ /* @test TestPerfCountersAndMemoryPools * @bug 8023476 * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @requires vm.gc=="Serial" | vm.gc=="null" * @summary Tests that a MemoryPoolMXBeans and PerfCounters for metaspace * report the same data. --- old/test/gc/parallelScavenge/AdaptiveGCBoundary.java 2015-02-24 10:32:43.419878463 -0800 +++ new/test/gc/parallelScavenge/AdaptiveGCBoundary.java 2015-02-24 10:32:43.061861152 -0800 @@ -28,6 +28,7 @@ * @key gc * @key regression * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm AdaptiveGCBoundary * @author jon.masamitsu@oracle.com */ --- old/test/gc/parallelScavenge/TestDynShrinkHeap.java 2015-02-24 10:32:44.666938758 -0800 +++ new/test/gc/parallelScavenge/TestDynShrinkHeap.java 2015-02-24 10:32:44.325922270 -0800 @@ -22,12 +22,13 @@ */ /** - * @ignore 8019361 * @test TestDynShrinkHeap * @bug 8016479 * @requires vm.gc=="Parallel" | vm.gc=="null" * @summary Verify that the heap shrinks after full GC according to the current values of the Min/MaxHeapFreeRatio flags * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @ignore 8019361 * @run main/othervm -XX:+UseAdaptiveSizePolicyWithSystemGC -XX:+UseParallelGC -XX:MinHeapFreeRatio=0 -XX:MaxHeapFreeRatio=100 -Xmx1g -verbose:gc TestDynShrinkHeap */ import com.oracle.java.testlibrary.DynamicVMOption; --- old/test/gc/startup_warnings/TestCMS.java 2015-02-24 10:32:45.839995475 -0800 +++ new/test/gc/startup_warnings/TestCMS.java 2015-02-24 10:32:45.504979277 -0800 @@ -27,6 +27,8 @@ * @bug 8006398 * @summary Test that CMS does not print a warning message * @library /testlibrary +* @build com.oracle.java.testlibrary.* +* @run main/othervm TestCMS */ import com.oracle.java.testlibrary.OutputAnalyzer; --- old/test/gc/startup_warnings/TestDefNewCMS.java 2015-02-24 10:32:47.157059156 -0800 +++ new/test/gc/startup_warnings/TestDefNewCMS.java 2015-02-24 10:32:46.826043152 -0800 @@ -27,6 +27,8 @@ * @bug 8065972 * @summary Test that the unsupported DefNew+CMS combination does not start * @library /testlibrary +* @build com.oracle.java.testlibrary.* +* @run main/othervm TestDefNewCMS */ import com.oracle.java.testlibrary.OutputAnalyzer; --- old/test/gc/startup_warnings/TestDefaultMaxRAMFraction.java 2015-02-24 10:32:48.313115053 -0800 +++ new/test/gc/startup_warnings/TestDefaultMaxRAMFraction.java 2015-02-24 10:32:47.980098950 -0800 @@ -27,6 +27,8 @@ * @bug 8021967 * @summary Test that the deprecated TestDefaultMaxRAMFraction flag print a warning message * @library /testlibrary +* @build com.oracle.java.testlibrary.* +* @run main/othervm TestDefaultMaxRAMFraction */ import com.oracle.java.testlibrary.OutputAnalyzer; --- old/test/gc/startup_warnings/TestG1.java 2015-02-24 10:32:49.675180908 -0800 +++ new/test/gc/startup_warnings/TestG1.java 2015-02-24 10:32:49.346165000 -0800 @@ -27,6 +27,8 @@ * @bug 8006398 * @summary Test that the G1 collector does not print a warning message * @library /testlibrary +* @build com.oracle.java.testlibrary.* +* @run main/othervm TestG1 */ import com.oracle.java.testlibrary.OutputAnalyzer; --- old/test/gc/startup_warnings/TestNoParNew.java 2015-02-24 10:32:50.800235306 -0800 +++ new/test/gc/startup_warnings/TestNoParNew.java 2015-02-24 10:32:50.480219832 -0800 @@ -27,6 +27,8 @@ * @bug 8065972 * @summary Test that specifying -XX:-UseParNewGC on the command line logs a warning message * @library /testlibrary +* @build com.oracle.java.testlibrary.* +* @run main/othervm TestNoParNew */ import com.oracle.java.testlibrary.OutputAnalyzer; --- old/test/gc/startup_warnings/TestParNewCMS.java 2015-02-24 10:32:52.065296472 -0800 +++ new/test/gc/startup_warnings/TestParNewCMS.java 2015-02-24 10:32:51.745280999 -0800 @@ -27,6 +27,8 @@ * @bug 8065972 * @summary Test that specifying -XX:+UseParNewGC on the command line logs a warning message * @library /testlibrary +* @build com.oracle.java.testlibrary.* +* @run main/othervm TestParNewCMS */ import com.oracle.java.testlibrary.OutputAnalyzer; --- old/test/gc/startup_warnings/TestParNewSerialOld.java 2015-02-24 10:32:53.383360200 -0800 +++ new/test/gc/startup_warnings/TestParNewSerialOld.java 2015-02-24 10:32:53.058344486 -0800 @@ -27,6 +27,8 @@ * @bug 8065972 * @summary Test that the unsupported ParNew+SerialOld combination does not start * @library /testlibrary +* @build com.oracle.java.testlibrary.* +* @run main/othervm TestParNewSerialOld */ import com.oracle.java.testlibrary.OutputAnalyzer; --- old/test/gc/startup_warnings/TestParallelGC.java 2015-02-24 10:32:54.629420448 -0800 +++ new/test/gc/startup_warnings/TestParallelGC.java 2015-02-24 10:32:54.310405023 -0800 @@ -27,6 +27,8 @@ * @bug 8006398 * @summary Test that ParallelGC does not print a warning message * @library /testlibrary +* @build com.oracle.java.testlibrary.* +* @run main/othervm TestParallelGC */ import com.oracle.java.testlibrary.OutputAnalyzer; --- old/test/gc/startup_warnings/TestParallelScavengeSerialOld.java 2015-02-24 10:32:55.964484999 -0800 +++ new/test/gc/startup_warnings/TestParallelScavengeSerialOld.java 2015-02-24 10:32:55.550464981 -0800 @@ -27,6 +27,8 @@ * @bug 8006398 * @summary Test that the ParallelScavenge+SerialOld combination does not print a warning message * @library /testlibrary +* @build com.oracle.java.testlibrary.* +* @run main/othervm TestParallelScavengeSerialOld */ import com.oracle.java.testlibrary.OutputAnalyzer; --- old/test/gc/startup_warnings/TestSerialGC.java 2015-02-24 10:32:57.173543457 -0800 +++ new/test/gc/startup_warnings/TestSerialGC.java 2015-02-24 10:32:56.858528226 -0800 @@ -27,6 +27,8 @@ * @bug 8006398 * @summary Test that SerialGC does not print a warning message * @library /testlibrary +* @build com.oracle.java.testlibrary.* +* @run main/othervm TestSerialGC */ import com.oracle.java.testlibrary.OutputAnalyzer; --- old/test/gc/survivorAlignment/TestAllocationInEden.java 2015-02-24 10:32:58.479606607 -0800 +++ new/test/gc/survivorAlignment/TestAllocationInEden.java 2015-02-24 10:32:58.149590649 -0800 @@ -27,7 +27,7 @@ * @summary Verify that object's alignment in eden space is not affected by * SurvivorAlignmentInBytes option. * @library /testlibrary /../../test/lib - * @build TestAllocationInEden SurvivorAlignmentTestMain AlignmentHelper + * @build com.oracle.java.testlibrary.* TestAllocationInEden SurvivorAlignmentTestMain AlignmentHelper * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/gc/survivorAlignment/TestPromotionFromEdenToTenured.java 2015-02-24 10:32:59.629662212 -0800 +++ new/test/gc/survivorAlignment/TestPromotionFromEdenToTenured.java 2015-02-24 10:32:59.297646158 -0800 @@ -27,7 +27,7 @@ * @summary Verify that objects promoted from eden space to tenured space during * full GC are not aligned to SurvivorAlignmentInBytes value. * @library /testlibrary /../../test/lib - * @build TestPromotionFromEdenToTenured SurvivorAlignmentTestMain + * @build com.oracle.java.testlibrary.* TestPromotionFromEdenToTenured SurvivorAlignmentTestMain * AlignmentHelper * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission --- old/test/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterFullGC.java 2015-02-24 10:33:00.910724153 -0800 +++ new/test/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterFullGC.java 2015-02-24 10:33:00.549706697 -0800 @@ -27,7 +27,7 @@ * @summary Verify that objects promoted from survivor space to tenured space * during full GC are not aligned to SurvivorAlignmentInBytes value. * @library /testlibrary /../../test/lib - * @build TestPromotionFromSurvivorToTenuredAfterFullGC + * @build com.oracle.java.testlibrary.* TestPromotionFromSurvivorToTenuredAfterFullGC * SurvivorAlignmentTestMain AlignmentHelper * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission --- old/test/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java 2015-02-24 10:33:02.222787590 -0800 +++ new/test/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java 2015-02-24 10:33:01.748764670 -0800 @@ -28,7 +28,7 @@ * when their age exceeded tenuring threshold are not aligned to * SurvivorAlignmentInBytes value. * @library /testlibrary /../../test/lib - * @build TestPromotionFromSurvivorToTenuredAfterMinorGC + * @build com.oracle.java.testlibrary.* TestPromotionFromSurvivorToTenuredAfterMinorGC * SurvivorAlignmentTestMain AlignmentHelper * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission --- old/test/gc/survivorAlignment/TestPromotionToSurvivor.java 2015-02-24 10:33:03.493849046 -0800 +++ new/test/gc/survivorAlignment/TestPromotionToSurvivor.java 2015-02-24 10:33:03.147832317 -0800 @@ -27,7 +27,7 @@ * @summary Verify that objects promoted from eden space to survivor space after * minor GC are aligned to SurvivorAlignmentInBytes. * @library /testlibrary /../../test/lib - * @build TestPromotionToSurvivor + * @build com.oracle.java.testlibrary.* TestPromotionToSurvivor * SurvivorAlignmentTestMain AlignmentHelper * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission --- old/test/gc/whitebox/TestConcMarkCycleWB.java 2015-02-24 10:33:04.851914710 -0800 +++ new/test/gc/whitebox/TestConcMarkCycleWB.java 2015-02-24 10:33:04.531899238 -0800 @@ -26,7 +26,7 @@ * @bug 8065579 * @requires vm.gc=="null" | vm.gc=="G1" * @library /testlibrary /../../test/lib - * @build ClassFileInstaller com.oracle.java.testlibrary.* sun.hotspot.WhiteBox TestConcMarkCycleWB + * @build com.oracle.java.testlibrary.* ClassFileInstaller sun.hotspot.WhiteBox TestConcMarkCycleWB * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:+UseG1GC TestConcMarkCycleWB --- old/test/gc/whitebox/TestWBGC.java 2015-02-24 10:33:06.031971767 -0800 +++ new/test/gc/whitebox/TestWBGC.java 2015-02-24 10:33:05.691955326 -0800 @@ -26,7 +26,7 @@ * @bug 8055098 * @summary Test verify that WB methods isObjectInOldGen and youngGC works correctly. * @library /testlibrary /../../test/lib - * @build TestWBGC + * @build com.oracle.java.testlibrary.* TestWBGC * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run driver TestWBGC */ --- old/test/runtime/8026365/InvokeSpecialAnonTest.java 2015-02-24 10:33:07.313033706 -0800 +++ new/test/runtime/8026365/InvokeSpecialAnonTest.java 2015-02-24 10:33:06.951016202 -0800 @@ -27,6 +27,7 @@ * @summary Test invokespecial of host class method from an anonymous class * @author Robert Field * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile -XDignore.symbol.file InvokeSpecialAnonTest.java * @run main ClassFileInstaller InvokeSpecialAnonTest AnonTester * @run main/othervm -Xbootclasspath/a:. -Xverify:all InvokeSpecialAnonTest --- old/test/runtime/BadObjectClass/BootstrapRedefine.java 2015-02-24 10:33:08.471089699 -0800 +++ new/test/runtime/BadObjectClass/BootstrapRedefine.java 2015-02-24 10:33:08.144073887 -0800 @@ -26,6 +26,7 @@ * @bug 6583051 * @summary Give error if java.lang.Object has been incompatibly overridden on the bootpath * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile Object.java * @run main BootstrapRedefine */ --- old/test/runtime/CDSCompressedKPtrs/CDSCompressedKPtrs.java 2015-02-24 10:33:09.785153236 -0800 +++ new/test/runtime/CDSCompressedKPtrs/CDSCompressedKPtrs.java 2015-02-24 10:33:09.438136456 -0800 @@ -26,6 +26,7 @@ * @bug 8003424 * @summary Testing UseCompressedClassPointers with CDS * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main CDSCompressedKPtrs */ --- old/test/runtime/CDSCompressedKPtrs/CDSCompressedKPtrsError.java 2015-02-24 10:33:11.072215465 -0800 +++ new/test/runtime/CDSCompressedKPtrs/CDSCompressedKPtrsError.java 2015-02-24 10:33:10.613193271 -0800 @@ -26,6 +26,7 @@ * @bug 8003424 * @summary Test that cannot use CDS if UseCompressedClassPointers is turned off. * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main CDSCompressedKPtrsError */ --- old/test/runtime/CDSCompressedKPtrs/XShareAuto.java 2015-02-24 10:33:12.281273924 -0800 +++ new/test/runtime/CDSCompressedKPtrs/XShareAuto.java 2015-02-24 10:33:11.923256613 -0800 @@ -26,6 +26,7 @@ * @bug 8005933 * @summary Test that -Xshare:auto uses CDS when explicitly specified with -server. * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main XShareAuto */ --- old/test/runtime/ClassFile/JsrRewriting.java 2015-02-24 10:33:13.635339393 -0800 +++ new/test/runtime/ClassFile/JsrRewriting.java 2015-02-24 10:33:13.290322711 -0800 @@ -34,6 +34,7 @@ * @bug 7149464 * @key cte_test * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main JsrRewriting */ --- old/test/runtime/ClassFile/OomWhileParsingRepeatedJsr.java 2015-02-24 10:33:14.814396401 -0800 +++ new/test/runtime/ClassFile/OomWhileParsingRepeatedJsr.java 2015-02-24 10:33:14.491380783 -0800 @@ -34,6 +34,7 @@ * @bug 7123945 * @bug 8016029 * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main OomWhileParsingRepeatedJsr */ --- old/test/runtime/ClassFile/UnsupportedClassFileVersion.java 2015-02-24 10:33:16.264466512 -0800 +++ new/test/runtime/ClassFile/UnsupportedClassFileVersion.java 2015-02-24 10:33:15.885448187 -0800 @@ -24,6 +24,7 @@ /* * @test * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile -XDignore.symbol.file UnsupportedClassFileVersion.java * @run main UnsupportedClassFileVersion */ --- old/test/runtime/ClassUnload/KeepAliveClass.java 2015-02-24 10:33:18.042552484 -0800 +++ new/test/runtime/ClassUnload/KeepAliveClass.java 2015-02-24 10:33:17.709536382 -0800 @@ -26,7 +26,7 @@ * @summary This test case uses a java.lang.Class instance to keep a class alive. * @library /testlibrary /../../test/lib /runtime/testlibrary * @library classes - * @build KeepAliveClass test.Empty + * @build com.oracle.java.testlibrary.* KeepAliveClass test.Empty * @build ClassUnloadCommon * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission --- old/test/runtime/ClassUnload/KeepAliveClassLoader.java 2015-02-24 10:33:19.210608960 -0800 +++ new/test/runtime/ClassUnload/KeepAliveClassLoader.java 2015-02-24 10:33:18.856591843 -0800 @@ -26,7 +26,7 @@ * @summary This test case uses a java.lang.ClassLoader instance to keep a class alive. * @library /testlibrary /../../test/lib /runtime/testlibrary * @library classes - * @build KeepAliveClassLoader test.Empty + * @build com.oracle.java.testlibrary.* KeepAliveClassLoader test.Empty * @build ClassUnloadCommon * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission --- old/test/runtime/ClassUnload/KeepAliveObject.java 2015-02-24 10:33:20.516672109 -0800 +++ new/test/runtime/ClassUnload/KeepAliveObject.java 2015-02-24 10:33:20.130653446 -0800 @@ -26,7 +26,7 @@ * @summary This test case uses a class instance to keep the class alive. * @library /testlibrary /../../test/lib /runtime/testlibrary * @library classes - * @build KeepAliveObject test.Empty + * @build com.oracle.java.testlibrary.* KeepAliveObject test.Empty * @build ClassUnloadCommon * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission --- old/test/runtime/ClassUnload/KeepAliveSoftReference.java 2015-02-24 10:33:21.727730664 -0800 +++ new/test/runtime/ClassUnload/KeepAliveSoftReference.java 2015-02-24 10:33:21.388714272 -0800 @@ -26,7 +26,7 @@ * @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 classes - * @build KeepAliveSoftReference test.Empty + * @build com.oracle.java.testlibrary.* KeepAliveSoftReference test.Empty * @build ClassUnloadCommon * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission --- old/test/runtime/ClassUnload/UnloadTest.java 2015-02-24 10:33:23.769829401 -0800 +++ new/test/runtime/ClassUnload/UnloadTest.java 2015-02-24 10:33:23.262804886 -0800 @@ -25,7 +25,7 @@ * @test UnloadTest * @library /runtime/testlibrary /testlibrary /../../test/lib * @library classes - * @build ClassUnloadCommon test.Empty + * @build com.oracle.java.testlibrary.* ClassUnloadCommon test.Empty * @build UnloadTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission --- old/test/runtime/CommandLine/BooleanFlagWithInvalidValue.java 2015-02-24 10:33:25.799927557 -0800 +++ new/test/runtime/CommandLine/BooleanFlagWithInvalidValue.java 2015-02-24 10:33:25.250901011 -0800 @@ -26,6 +26,8 @@ * @bug 8006298 * @summary Setting an invalid value for a bool argument should result in a useful error message * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm BooleanFlagWithInvalidValue */ import com.oracle.java.testlibrary.*; --- old/test/runtime/CommandLine/CompilerConfigFileWarning.java 2015-02-24 10:33:27.854026873 -0800 +++ new/test/runtime/CommandLine/CompilerConfigFileWarning.java 2015-02-24 10:33:27.321001103 -0800 @@ -26,6 +26,8 @@ * @bug 7167142 * @summary Warn if unused .hotspot_compiler file is present * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm CompilerConfigFileWarning */ import java.io.PrintWriter; --- old/test/runtime/CommandLine/ConfigFileParsing.java 2015-02-24 10:33:29.909126239 -0800 +++ new/test/runtime/CommandLine/ConfigFileParsing.java 2015-02-24 10:33:29.380100661 -0800 @@ -26,6 +26,8 @@ * @bug 7158804 * @summary Improve config file parsing * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm ConfigFileParsing */ import java.io.PrintWriter; --- old/test/runtime/CommandLine/ConfigFileWarning.java 2015-02-24 10:33:31.577206892 -0800 +++ new/test/runtime/CommandLine/ConfigFileWarning.java 2015-02-24 10:33:31.006179284 -0800 @@ -26,6 +26,8 @@ * @bug 7167142 * @summary Warn if unused .hotspot_rc file is present * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm ConfigFileWarning */ import java.io.PrintWriter; --- old/test/runtime/CommandLine/FlagWithInvalidValue.java 2015-02-24 10:33:33.370293589 -0800 +++ new/test/runtime/CommandLine/FlagWithInvalidValue.java 2015-02-24 10:33:32.791265593 -0800 @@ -26,6 +26,8 @@ * @bug 8006298 * @summary Setting a flag to an invalid value should print a useful error message * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm FlagWithInvalidValue */ import com.oracle.java.testlibrary.*; --- old/test/runtime/CommandLine/NonBooleanFlagWithInvalidBooleanPrefix.java 2015-02-24 10:33:35.450394163 -0800 +++ new/test/runtime/CommandLine/NonBooleanFlagWithInvalidBooleanPrefix.java 2015-02-24 10:33:34.698357801 -0800 @@ -26,6 +26,8 @@ * @bug 8006298 * @summary Using a bool (+/-) prefix on non-bool flag should result in a useful error message * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm NonBooleanFlagWithInvalidBooleanPrefix */ import com.oracle.java.testlibrary.*; --- old/test/runtime/CommandLine/ObsoleteFlagErrorMessage.java 2015-02-24 10:33:37.256481488 -0800 +++ new/test/runtime/CommandLine/ObsoleteFlagErrorMessage.java 2015-02-24 10:33:36.682453734 -0800 @@ -26,6 +26,8 @@ * @bug 8060449 * @summary Newly obsolete command line options should still give useful error messages when used improperly. * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm ObsoleteFlagErrorMessage */ import com.oracle.java.testlibrary.*; --- old/test/runtime/CommandLine/TestHexArguments.java 2015-02-24 10:33:39.085569925 -0800 +++ new/test/runtime/CommandLine/TestHexArguments.java 2015-02-24 10:33:38.535543332 -0800 @@ -27,6 +27,8 @@ * @summary Make sure there is no error using hexadecimal format in vm options * @author Yumin Qi * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestHexArguments */ import java.io.File; --- old/test/runtime/CommandLine/TestNullTerminatedFlags.java 2015-02-24 10:33:40.867656091 -0800 +++ new/test/runtime/CommandLine/TestNullTerminatedFlags.java 2015-02-24 10:33:40.364631769 -0800 @@ -28,6 +28,7 @@ * @bug 6522873 * @summary Test that the VM don't allow random junk characters at the end of valid command line flags. * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run driver TestNullTerminatedFlags */ public class TestNullTerminatedFlags { --- old/test/runtime/CommandLine/TestVMOptions.java 2015-02-24 10:33:42.775748349 -0800 +++ new/test/runtime/CommandLine/TestVMOptions.java 2015-02-24 10:33:42.250722963 -0800 @@ -26,6 +26,7 @@ * @bug 8060256 * @summary Test various command line options * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main TestVMOptions */ --- old/test/runtime/CommandLine/TraceExceptionsTest.java 2015-02-24 10:33:44.560834658 -0800 +++ new/test/runtime/CommandLine/TraceExceptionsTest.java 2015-02-24 10:33:43.991807145 -0800 @@ -26,6 +26,8 @@ * @bug 8048933 * @summary TraceExceptions output should have the exception message - useful for ClassNotFoundExceptions especially * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TraceExceptionsTest */ import com.oracle.java.testlibrary.*; --- old/test/runtime/CommandLine/UnrecognizedVMOption.java 2015-02-24 10:33:46.428924981 -0800 +++ new/test/runtime/CommandLine/UnrecognizedVMOption.java 2015-02-24 10:33:45.825895824 -0800 @@ -26,6 +26,8 @@ * @bug 8006298 * @summary Using an unrecognized VM option should print the name of the option * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm UnrecognizedVMOption */ import com.oracle.java.testlibrary.*; --- old/test/runtime/CommandLine/VMOptionWarning.java 2015-02-24 10:33:48.489024588 -0800 +++ new/test/runtime/CommandLine/VMOptionWarning.java 2015-02-24 10:33:47.923997269 -0800 @@ -26,6 +26,8 @@ * @bug 8027314 * @summary Warn if diagnostic or experimental vm option is used and -XX:+UnlockDiagnosticVMOptions or -XX:+UnlockExperimentalVMOptions, respectively, isn't specified. Warn if develop or notproduct vm option is used with product version of VM. * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm VMOptionWarning */ import com.oracle.java.testlibrary.*; --- old/test/runtime/CompressedOops/CompressedClassPointers.java 2015-02-24 10:33:50.386116314 -0800 +++ new/test/runtime/CompressedOops/CompressedClassPointers.java 2015-02-24 10:33:49.638080147 -0800 @@ -26,6 +26,8 @@ * @bug 8024927 * @summary Testing address of compressed class pointer space as best as possible. * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm CompressedClassPointers */ import com.oracle.java.testlibrary.*; --- old/test/runtime/CompressedOops/CompressedClassSpaceSize.java 2015-02-24 10:33:52.213204656 -0800 +++ new/test/runtime/CompressedOops/CompressedClassSpaceSize.java 2015-02-24 10:33:51.621176031 -0800 @@ -26,6 +26,7 @@ * @bug 8022865 * @summary Tests for the -XX:CompressedClassSpaceSize command line option * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main CompressedClassSpaceSize */ import com.oracle.java.testlibrary.*; --- old/test/runtime/CompressedOops/CompressedKlassPointerAndOops.java 2015-02-24 10:33:54.955337240 -0800 +++ new/test/runtime/CompressedOops/CompressedKlassPointerAndOops.java 2015-02-24 10:33:54.608320462 -0800 @@ -27,6 +27,8 @@ * @key regression * @summary NPG: UseCompressedClassPointers asserts with ObjectAlignmentInBytes=32 * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm CompressedKlassPointerAndOops */ import com.oracle.java.testlibrary.*; --- old/test/runtime/CompressedOops/ObjectAlignment.java 2015-02-24 10:33:56.111393135 -0800 +++ new/test/runtime/CompressedOops/ObjectAlignment.java 2015-02-24 10:33:55.764376358 -0800 @@ -26,6 +26,7 @@ * @bug 8022865 * @summary Tests for the -XX:ObjectAlignmentInBytes command line option * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main ObjectAlignment */ import com.oracle.java.testlibrary.*; --- old/test/runtime/CompressedOops/UseCompressedOops.java 2015-02-24 10:33:57.417456286 -0800 +++ new/test/runtime/CompressedOops/UseCompressedOops.java 2015-02-24 10:33:57.076439796 -0800 @@ -26,6 +26,7 @@ * @bug 8022865 * @summary Tests for different combination of UseCompressedOops options * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main UseCompressedOops */ import java.util.ArrayList; --- old/test/runtime/EnclosingMethodAttr/EnclMethodAttr.java 2015-02-24 10:33:58.560511551 -0800 +++ new/test/runtime/EnclosingMethodAttr/EnclMethodAttr.java 2015-02-24 10:33:58.221495160 -0800 @@ -25,6 +25,7 @@ * @test * @bug 8044738 * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @summary Check attribute_length of EnclosingMethod attribute * @run main EnclMethodAttr */ --- old/test/runtime/LoadClass/LoadClassNegative.java 2015-02-24 10:33:59.885575621 -0800 +++ new/test/runtime/LoadClass/LoadClassNegative.java 2015-02-24 10:33:59.469555505 -0800 @@ -27,7 +27,7 @@ * @bug 8020675 * @summary make sure there is no fatal error if a class is loaded from an invalid jar file which is in the bootclasspath * @library /testlibrary - * @build TestForName + * @build com.oracle.java.testlibrary.* TestForName * @build LoadClassNegative * @run main LoadClassNegative */ --- old/test/runtime/Metaspace/FragmentMetaspace.java 2015-02-24 10:34:01.150636788 -0800 +++ new/test/runtime/Metaspace/FragmentMetaspace.java 2015-02-24 10:34:00.709615464 -0800 @@ -24,7 +24,7 @@ /** * @test * @library /runtime/testlibrary - * @build GeneratedClassLoader + * @build com.oracle.java.testlibrary.* GeneratedClassLoader * @run main/othervm/timeout=200 -Xmx300m FragmentMetaspace */ --- old/test/runtime/Metaspace/FragmentMetaspaceSimple.java 2015-02-24 10:34:02.330693843 -0800 +++ new/test/runtime/Metaspace/FragmentMetaspaceSimple.java 2015-02-24 10:34:01.985677162 -0800 @@ -25,7 +25,7 @@ * @test * @library /runtime/testlibrary * @library classes - * @build test.Empty ClassUnloadCommon + * @build com.oracle.java.testlibrary.* test.Empty ClassUnloadCommon * @run main/othervm/timeout=200 FragmentMetaspaceSimple */ --- old/test/runtime/NMT/AutoshutdownNMT.java 2015-02-24 10:34:03.635756945 -0800 +++ new/test/runtime/NMT/AutoshutdownNMT.java 2015-02-24 10:34:03.303740890 -0800 @@ -26,6 +26,8 @@ * @key nmt * @summary Test for deprecated message if -XX:-AutoShutdownNMT is specified * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm AutoshutdownNMT */ import com.oracle.java.testlibrary.*; --- old/test/runtime/NMT/BaselineWithParameter.java 2015-02-24 10:34:04.923819223 -0800 +++ new/test/runtime/NMT/BaselineWithParameter.java 2015-02-24 10:34:04.508799157 -0800 @@ -27,6 +27,7 @@ * @key nmt jcmd regression * @summary Regression test for invoking a jcmd with baseline=false, result was that the target VM crashed * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm -XX:NativeMemoryTracking=detail BaselineWithParameter */ --- old/test/runtime/NMT/ChangeTrackingLevel.java 2015-02-24 10:34:06.263884015 -0800 +++ new/test/runtime/NMT/ChangeTrackingLevel.java 2015-02-24 10:34:05.928867818 -0800 @@ -28,7 +28,7 @@ * @key nmt * @library /testlibrary /../../test/lib * @ignore 8067167 - * @build ChangeTrackingLevel + * @build com.oracle.java.testlibrary.* ChangeTrackingLevel * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ChangeTrackingLevel --- old/test/runtime/NMT/CommandLineDetail.java 2015-02-24 10:34:07.413939622 -0800 +++ new/test/runtime/NMT/CommandLineDetail.java 2015-02-24 10:34:07.083923666 -0800 @@ -26,6 +26,8 @@ * @key nmt * @summary Running with NMT detail should not result in an error * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm CommandLineDetail */ import com.oracle.java.testlibrary.*; --- old/test/runtime/NMT/CommandLineEmptyArgument.java 2015-02-24 10:34:08.605997259 -0800 +++ new/test/runtime/NMT/CommandLineEmptyArgument.java 2015-02-24 10:34:08.234979320 -0800 @@ -26,6 +26,8 @@ * @key nmt * @summary Empty argument to NMT should result in an informative error message * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm CommandLineEmptyArgument */ import com.oracle.java.testlibrary.*; --- old/test/runtime/NMT/CommandLineInvalidArgument.java 2015-02-24 10:34:09.798054895 -0800 +++ new/test/runtime/NMT/CommandLineInvalidArgument.java 2015-02-24 10:34:09.456038360 -0800 @@ -26,6 +26,8 @@ * @key nmt * @summary Invalid argument to NMT should result in an informative error message * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm CommandLineInvalidArgument */ import com.oracle.java.testlibrary.*; --- old/test/runtime/NMT/CommandLineSummary.java 2015-02-24 10:34:11.039114902 -0800 +++ new/test/runtime/NMT/CommandLineSummary.java 2015-02-24 10:34:10.711099042 -0800 @@ -26,6 +26,8 @@ * @key nmt * @summary Running with NMT summary should not result in an error * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm CommandLineSummary */ import com.oracle.java.testlibrary.*; --- old/test/runtime/NMT/CommandLineTurnOffNMT.java 2015-02-24 10:34:12.324177037 -0800 +++ new/test/runtime/NMT/CommandLineTurnOffNMT.java 2015-02-24 10:34:11.915157260 -0800 @@ -26,6 +26,8 @@ * @key nmt * @summary Turning off NMT should not result in an error * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm CommandLineTurnOffNMT */ import com.oracle.java.testlibrary.*; --- old/test/runtime/NMT/JcmdBaselineDetail.java 2015-02-24 10:34:13.485233174 -0800 +++ new/test/runtime/NMT/JcmdBaselineDetail.java 2015-02-24 10:34:13.160217458 -0800 @@ -26,6 +26,7 @@ * @key nmt jcmd * @summary Verify that jcmd correctly reports that baseline succeeds with NMT enabled with detailed tracking. * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm -XX:NativeMemoryTracking=detail JcmdBaselineDetail */ --- old/test/runtime/NMT/JcmdDetailDiff.java 2015-02-24 10:34:14.577285974 -0800 +++ new/test/runtime/NMT/JcmdDetailDiff.java 2015-02-24 10:34:14.326273838 -0800 @@ -27,7 +27,7 @@ * @key nmt jcmd * @library /testlibrary /../../test/lib * @ignore - * @build JcmdDetailDiff + * @build com.oracle.java.testlibrary.* JcmdDetailDiff * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail JcmdDetailDiff */ --- old/test/runtime/NMT/JcmdScale.java 2015-02-24 10:34:15.793344773 -0800 +++ new/test/runtime/NMT/JcmdScale.java 2015-02-24 10:34:15.448328091 -0800 @@ -26,6 +26,7 @@ * @key nmt jcmd * @summary Test the NMT scale parameter * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm -XX:NativeMemoryTracking=summary JcmdScale */ --- old/test/runtime/NMT/JcmdScaleDetail.java 2015-02-24 10:34:17.050405553 -0800 +++ new/test/runtime/NMT/JcmdScaleDetail.java 2015-02-24 10:34:16.718389499 -0800 @@ -26,6 +26,7 @@ * @key nmt jcmd * @summary Test the NMT scale parameter with detail tracking level * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm -XX:NativeMemoryTracking=detail JcmdScaleDetail */ --- old/test/runtime/NMT/JcmdSummaryDiff.java 2015-02-24 10:34:18.234462803 -0800 +++ new/test/runtime/NMT/JcmdSummaryDiff.java 2015-02-24 10:34:17.913447282 -0800 @@ -26,7 +26,7 @@ * @summary run NMT baseline, allocate memory and verify output from summary.diff * @key nmt jcmd * @library /testlibrary /../../test/lib - * @build JcmdSummaryDiff + * @build com.oracle.java.testlibrary.* JcmdSummaryDiff * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=summary JcmdSummaryDiff */ --- old/test/runtime/NMT/JcmdWithNMTDisabled.java 2015-02-24 10:34:19.612529434 -0800 +++ new/test/runtime/NMT/JcmdWithNMTDisabled.java 2015-02-24 10:34:19.273513041 -0800 @@ -26,6 +26,7 @@ * @key nmt jcmd * @summary Verify that jcmd correctly reports that NMT is not enabled * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main JcmdWithNMTDisabled 1 */ --- old/test/runtime/NMT/MallocRoundingReportTest.java 2015-02-24 10:34:20.746584266 -0800 +++ new/test/runtime/NMT/MallocRoundingReportTest.java 2015-02-24 10:34:20.424568697 -0800 @@ -26,7 +26,7 @@ * @summary Test consistency of NMT by creating allocations of the Test type with various sizes and verifying visibility with jcmd * @key nmt jcmd * @library /testlibrary /../../test/lib - * @build MallocRoundingReportTest + * @build com.oracle.java.testlibrary.* MallocRoundingReportTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocRoundingReportTest * --- old/test/runtime/NMT/MallocSiteHashOverflow.java 2015-02-24 10:34:22.032646448 -0800 +++ new/test/runtime/NMT/MallocSiteHashOverflow.java 2015-02-24 10:34:21.651628026 -0800 @@ -27,7 +27,7 @@ * @requires sun.arch.data.model == "32" * @key nmt jcmd stress * @library /testlibrary /../../test/lib - * @build MallocSiteHashOverflow + * @build com.oracle.java.testlibrary.* MallocSiteHashOverflow * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocSiteHashOverflow */ --- old/test/runtime/NMT/MallocStressTest.java 2015-02-24 10:34:23.284706985 -0800 +++ new/test/runtime/NMT/MallocStressTest.java 2015-02-24 10:34:22.877687307 -0800 @@ -26,7 +26,7 @@ * @summary Stress test for malloc tracking * @key nmt jcmd stress * @library /testlibrary /../../test/lib - * @build MallocStressTest + * @build com.oracle.java.testlibrary.* MallocStressTest * @ignore - This test is disabled since it will stress NMT and timeout during normal testing * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocStressTest --- old/test/runtime/NMT/MallocTestType.java 2015-02-24 10:34:24.541767766 -0800 +++ new/test/runtime/NMT/MallocTestType.java 2015-02-24 10:34:24.172749924 -0800 @@ -26,7 +26,7 @@ * @summary Test consistency of NMT by leaking a few select allocations of the Test type and then verify visibility with jcmd * @key nmt jcmd * @library /testlibrary /../../test/lib - * @build MallocTestType + * @build com.oracle.java.testlibrary.* MallocTestType * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocTestType --- old/test/runtime/NMT/MallocTrackingVerify.java 2015-02-24 10:34:25.781827724 -0800 +++ new/test/runtime/NMT/MallocTrackingVerify.java 2015-02-24 10:34:25.453811864 -0800 @@ -27,7 +27,7 @@ * @summary Test to verify correctness of malloc tracking * @key nmt jcmd * @library /testlibrary /../../test/lib - * @build MallocTrackingVerify + * @build com.oracle.java.testlibrary.* MallocTrackingVerify * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocTrackingVerify * --- old/test/runtime/NMT/NMTWithCDS.java 2015-02-24 10:34:26.930883281 -0800 +++ new/test/runtime/NMT/NMTWithCDS.java 2015-02-24 10:34:26.595867083 -0800 @@ -26,6 +26,7 @@ * @bug 8055061 * @key nmt * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main NMTWithCDS */ import com.oracle.java.testlibrary.*; --- old/test/runtime/NMT/PrintNMTStatistics.java 2015-02-24 10:34:28.101939904 -0800 +++ new/test/runtime/NMT/PrintNMTStatistics.java 2015-02-24 10:34:27.756923222 -0800 @@ -27,6 +27,8 @@ * @bug 8005936 8058606 * @summary Verify PrintNMTStatistics on normal JVM exit for detail and summary tracking level * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm PrintNMTStatistics * @ignore 8067167 */ --- old/test/runtime/NMT/PrintNMTStatisticsWithNMTDisabled.java 2015-02-24 10:34:29.308998266 -0800 +++ new/test/runtime/NMT/PrintNMTStatisticsWithNMTDisabled.java 2015-02-24 10:34:28.987982745 -0800 @@ -26,6 +26,8 @@ * @key nmt * @summary Trying to enable PrintNMTStatistics should result in a warning * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm PrintNMTStatisticsWithNMTDisabled */ import com.oracle.java.testlibrary.*; --- old/test/runtime/NMT/ReleaseCommittedMemory.java 2015-02-24 10:34:30.662063688 -0800 +++ new/test/runtime/NMT/ReleaseCommittedMemory.java 2015-02-24 10:34:30.316046957 -0800 @@ -27,7 +27,7 @@ * @summary Release committed memory and make sure NMT handles it correctly * @key nmt regression * @library /testlibrary /../../test/lib - * @build ReleaseCommittedMemory + * @build com.oracle.java.testlibrary.* ReleaseCommittedMemory * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ReleaseCommittedMemory --- old/test/runtime/NMT/ReleaseNoCommit.java 2015-02-24 10:34:31.795118471 -0800 +++ new/test/runtime/NMT/ReleaseNoCommit.java 2015-02-24 10:34:31.470102756 -0800 @@ -26,7 +26,7 @@ * @summary Release uncommitted memory and make sure NMT handles it correctly * @key nmt regression * @library /testlibrary /../../test/lib - * @build ReleaseNoCommit + * @build com.oracle.java.testlibrary.* ReleaseNoCommit * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=summary ReleaseNoCommit */ --- old/test/runtime/NMT/ShutdownTwice.java 2015-02-24 10:34:33.016177510 -0800 +++ new/test/runtime/NMT/ShutdownTwice.java 2015-02-24 10:34:32.686161555 -0800 @@ -26,6 +26,7 @@ * @key nmt jcmd * @summary Run shutdown twice * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm -XX:NativeMemoryTracking=detail ShutdownTwice */ --- old/test/runtime/NMT/SummaryAfterShutdown.java 2015-02-24 10:34:34.165233069 -0800 +++ new/test/runtime/NMT/SummaryAfterShutdown.java 2015-02-24 10:34:33.832216968 -0800 @@ -26,6 +26,7 @@ * @key nmt jcmd * @summary Verify that jcmd correctly reports that NMT is not enabled after a shutdown * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm -XX:NativeMemoryTracking=detail SummaryAfterShutdown */ --- old/test/runtime/NMT/SummarySanityCheck.java 2015-02-24 10:34:35.465295928 -0800 +++ new/test/runtime/NMT/SummarySanityCheck.java 2015-02-24 10:34:35.099278230 -0800 @@ -26,7 +26,7 @@ * @key nmt jcmd * @summary Sanity check the output of NMT * @library /testlibrary /../../test/lib - * @build SummarySanityCheck + * @build com.oracle.java.testlibrary.* SummarySanityCheck * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:NativeMemoryTracking=summary -XX:+WhiteBoxAPI SummarySanityCheck --- old/test/runtime/NMT/ThreadedMallocTestType.java 2015-02-24 10:34:36.762358643 -0800 +++ new/test/runtime/NMT/ThreadedMallocTestType.java 2015-02-24 10:34:36.305336544 -0800 @@ -25,7 +25,7 @@ * @test * @key nmt jcmd * @library /testlibrary /../../test/lib - * @build ThreadedMallocTestType + * @build com.oracle.java.testlibrary.* ThreadedMallocTestType * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ThreadedMallocTestType --- old/test/runtime/NMT/ThreadedVirtualAllocTestType.java 2015-02-24 10:34:37.956416376 -0800 +++ new/test/runtime/NMT/ThreadedVirtualAllocTestType.java 2015-02-24 10:34:37.610399646 -0800 @@ -25,7 +25,7 @@ * @test * @key nmt jcmd * @library /testlibrary /../../test/lib - * @build ThreadedVirtualAllocTestType + * @build com.oracle.java.testlibrary.* ThreadedVirtualAllocTestType * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ThreadedVirtualAllocTestType --- old/test/runtime/NMT/VirtualAllocCommitUncommitRecommit.java 2015-02-24 10:34:39.321482379 -0800 +++ new/test/runtime/NMT/VirtualAllocCommitUncommitRecommit.java 2015-02-24 10:34:38.995466614 -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 VirtualAllocCommitUncommitRecommit + * @build com.oracle.java.testlibrary.* VirtualAllocCommitUncommitRecommit * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail VirtualAllocCommitUncommitRecommit * --- 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 --- old/test/runtime/PerfMemDestroy/PerfMemDestroy.java 2015-02-24 10:34:41.688596830 -0800 +++ new/test/runtime/PerfMemDestroy/PerfMemDestroy.java 2015-02-24 10:34:41.314578745 -0800 @@ -26,6 +26,7 @@ * @bug 8030955 * @summary Allow multiple calls to PerfMemory::destroy() without asserting. * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main PerfMemDestroy */ --- old/test/runtime/RedefineObject/TestRedefineObject.java 2015-02-24 10:34:42.833652194 -0800 +++ new/test/runtime/RedefineObject/TestRedefineObject.java 2015-02-24 10:34:42.493635754 -0800 @@ -33,7 +33,7 @@ * @bug 8005056 * @bug 8009728 * @library /testlibrary - * @build Agent + * @build com.oracle.java.testlibrary.* Agent * @run main ClassFileInstaller Agent * @run main TestRedefineObject * @run main/othervm -javaagent:agent.jar -XX:TraceRedefineClasses=5 Agent --- old/test/runtime/RedefineTests/RedefineAnnotations.java 2015-02-24 10:34:44.072712103 -0800 +++ new/test/runtime/RedefineTests/RedefineAnnotations.java 2015-02-24 10:34:43.736695857 -0800 @@ -24,6 +24,7 @@ /* * @test * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @summary Test that type annotations are retained after a retransform * @run main RedefineAnnotations buildagent * @run main/othervm -javaagent:redefineagent.jar RedefineAnnotations --- old/test/runtime/RedefineTests/RedefineFinalizer.java 2015-02-24 10:34:45.276770322 -0800 +++ new/test/runtime/RedefineTests/RedefineFinalizer.java 2015-02-24 10:34:44.941754124 -0800 @@ -26,7 +26,7 @@ * @bug 6904403 * @summary Don't assert if we redefine finalize method * @library /testlibrary - * @build RedefineClassHelper + * @build com.oracle.java.testlibrary.* RedefineClassHelper * @run main RedefineClassHelper * @run main/othervm -javaagent:redefineagent.jar RedefineFinalizer */ --- old/test/runtime/RedefineTests/RedefineRunningMethods.java 2015-02-24 10:34:46.559832359 -0800 +++ new/test/runtime/RedefineTests/RedefineRunningMethods.java 2015-02-24 10:34:46.217815822 -0800 @@ -26,7 +26,7 @@ * @bug 8055008 * @summary Redefine EMCP and non-EMCP methods that are running in an infinite loop * @library /testlibrary - * @build RedefineClassHelper + * @build com.oracle.java.testlibrary.* RedefineClassHelper * @run main RedefineClassHelper * @run main/othervm -javaagent:redefineagent.jar -XX:TraceRedefineClasses=0x600 RedefineRunningMethods */ --- old/test/runtime/Safepoint/AssertSafepointCheckConsistency1.java 2015-02-24 10:34:47.770890914 -0800 +++ new/test/runtime/Safepoint/AssertSafepointCheckConsistency1.java 2015-02-24 10:34:47.441875006 -0800 @@ -26,7 +26,7 @@ * @bug 8047290 * @summary Ensure that a Monitor::lock_without_safepoint_check fires an assert when it incorrectly acquires a lock which must always have safepoint checks. * @library /testlibrary /../../test/lib - * @build AssertSafepointCheckConsistency1 + * @build com.oracle.java.testlibrary.* AssertSafepointCheckConsistency1 * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main AssertSafepointCheckConsistency1 --- old/test/runtime/Safepoint/AssertSafepointCheckConsistency2.java 2015-02-24 10:34:49.054952999 -0800 +++ new/test/runtime/Safepoint/AssertSafepointCheckConsistency2.java 2015-02-24 10:34:48.726937141 -0800 @@ -26,7 +26,7 @@ * @bug 8047290 * @summary Ensure that a Monitor::lock fires an assert when it incorrectly acquires a lock which must never have safepoint checks. * @library /testlibrary /../../test/lib - * @build AssertSafepointCheckConsistency2 + * @build com.oracle.java.testlibrary.* AssertSafepointCheckConsistency2 * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main AssertSafepointCheckConsistency2 --- old/test/runtime/Safepoint/AssertSafepointCheckConsistency3.java 2015-02-24 10:34:50.324014361 -0800 +++ new/test/runtime/Safepoint/AssertSafepointCheckConsistency3.java 2015-02-24 10:34:49.921994922 -0800 @@ -26,7 +26,7 @@ * @bug 8047290 * @summary Ensure that Monitor::lock_without_safepoint_check does not assert when it correctly acquires a lock which must never have safepoint checks. * @library /testlibrary /../../test/lib - * @build AssertSafepointCheckConsistency3 + * @build com.oracle.java.testlibrary.* AssertSafepointCheckConsistency3 * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main AssertSafepointCheckConsistency3 --- old/test/runtime/Safepoint/AssertSafepointCheckConsistency4.java 2015-02-24 10:34:51.458069193 -0800 +++ new/test/runtime/Safepoint/AssertSafepointCheckConsistency4.java 2015-02-24 10:34:51.134053526 -0800 @@ -26,7 +26,7 @@ * @bug 8047290 * @summary Ensure that Monitor::lock does not assert when it correctly acquires a lock which must always have safepoint checks. * @library /testlibrary /../../test/lib - * @build AssertSafepointCheckConsistency4 + * @build com.oracle.java.testlibrary.* AssertSafepointCheckConsistency4 * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main AssertSafepointCheckConsistency4 --- old/test/runtime/SharedArchiveFile/ArchiveDoesNotExist.java 2015-02-24 10:34:52.551122043 -0800 +++ new/test/runtime/SharedArchiveFile/ArchiveDoesNotExist.java 2015-02-24 10:34:52.287109278 -0800 @@ -28,6 +28,7 @@ * when sharing mode is ON, and continue w/o sharing if sharing * mode is AUTO. * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main ArchiveDoesNotExist */ --- old/test/runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java 2015-02-24 10:34:53.857185194 -0800 +++ new/test/runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java 2015-02-24 10:34:53.539169817 -0800 @@ -29,6 +29,8 @@ * is different from object alignment for creating a CDS file * should fail when loading. * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm CdsDifferentObjectAlignment * @bug 8025642 */ --- old/test/runtime/SharedArchiveFile/CdsSameObjectAlignment.java 2015-02-24 10:34:55.167248536 -0800 +++ new/test/runtime/SharedArchiveFile/CdsSameObjectAlignment.java 2015-02-24 10:34:54.798230694 -0800 @@ -26,6 +26,8 @@ * @summary Testing CDS (class data sharing) using varying object alignment. * Using same object alignment for each dump/load pair * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm CdsSameObjectAlignment */ import com.oracle.java.testlibrary.*; --- old/test/runtime/SharedArchiveFile/DefaultUseWithClient.java 2015-02-24 10:34:56.359306173 -0800 +++ new/test/runtime/SharedArchiveFile/DefaultUseWithClient.java 2015-02-24 10:34:56.038290650 -0800 @@ -25,6 +25,7 @@ * @test DefaultUseWithClient * @summary Test default behavior of sharing with -client * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main DefaultUseWithClient * @bug 8032224 */ --- old/test/runtime/SharedArchiveFile/DumpSymbolAndStringTable.java 2015-02-24 10:34:57.735372707 -0800 +++ new/test/runtime/SharedArchiveFile/DumpSymbolAndStringTable.java 2015-02-24 10:34:57.404356702 -0800 @@ -26,6 +26,7 @@ * @bug 8059510 * @summary Test jcmd VM.symboltable and VM.stringtable options * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm -XX:+UnlockDiagnosticVMOptions DumpSymbolAndStringTable */ --- old/test/runtime/SharedArchiveFile/LimitSharedSizes.java 2015-02-24 10:34:59.030435325 -0800 +++ new/test/runtime/SharedArchiveFile/LimitSharedSizes.java 2015-02-24 10:34:58.684418595 -0800 @@ -24,6 +24,7 @@ /* @test LimitSharedSizes * @summary Test handling of limits on shared space size * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main LimitSharedSizes */ --- old/test/runtime/SharedArchiveFile/MaxMetaspaceSize.java 2015-02-24 10:35:00.287496104 -0800 +++ new/test/runtime/SharedArchiveFile/MaxMetaspaceSize.java 2015-02-24 10:34:59.945479568 -0800 @@ -26,6 +26,8 @@ * @bug 8067187 * @summary Testing CDS dumping with the -XX:MaxMetaspaceSize= option * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm MaxMetaspaceSize */ import com.oracle.java.testlibrary.*; --- old/test/runtime/SharedArchiveFile/PrintSharedArchiveAndExit.java 2015-02-24 10:35:01.611560125 -0800 +++ new/test/runtime/SharedArchiveFile/PrintSharedArchiveAndExit.java 2015-02-24 10:35:01.158538221 -0800 @@ -26,6 +26,8 @@ * @bug 8066670 * @summary Testing -XX:+PrintSharedArchiveAndExit option * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm PrintSharedArchiveAndExit */ import com.oracle.java.testlibrary.*; --- old/test/runtime/SharedArchiveFile/SharedArchiveFile.java 2015-02-24 10:35:02.848619937 -0800 +++ new/test/runtime/SharedArchiveFile/SharedArchiveFile.java 2015-02-24 10:35:02.498603014 -0800 @@ -26,6 +26,8 @@ * @bug 8014138 * @summary Testing new -XX:SharedArchiveFile= option * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm SharedArchiveFile */ import com.oracle.java.testlibrary.*; --- old/test/runtime/SharedArchiveFile/SharedBaseAddress.java 2015-02-24 10:35:04.128681830 -0800 +++ new/test/runtime/SharedArchiveFile/SharedBaseAddress.java 2015-02-24 10:35:03.788665389 -0800 @@ -26,6 +26,7 @@ * @summary Test variety of values for SharedBaseAddress, making sure * VM handles normal values as well as edge values w/o a crash. * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main SharedBaseAddress */ --- old/test/runtime/SharedArchiveFile/SharedSymbolTableBucketSize.java 2015-02-24 10:35:05.386742658 -0800 +++ new/test/runtime/SharedArchiveFile/SharedSymbolTableBucketSize.java 2015-02-24 10:35:04.991723560 -0800 @@ -26,6 +26,8 @@ * @bug 8059510 * @summary Test SharedSymbolTableBucketSize option * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm SharedSymbolTableBucketSize */ import com.oracle.java.testlibrary.*; --- old/test/runtime/SharedArchiveFile/SpaceUtilizationCheck.java 2015-02-24 10:35:06.805811271 -0800 +++ new/test/runtime/SharedArchiveFile/SpaceUtilizationCheck.java 2015-02-24 10:35:06.445793865 -0800 @@ -25,6 +25,7 @@ * @test SpaceUtilizationCheck * @summary Check if the space utilization for shared spaces is adequate * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main SpaceUtilizationCheck */ --- old/test/runtime/Thread/TestThreadDumpMonitorContention.java 2015-02-24 10:35:08.095873648 -0800 +++ new/test/runtime/Thread/TestThreadDumpMonitorContention.java 2015-02-24 10:35:07.761857497 -0800 @@ -29,6 +29,7 @@ * whether jstack reports "locked" by more than one thread. * * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm TestThreadDumpMonitorContention */ --- old/test/runtime/Thread/ThreadPriorities.java 2015-02-24 10:35:09.314932590 -0800 +++ new/test/runtime/Thread/ThreadPriorities.java 2015-02-24 10:35:08.981916488 -0800 @@ -28,6 +28,7 @@ * whether jstack reports correct priorities for them. * * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main ThreadPriorities */ --- old/test/runtime/Unsafe/RangeCheck.java 2015-02-24 10:35:10.645996949 -0800 +++ new/test/runtime/Unsafe/RangeCheck.java 2015-02-24 10:35:10.253977994 -0800 @@ -26,6 +26,8 @@ * @bug 8001071 * @summary Add simple range check into VM implemenation of Unsafe access methods * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm RangeCheck */ import com.oracle.java.testlibrary.*; --- old/test/runtime/Unsafe/Reallocate.java 2015-02-24 10:35:11.897057439 -0800 +++ new/test/runtime/Unsafe/Reallocate.java 2015-02-24 10:35:11.507038581 -0800 @@ -25,6 +25,7 @@ * @test * @bug 8058897 * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:MallocMaxTestWords=100m Reallocate */ --- old/test/runtime/XCheckJniJsig/XCheckJSig.java 2015-02-24 10:35:13.215121170 -0800 +++ new/test/runtime/XCheckJniJsig/XCheckJSig.java 2015-02-24 10:35:12.850103519 -0800 @@ -26,6 +26,7 @@ * @bug 7051189 8023393 * @summary Need to suppress info message if -Xcheck:jni is used with libjsig.so * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main XCheckJSig */ --- old/test/runtime/classFileParserBug/ClassFileParserBug.java 2015-02-24 10:35:14.407178805 -0800 +++ new/test/runtime/classFileParserBug/ClassFileParserBug.java 2015-02-24 10:35:14.048161448 -0800 @@ -25,6 +25,7 @@ * @test * @bug 8040018 * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @summary Check for exception instead of assert. * @run main ClassFileParserBug */ --- old/test/runtime/classFileParserBug/TestEmptyBootstrapMethodsAttr.java 2015-02-24 10:35:15.688240747 -0800 +++ new/test/runtime/classFileParserBug/TestEmptyBootstrapMethodsAttr.java 2015-02-24 10:35:15.365225128 -0800 @@ -25,6 +25,7 @@ * @test TestEmptyBootstrapMethodsAttr * @bug 8041918 * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @summary Test empty bootstrap_methods table within BootstrapMethods attribute * @compile TestEmptyBootstrapMethodsAttr.java * @run main TestEmptyBootstrapMethodsAttr --- old/test/runtime/contended/Options.java 2015-02-24 10:35:17.114309698 -0800 +++ new/test/runtime/contended/Options.java 2015-02-24 10:35:16.579283829 -0800 @@ -29,6 +29,7 @@ * @summary ContendedPaddingWidth should be range-checked * * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main Options */ public class Options { --- old/test/runtime/duplAttributes/DuplAttributesTest.java 2015-02-24 10:35:18.360369946 -0800 +++ new/test/runtime/duplAttributes/DuplAttributesTest.java 2015-02-24 10:35:17.990352056 -0800 @@ -25,6 +25,7 @@ * @test * @bug 8040292 * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @summary Throw exceptions when duplicate attributes are detected. * @run main DuplAttributesTest */ --- old/test/runtime/interned/SanityTest.java 2015-02-24 10:35:19.752437255 -0800 +++ new/test/runtime/interned/SanityTest.java 2015-02-24 10:35:19.324416558 -0800 @@ -25,7 +25,7 @@ * @test SanityTest * @summary Sanity check of String.intern() & GC * @library /testlibrary /../../test/lib - * @build SanityTest + * @build com.oracle.java.testlibrary.* SanityTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI SanityTest --- old/test/runtime/memory/LargePages/TestLargePageSizeInBytes.java 2015-02-24 10:35:20.970496149 -0800 +++ new/test/runtime/memory/LargePages/TestLargePageSizeInBytes.java 2015-02-24 10:35:20.639480145 -0800 @@ -25,6 +25,7 @@ * @summary Tests that the flag -XX:LargePageSizeInBytes does not cause warnings on Solaris * @bug 8049536 * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run driver TestLargePageSizeInBytes */ --- old/test/runtime/memory/LargePages/TestLargePagesFlags.java 2015-02-24 10:35:22.234557268 -0800 +++ new/test/runtime/memory/LargePages/TestLargePagesFlags.java 2015-02-24 10:35:21.892540731 -0800 @@ -24,6 +24,7 @@ /* @test TestLargePagesFlags * @summary Tests how large pages are choosen depending on the given large pages flag combinations. * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main TestLargePagesFlags */ --- old/test/runtime/memory/ReadFromNoaccessArea.java 2015-02-24 10:35:23.423614761 -0800 +++ new/test/runtime/memory/ReadFromNoaccessArea.java 2015-02-24 10:35:23.083598319 -0800 @@ -25,7 +25,7 @@ * @test * @summary Test that touching noaccess area in class ReservedHeapSpace results in SIGSEGV/ACCESS_VIOLATION * @library /testlibrary /../../test/lib - * @build ReadFromNoaccessArea + * @build com.oracle.java.testlibrary.* ReadFromNoaccessArea * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ReadFromNoaccessArea --- old/test/runtime/memory/ReadVMPageSize.java 2015-02-24 10:35:24.779680328 -0800 +++ new/test/runtime/memory/ReadVMPageSize.java 2015-02-24 10:35:24.460664902 -0800 @@ -25,7 +25,7 @@ * @test * @summary Using WhiteBox to get VM page size * @library /testlibrary /../../test/lib - * @build ReadVMPageSize + * @build com.oracle.java.testlibrary.* ReadVMPageSize * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI ReadVMPageSize */ --- old/test/runtime/memory/ReserveMemory.java 2015-02-24 10:35:26.080743235 -0800 +++ new/test/runtime/memory/ReserveMemory.java 2015-02-24 10:35:25.667723264 -0800 @@ -27,7 +27,7 @@ * @bug 8012015 * @summary Make sure reserved (but uncommitted) memory is not accessible * @library /testlibrary /../../test/lib - * @build ReserveMemory + * @build com.oracle.java.testlibrary.* ReserveMemory * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ReserveMemory --- old/test/runtime/memory/RunUnitTestsConcurrently.java 2015-02-24 10:35:27.236799132 -0800 +++ new/test/runtime/memory/RunUnitTestsConcurrently.java 2015-02-24 10:35:26.907783223 -0800 @@ -25,7 +25,7 @@ * @test * @summary Test launches unit tests inside vm concurrently * @library /testlibrary /../../test/lib - * @build RunUnitTestsConcurrently + * @build com.oracle.java.testlibrary.* RunUnitTestsConcurrently * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI RunUnitTestsConcurrently 30 15000 --- old/test/runtime/memory/StressVirtualSpaceResize.java 2015-02-24 10:35:28.673868615 -0800 +++ new/test/runtime/memory/StressVirtualSpaceResize.java 2015-02-24 10:35:28.298850483 -0800 @@ -25,7 +25,7 @@ * @test * @summary Stress test that expands/shrinks VirtualSpace * @library /testlibrary /../../test/lib - * @build StressVirtualSpaceResize + * @build com.oracle.java.testlibrary.* StressVirtualSpaceResize * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI StressVirtualSpaceResize --- old/test/runtime/verifier/OverriderMsg.java 2015-02-24 10:35:29.902928042 -0800 +++ new/test/runtime/verifier/OverriderMsg.java 2015-02-24 10:35:29.566911795 -0800 @@ -32,6 +32,7 @@ * @test OverriderMsg * @bug 8026894 * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile -XDignore.symbol.file OverriderMsg.java * @run main/othervm OverriderMsg */ --- old/test/runtime/verifier/TestANewArray.java 2015-02-24 10:35:31.242992836 -0800 +++ new/test/runtime/verifier/TestANewArray.java 2015-02-24 10:35:30.898976201 -0800 @@ -34,6 +34,7 @@ * @test * @summary Test that anewarray bytecode is valid only if it specifies 255 or fewer dimensions. * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile -XDignore.symbol.file TestANewArray.java * @run main/othervm TestANewArray 49 * @run main/othervm TestANewArray 50 --- old/test/runtime/verifier/TestMultiANewArray.java 2015-02-24 10:35:32.492053230 -0800 +++ new/test/runtime/verifier/TestMultiANewArray.java 2015-02-24 10:35:32.167037514 -0800 @@ -32,6 +32,7 @@ * @test TestMultiANewArray * @bug 8038076 * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile -XDignore.symbol.file TestMultiANewArray.java * @run main/othervm TestMultiANewArray 49 * @run main/othervm TestMultiANewArray 50 --- old/test/runtime/whitebox/WBStackSize.java 2015-02-24 10:35:33.756114347 -0800 +++ new/test/runtime/whitebox/WBStackSize.java 2015-02-24 10:35:33.409097569 -0800 @@ -25,7 +25,7 @@ * @test WBStackSize * @summary verify that whitebox functions getThreadFullStackSize() and getThreadRemainingStackSize are working * @library /testlibrary /../../test/lib - * @build WBStackSize + * @build com.oracle.java.testlibrary.* WBStackSize * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xss512k WBStackSize --- old/test/sanity/WBApi.java 2015-02-24 10:35:34.895169423 -0800 +++ new/test/sanity/WBApi.java 2015-02-24 10:35:34.573153854 -0800 @@ -25,7 +25,7 @@ * @test WBApi * @summary verify that whitebox functions can be linked and executed * @library /testlibrary /../../test/lib - * @build WBApi + * @build com.oracle.java.testlibrary.* WBApi * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI WBApi --- old/test/sanity/WhiteBox.java 2015-02-24 10:35:36.139229574 -0800 +++ new/test/sanity/WhiteBox.java 2015-02-24 10:35:35.821214198 -0800 @@ -27,10 +27,10 @@ * @summary verify that whitebox can be used even if not all functions are declared in java-part * @author igor.ignatyev@oracle.com * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile WhiteBox.java - * @run main ClassFileInstaller sun.hotspot.WhiteBox + * @run main/othervm ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI sun.hotspot.WhiteBox - * @clean sun.hotspot.WhiteBox */ package sun.hotspot; --- old/test/serviceability/ParserTest.java 2015-02-24 10:35:37.289285181 -0800 +++ new/test/serviceability/ParserTest.java 2015-02-24 10:35:36.961269321 -0800 @@ -25,7 +25,7 @@ * @test * @summary Test that the diagnostic command arguemnt parser works * @library /testlibrary /../../test/lib - * @build ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.parser.* + * @build com.oracle.java.testlibrary.* ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.parser.* * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI ParserTest --- old/test/serviceability/threads/TestFalseDeadLock.java 2015-02-24 10:35:38.508344123 -0800 +++ new/test/serviceability/threads/TestFalseDeadLock.java 2015-02-24 10:35:38.185328505 -0800 @@ -28,10 +28,11 @@ /* * @test - * @ignore 8061157 * @bug 8016304 * @summary Make sure no deadlock is reported for this program which has no deadlocks. * @library /testlibrary + * @ignore 8061157 + * @build com.oracle.java.testlibrary.* * @run main/othervm TestFalseDeadLock */ --- old/test/testlibrary/com/oracle/java/testlibrary/ProcessTools.java 2015-02-24 10:35:40.027417572 -0800 +++ new/test/testlibrary/com/oracle/java/testlibrary/ProcessTools.java 2015-02-24 10:35:39.441389238 -0800 @@ -137,6 +137,8 @@ ArrayList args = new ArrayList<>(); args.add(javapath); + args.add("-classpath"); + args.add(System.getProperty("java.class.path")); Collections.addAll(args, getPlatformSpecificVMArgs()); if (addTestVmAndJavaOptions) { --- old/test/testlibrary_tests/AssertsTest.java 2015-02-24 10:35:41.211474822 -0800 +++ new/test/testlibrary_tests/AssertsTest.java 2015-02-24 10:35:40.884459012 -0800 @@ -26,6 +26,8 @@ /* @test * @summary Tests the different assertions in the Assert class * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm AssertsTest */ public class AssertsTest { private static class Foo implements Comparable { --- old/test/testlibrary_tests/OutputAnalyzerReportingTest.java 2015-02-24 10:35:42.576540825 -0800 +++ new/test/testlibrary_tests/OutputAnalyzerReportingTest.java 2015-02-24 10:35:42.258525450 -0800 @@ -28,6 +28,8 @@ * such as printing additional diagnostic info * (exit code, stdout, stderr, command line, etc.) * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm OutputAnalyzerReportingTest */ import java.io.ByteArrayOutputStream; --- old/test/testlibrary_tests/OutputAnalyzerTest.java 2015-02-24 10:35:43.713595804 -0800 +++ new/test/testlibrary_tests/OutputAnalyzerTest.java 2015-02-24 10:35:43.393580330 -0800 @@ -25,6 +25,8 @@ * @test * @summary Test the OutputAnalyzer utility class * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm OutputAnalyzerTest */ import com.oracle.java.testlibrary.OutputAnalyzer; --- old/test/testlibrary_tests/RandomGeneratorTest.java 2015-02-24 10:35:44.977656922 -0800 +++ new/test/testlibrary_tests/RandomGeneratorTest.java 2015-02-24 10:35:44.659641546 -0800 @@ -25,6 +25,7 @@ * @test * @summary Verify correctnes of the random generator from Utility.java * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run driver RandomGeneratorTest SAME_SEED * @run driver RandomGeneratorTest NO_SEED * @run driver RandomGeneratorTest DIFFERENT_SEED --- old/test/testlibrary_tests/RedefineClassTest.java 2015-02-24 10:35:46.138713060 -0800 +++ new/test/testlibrary_tests/RedefineClassTest.java 2015-02-24 10:35:45.817697541 -0800 @@ -25,7 +25,7 @@ * @test * @library /testlibrary * @summary Proof of concept test for RedefineClassHelper - * @build RedefineClassHelper + * @build com.oracle.java.testlibrary.* RedefineClassHelper * @run main RedefineClassHelper * @run main/othervm -javaagent:redefineagent.jar RedefineClassTest */ --- old/test/testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java 2015-02-24 10:35:47.535780611 -0800 +++ new/test/testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java 2015-02-24 10:35:47.206764703 -0800 @@ -39,6 +39,7 @@ * in com.oracle.java.testlibrary.Platform one and only one predicate * evaluates to true. * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main TestMutuallyExclusivePlatformPredicates */ public class TestMutuallyExclusivePlatformPredicates { --- old/test/testlibrary_tests/TestPlatformIsTieredSupported.java 2015-02-24 10:35:48.719837862 -0800 +++ new/test/testlibrary_tests/TestPlatformIsTieredSupported.java 2015-02-24 10:35:48.402822533 -0800 @@ -29,7 +29,7 @@ * @test * @summary Verifies that Platform::isTieredSupported returns correct value. * @library /testlibrary /../../test/lib - * @build TestPlatformIsTieredSupported + * @build com.oracle.java.testlibrary.* TestPlatformIsTieredSupported * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions --- old/test/testlibrary_tests/ctw/ClassesDirTest.java 2015-02-24 10:35:50.057902558 -0800 +++ new/test/testlibrary_tests/ctw/ClassesDirTest.java 2015-02-24 10:35:49.672883942 -0800 @@ -25,7 +25,7 @@ * @test * @bug 8012447 * @library /testlibrary /../../test/lib /testlibrary/ctw/src - * @build ClassFileInstaller sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox Foo Bar + * @build com.oracle.java.testlibrary.* ClassFileInstaller sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox Foo Bar * @run main ClassFileInstaller sun.hotspot.WhiteBox Foo Bar * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ClassesDirTest prepare --- old/test/testlibrary_tests/ctw/ClassesListTest.java 2015-02-24 10:35:51.343964741 -0800 +++ new/test/testlibrary_tests/ctw/ClassesListTest.java 2015-02-24 10:35:50.999948107 -0800 @@ -25,7 +25,7 @@ * @test * @bug 8012447 * @library /testlibrary /../../test/lib /testlibrary/ctw/src - * @build ClassFileInstaller sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox Foo Bar + * @build com.oracle.java.testlibrary.* ClassFileInstaller sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox Foo Bar * @run main ClassFileInstaller sun.hotspot.WhiteBox Foo Bar * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ClassesListTest prepare --- old/test/testlibrary_tests/whitebox/vm_flags/DoubleTest.java 2015-02-24 10:35:52.619026393 -0800 +++ new/test/testlibrary_tests/whitebox/vm_flags/DoubleTest.java 2015-02-24 10:35:52.269009468 -0800 @@ -25,7 +25,7 @@ * @test DoubleTest * @bug 8028756 * @library /testlibrary /../../test/lib - * @build DoubleTest + * @build com.oracle.java.testlibrary.* DoubleTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI DoubleTest --- old/test/testlibrary_tests/whitebox/vm_flags/IntxTest.java 2015-02-24 10:35:54.002093266 -0800 +++ new/test/testlibrary_tests/whitebox/vm_flags/IntxTest.java 2015-02-24 10:35:53.635075519 -0800 @@ -25,7 +25,7 @@ * @test IntxTest * @bug 8028756 * @library /testlibrary /../../test/lib - * @build IntxTest + * @build com.oracle.java.testlibrary.* IntxTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI IntxTest --- old/test/testlibrary_tests/whitebox/vm_flags/SizeTTest.java 2015-02-24 10:35:55.201151241 -0800 +++ new/test/testlibrary_tests/whitebox/vm_flags/SizeTTest.java 2015-02-24 10:35:54.859134705 -0800 @@ -25,7 +25,7 @@ * @test SizeTTest * @bug 8054823 * @library /testlibrary /../../test/lib - * @build SizeTTest + * @build com.oracle.java.testlibrary.* SizeTTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:+UnlockExperimentalVMOptions SizeTTest --- old/test/testlibrary_tests/whitebox/vm_flags/StringTest.java 2015-02-24 10:35:56.472212698 -0800 +++ new/test/testlibrary_tests/whitebox/vm_flags/StringTest.java 2015-02-24 10:35:56.145196886 -0800 @@ -25,7 +25,7 @@ * @test StringTest * @bug 8028756 * @library /testlibrary /../../test/lib - * @build StringTest + * @build com.oracle.java.testlibrary.* StringTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI StringTest --- old/test/testlibrary_tests/whitebox/vm_flags/Uint64Test.java 2015-02-24 10:35:57.617268063 -0800 +++ new/test/testlibrary_tests/whitebox/vm_flags/Uint64Test.java 2015-02-24 10:35:57.295252492 -0800 @@ -25,7 +25,7 @@ * @test Uint64Test * @bug 8028756 * @library /testlibrary /../../test/lib - * @build Uint64Test + * @build com.oracle.java.testlibrary.* Uint64Test * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI Uint64Test --- old/test/testlibrary_tests/whitebox/vm_flags/UintxTest.java 2015-02-24 10:35:58.855327925 -0800 +++ new/test/testlibrary_tests/whitebox/vm_flags/UintxTest.java 2015-02-24 10:35:58.517311582 -0800 @@ -25,7 +25,7 @@ * @test UintxTest * @bug 8028756 * @library /testlibrary /../../test/lib - * @build UintxTest + * @build com.oracle.java.testlibrary.* UintxTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI UintxTest