class com.oracle.svm.hosted.code.CEntryPointCallStubMethod$ExecutionContextParameters
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.hosted.code.CEntryPointCallStubMethod$ExecutionContextParameters
  super_class: java.lang.Object
{
  int isolateCount;
    descriptor: I
    flags: (0x0000) 

  int lastIsolateIndex;
    descriptor: I
    flags: (0x0000) 

  int designatedIsolateIndex;
    descriptor: I
    flags: (0x0000) 

  int threadCount;
    descriptor: I
    flags: (0x0000) 

  int lastThreadIndex;
    descriptor: I
    flags: (0x0000) 

  int designatedThreadIndex;
    descriptor: I
    flags: (0x0000) 

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.code.CEntryPointCallStubMethod$ExecutionContextParameters this
         0: .line 408
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 409
            aload 0 /* this */
            iconst_0
            putfield com.oracle.svm.hosted.code.CEntryPointCallStubMethod$ExecutionContextParameters.isolateCount:I
         2: .line 410
            aload 0 /* this */
            iconst_m1
            putfield com.oracle.svm.hosted.code.CEntryPointCallStubMethod$ExecutionContextParameters.lastIsolateIndex:I
         3: .line 411
            aload 0 /* this */
            iconst_m1
            putfield com.oracle.svm.hosted.code.CEntryPointCallStubMethod$ExecutionContextParameters.designatedIsolateIndex:I
         4: .line 413
            aload 0 /* this */
            iconst_0
            putfield com.oracle.svm.hosted.code.CEntryPointCallStubMethod$ExecutionContextParameters.threadCount:I
         5: .line 414
            aload 0 /* this */
            iconst_m1
            putfield com.oracle.svm.hosted.code.CEntryPointCallStubMethod$ExecutionContextParameters.lastThreadIndex:I
         6: .line 415
            aload 0 /* this */
            iconst_m1
            putfield com.oracle.svm.hosted.code.CEntryPointCallStubMethod$ExecutionContextParameters.designatedThreadIndex:I
         7: .line 408
            return
        end local 0 // com.oracle.svm.hosted.code.CEntryPointCallStubMethod$ExecutionContextParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/oracle/svm/hosted/code/CEntryPointCallStubMethod$ExecutionContextParameters;
}
SourceFile: "CEntryPointCallStubMethod.java"
NestHost: com.oracle.svm.hosted.code.CEntryPointCallStubMethod
InnerClasses:
  private ExecutionContextParameters = com.oracle.svm.hosted.code.CEntryPointCallStubMethod$ExecutionContextParameters of com.oracle.svm.hosted.code.CEntryPointCallStubMethod