Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit fdd1fc8

Browse files
srinivaskrishnanyaminikb
authored andcommitted
Fix for #21915: Error unregistering ProbeProvider (#21985)
1 parent ee2463a commit fdd1fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nucleus/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/core/ProviderSubClassImplGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ private static class ProbeProviderSubClassGenerator
160160
String id;
161161

162162
ProbeProviderSubClassGenerator(ClassVisitor cv, String token, String id) {
163-
super(Opcodes.ASM6);
163+
super(Opcodes.ASM6, cv);
164164
this.id = id;
165165
this.token = token;
166166
}

0 commit comments

Comments
 (0)