public class com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingTransformer implements java.lang.instrument.ClassFileTransformer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingTransformer
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingTransformer this
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingTransformer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/trufflenode/jniboundaryprofiler/ProfilingTransformer;

  public byte[] transform(java.lang.ClassLoader, java.lang.String, java.lang.Class<?>, java.security.ProtectionDomain, );
    descriptor: (Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/lang/Class;Ljava/security/ProtectionDomain;[B)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=6
        start local 0 // com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingTransformer this
        start local 1 // java.lang.ClassLoader loader
        start local 2 // java.lang.String className
        start local 3 // java.lang.Class classBeingRedefined
        start local 4 // java.security.ProtectionDomain protectionDomain
        start local 5 // byte[] classfileBuffer
         0: .line 51
            aload 5 /* classfileBuffer */
            astore 6 /* instrumentedClass */
        start local 6 // byte[] instrumentedClass
         1: .line 54
            aload 2 /* className */
            aload 5 /* classfileBuffer */
            invokestatic com.oracle.truffle.trufflenode.jniboundaryprofiler.JSFunctionCallsInstrumenter.maybeInstrumentClass:(Ljava/lang/String;[B)[B
            astore 6 /* instrumentedClass */
         2: .line 56
            aload 2 /* className */
            aload 6 /* instrumentedClass */
            invokestatic com.oracle.truffle.trufflenode.jniboundaryprofiler.JavaCallsInstrumenter.maybeInstrumentClass:(Ljava/lang/String;[B)[B
            astore 6 /* instrumentedClass */
         3: .line 57
            goto 6
      StackMap locals: com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingTransformer java.lang.ClassLoader java.lang.String java.lang.Class java.security.ProtectionDomain byte[] byte[]
      StackMap stack: java.lang.Throwable
         4: astore 7 /* t */
        start local 7 // java.lang.Throwable t
         5: .line 58
            aload 7 /* t */
            invokevirtual java.lang.Throwable.printStackTrace:()V
        end local 7 // java.lang.Throwable t
         6: .line 60
      StackMap locals:
      StackMap stack:
            aload 6 /* instrumentedClass */
            areturn
        end local 6 // byte[] instrumentedClass
        end local 5 // byte[] classfileBuffer
        end local 4 // java.security.ProtectionDomain protectionDomain
        end local 3 // java.lang.Class classBeingRedefined
        end local 2 // java.lang.String className
        end local 1 // java.lang.ClassLoader loader
        end local 0 // com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingTransformer this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    7     0                 this  Lcom/oracle/truffle/trufflenode/jniboundaryprofiler/ProfilingTransformer;
            0    7     1               loader  Ljava/lang/ClassLoader;
            0    7     2            className  Ljava/lang/String;
            0    7     3  classBeingRedefined  Ljava/lang/Class<*>;
            0    7     4     protectionDomain  Ljava/security/ProtectionDomain;
            0    7     5      classfileBuffer  [B
            1    7     6    instrumentedClass  [B
            5    6     7                    t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     3       4  Class java.lang.Throwable
    Exceptions:
      throws java.lang.instrument.IllegalClassFormatException
    Signature: (Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/lang/Class<*>;Ljava/security/ProtectionDomain;[B)[B
    MethodParameters:
                     Name  Flags
      loader               
      className            
      classBeingRedefined  
      protectionDomain     
      classfileBuffer      
}
SourceFile: "ProfilingTransformer.java"