public class jdk.vm.ci.hotspot.HotSpotCompilationRequest extends jdk.vm.ci.code.CompilationRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.vm.ci.hotspot.HotSpotCompilationRequest
  super_class: jdk.vm.ci.code.CompilationRequest
{
  private final long compileState;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int id;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod, int, long);
    descriptor: (Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethod;IJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // jdk.vm.ci.hotspot.HotSpotCompilationRequest this
        start local 1 // jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod method
        start local 2 // int entryBCI
        start local 3 // long compileState
         0: .line 52
            aload 0 /* this */
            aload 1 /* method */
            iload 2 /* entryBCI */
            lload 3 /* compileState */
            aload 1 /* method */
            iload 2 /* entryBCI */
            invokeinterface jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod.allocateCompileId:(I)I
            invokespecial jdk.vm.ci.hotspot.HotSpotCompilationRequest.<init>:(Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethod;IJI)V
         1: .line 53
            return
        end local 3 // long compileState
        end local 2 // int entryBCI
        end local 1 // jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod method
        end local 0 // jdk.vm.ci.hotspot.HotSpotCompilationRequest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Ljdk/vm/ci/hotspot/HotSpotCompilationRequest;
            0    2     1        method  Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethod;
            0    2     2      entryBCI  I
            0    2     3  compileState  J
    MethodParameters:
              Name  Flags
      method        
      entryBCI      
      compileState  

  public void <init>(jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod, int, long, int);
    descriptor: (Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethod;IJI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // jdk.vm.ci.hotspot.HotSpotCompilationRequest this
        start local 1 // jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod method
        start local 2 // int entryBCI
        start local 3 // long compileState
        start local 5 // int id
         0: .line 65
            aload 0 /* this */
            aload 1 /* method */
            iload 2 /* entryBCI */
            invokespecial jdk.vm.ci.code.CompilationRequest.<init>:(Ljdk/vm/ci/meta/ResolvedJavaMethod;I)V
         1: .line 66
            aload 0 /* this */
            lload 3 /* compileState */
            putfield jdk.vm.ci.hotspot.HotSpotCompilationRequest.compileState:J
         2: .line 67
            aload 0 /* this */
            iload 5 /* id */
            putfield jdk.vm.ci.hotspot.HotSpotCompilationRequest.id:I
         3: .line 68
            return
        end local 5 // int id
        end local 3 // long compileState
        end local 2 // int entryBCI
        end local 1 // jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod method
        end local 0 // jdk.vm.ci.hotspot.HotSpotCompilationRequest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Ljdk/vm/ci/hotspot/HotSpotCompilationRequest;
            0    4     1        method  Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethod;
            0    4     2      entryBCI  I
            0    4     3  compileState  J
            0    4     5            id  I
    MethodParameters:
              Name  Flags
      method        
      entryBCI      
      compileState  
      id            

  public jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod getMethod();
    descriptor: ()Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotCompilationRequest this
         0: .line 72
            aload 0 /* this */
            invokespecial jdk.vm.ci.code.CompilationRequest.getMethod:()Ljdk/vm/ci/meta/ResolvedJavaMethod;
            checkcast jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod
            areturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotCompilationRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotCompilationRequest;

  public long getJvmciEnv();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotCompilationRequest this
         0: .line 81
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotCompilationRequest.compileState:J
            lreturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotCompilationRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotCompilationRequest;

  public int getId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotCompilationRequest this
         0: .line 88
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotCompilationRequest.id:I
            ireturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotCompilationRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotCompilationRequest;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotCompilationRequest this
         0: .line 93
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotCompilationRequest.id:I
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokespecial jdk.vm.ci.code.CompilationRequest.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotCompilationRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotCompilationRequest;

  public jdk.vm.ci.meta.ResolvedJavaMethod getMethod();
    descriptor: ()Ljdk/vm/ci/meta/ResolvedJavaMethod;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual jdk.vm.ci.hotspot.HotSpotCompilationRequest.getMethod:()Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethod;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "HotSpotCompilationRequest.java"