Skip to content

Commit

Permalink
8342787: Move misplaced TestTemplateAssertionPredicateWithTwoUCTs.jav…
Browse files Browse the repository at this point in the history
…a from src to test directory
  • Loading branch information
chhagedorn committed Oct 22, 2024
1 parent 680dc5d commit 655db74
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/*
* @test
* @bug 8342287
* @summary Test that a fail path projection of a Template Assertion Predicate is not treated as success path projection
* @summary Test that a fail path projection of a Template Assertion Predicate is not treated as success path projection.
* @run main/othervm -XX:-TieredCompilation -Xbatch
* -XX:CompileCommand=compileonly,compiler.predicates.TestTemplateAssertionPredicateWithTwoUCTs::test
* compiler.predicates.TestTemplateAssertionPredicateWithTwoUCTs
Expand All @@ -43,7 +43,7 @@ public static void main(String[] strArr) {
}

static void test() {
int lArr[][] = new int[100][1];
int[][] lArr = new int[100][1];
for (int i14 = 5; i14 < 273; ++i14) {
int i16 = 1;
while (++i16 < 94) {
Expand All @@ -58,4 +58,3 @@ static void test() {
}
}
}

0 comments on commit 655db74

Please sign in to comment.