8264466: Cut-paste error in InterfaceCalls JMH
Reviewed-by: shade, thartmann
This commit is contained in:
parent
40c3249160
commit
6225ae636e
@ -260,7 +260,7 @@ public class InterfaceCalls {
|
||||
/** Interface call with five different receivers. */
|
||||
@Benchmark
|
||||
public void testCallPoly5(Blackhole bh) {
|
||||
for (int kk = 0; kk < 3; kk++) {
|
||||
for (int kk = 0; kk < 5; kk++) {
|
||||
bh.consume(as[kk].getInt());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user