Skip to content

Commit 9f00099

Browse files
cosmetic
1 parent 487b1a6 commit 9f00099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/hotspot/jtreg/compiler/blackhole/DeadBhElimination.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ static void removalAfterLoopOpt() {
6161
// b == 77, known after first loop opts round
6262
// loop is detected as empty loop
6363

64-
if(b == 78) { // dead
64+
if (b == 78) { // dead
6565
iAmABlackhole(a);
6666
}
6767
}

0 commit comments

Comments
 (0)