Skip to content

Commit 6225ae6

Browse files
author
Eric Caspole
committed
8264466: Cut-paste error in InterfaceCalls JMH
Reviewed-by: shade, thartmann
1 parent 40c3249 commit 6225ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/micro/org/openjdk/bench/vm/compiler/InterfaceCalls.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ public void testCallPoly3(Blackhole bh) {
260260
/** Interface call with five different receivers. */
261261
@Benchmark
262262
public void testCallPoly5(Blackhole bh) {
263-
for (int kk = 0; kk < 3; kk++) {
263+
for (int kk = 0; kk < 5; kk++) {
264264
bh.consume(as[kk].getInt());
265265
}
266266
}

0 commit comments

Comments
 (0)