public class com.oracle.svm.hosted.snippets.ReflectionPlugins$ReflectionPluginRegistry extends com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.hosted.snippets.ReflectionPlugins$ReflectionPluginRegistry
  super_class: com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.snippets.ReflectionPlugins$ReflectionPluginRegistry this
         0: .line 65
            aload 0 /* this */
            invokespecial com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry.<init>:()V
            return
        end local 0 // com.oracle.svm.hosted.snippets.ReflectionPlugins$ReflectionPluginRegistry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/snippets/ReflectionPlugins$ReflectionPluginRegistry;

  public static java.lang.AutoCloseable startThreadLocalRegistry();
    descriptor: ()Ljava/lang/AutoCloseable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 67
            ldc Lcom/oracle/svm/hosted/snippets/ReflectionPlugins$ReflectionPluginRegistry;
            invokestatic org.graalvm.nativeimage.ImageSingletons.lookup:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.oracle.svm.hosted.snippets.ReflectionPlugins$ReflectionPluginRegistry
            invokevirtual com.oracle.svm.hosted.snippets.ReflectionPlugins$ReflectionPluginRegistry.startThreadLocalReflectionRegistry:()Ljava/lang/AutoCloseable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ReflectionPlugins.java"
NestHost: com.oracle.svm.hosted.snippets.ReflectionPlugins
InnerClasses:
  public ReflectionPluginRegistry = com.oracle.svm.hosted.snippets.ReflectionPlugins$ReflectionPluginRegistry of com.oracle.svm.hosted.snippets.ReflectionPlugins