Skip to content

Commit ef745a6

Browse files
committedApr 25, 2024
8331097: Tests build is broken after pr/18914
Reviewed-by: alanb
1 parent d32f109 commit ef745a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎test/micro/org/openjdk/bench/jdk/classfile/CodeAttributeTools.java

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public void benchmarkStackMapsGenerator(Blackhole bh) {
122122
public void benchmarkStackCounter(Blackhole bh) {
123123
for (var d : data) bh.consume(new StackCounter(
124124
d.labelContext(),
125+
d.thisClass(),
125126
d.methodName(),
126127
d.methodDesc(),
127128
d.isStatic(),

0 commit comments

Comments
 (0)
Please sign in to comment.