We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487b1a6 commit 9f00099Copy full SHA for 9f00099
test/hotspot/jtreg/compiler/blackhole/DeadBhElimination.java
@@ -61,7 +61,7 @@ static void removalAfterLoopOpt() {
61
// b == 77, known after first loop opts round
62
// loop is detected as empty loop
63
64
- if(b == 78) { // dead
+ if (b == 78) { // dead
65
iAmABlackhole(a);
66
}
67
0 commit comments