< prev index next >

test/compiler/intrinsics/string/TestStringEqualsBadLength.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 23,36 **** /* * @test * @bug 8027445 * @summary String.equals() may be called with a length whose upper bits are not cleared - * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation TestStringEqualsBadLength * */ import java.util.Arrays; public class TestStringEqualsBadLength { int v1; --- 23,39 ---- /* * @test * @bug 8027445 * @summary String.equals() may be called with a length whose upper bits are not cleared * + * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation + * compiler.intrinsics.string.TestStringEqualsBadLength */ + package compiler.intrinsics.string; + import java.util.Arrays; public class TestStringEqualsBadLength { int v1;
< prev index next >