Skip to content

Commit

Permalink
removed obsolete entry
Browse files Browse the repository at this point in the history
  • Loading branch information
asotona committed May 28, 2024
1 parent fe59646 commit b3f6be8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ final class ProxyGenerator {
private final ConstantPoolBuilder cp;
private final List<StackMapFrameInfo.VerificationTypeInfo> throwableStack;
private final NameAndTypeEntry exInit;
private final ClassEntry clazz, object, proxy, ute;
private final ClassEntry object, proxy, ute;
private final FieldRefEntry handlerField;
private final InterfaceMethodRefEntry invoke;
private final MethodRefEntry uteInit;
Expand Down Expand Up @@ -174,7 +174,6 @@ private ProxyGenerator(ClassLoader loader, String className, List<Class<?>> inte
this.accessFlags = accessFlags;
this.throwableStack = List.of(StackMapFrameInfo.ObjectVerificationTypeInfo.of(cp.classEntry(CD_Throwable)));
this.exInit = cp.nameAndTypeEntry(INIT_NAME, MTD_void_String);
this.clazz = cp.classEntry(CD_Class);
this.object = cp.classEntry(CD_Object);
this.proxy = cp.classEntry(CD_Proxy);
this.handlerField = cp.fieldRefEntry(proxy, cp.nameAndTypeEntry(NAME_HANDLER_FIELD, CD_InvocationHandler));
Expand Down

0 comments on commit b3f6be8

Please sign in to comment.