--- old/test/compiler/rangechecks/TestRangeCheckSmearing.java 2016-08-11 13:24:10.688296300 -0400 +++ new/test/compiler/rangechecks/TestRangeCheckSmearing.java 2016-08-11 13:24:10.279383200 -0400 @@ -25,12 +25,10 @@ * @test * @bug 8066103 * @summary C2's range check smearing allows out of bound array accesses - * @library /testlibrary /test/lib / + * @library /test/lib / * @modules java.base/jdk.internal.misc * java.management - * @build compiler.rangechecks.TestRangeCheckSmearing * @run driver ClassFileInstaller sun.hotspot.WhiteBox - * jdk.test.lib.Platform * @run main/othervm -ea -Xmixed -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -XX:-BackgroundCompilation -XX:-UseOnStackReplacement * compiler.rangechecks.TestRangeCheckSmearing