< prev index next >

test/compiler/intrinsics/unsafe/TestUnsafeMismatchedArrayFieldAccess.java

Print this page

        

@@ -25,11 +25,11 @@
 /**
  * @test
  * @bug 8142386
  * @summary Unsafe access to an array is wrongly marked as mismatched
  * @modules java.base/jdk.internal.misc
- * @library /testlibrary /test/lib
+ * @library /test/lib
  *
  * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:-TieredCompilation
  *      compiler.intrinsics.unsafe.TestUnsafeMismatchedArrayFieldAccess
  */
 
< prev index next >