class org.graalvm.compiler.debug.DebugContext$Invariants
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.debug.DebugContext$Invariants
  super_class: java.lang.Object
{
  private final java.lang.Thread thread;
    descriptor: Ljava/lang/Thread;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.StackTraceElement[] origin;
    descriptor: [Ljava/lang/StackTraceElement;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.DebugContext$Invariants this
         0: .line 651
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 652
            aload 0 /* this */
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            putfield org.graalvm.compiler.debug.DebugContext$Invariants.thread:Ljava/lang/Thread;
         2: .line 653
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DebugContext$Invariants.thread:Ljava/lang/Thread;
            invokestatic org.graalvm.compiler.debug.DebugContext.getStackTrace:(Ljava/lang/Thread;)[Ljava/lang/StackTraceElement;
            putfield org.graalvm.compiler.debug.DebugContext$Invariants.origin:[Ljava/lang/StackTraceElement;
         3: .line 654
            return
        end local 0 // org.graalvm.compiler.debug.DebugContext$Invariants this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/debug/DebugContext$Invariants;

  boolean checkNoConcurrentAccess();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=6, locals=9, args_size=1
        start local 0 // org.graalvm.compiler.debug.DebugContext$Invariants this
         0: .line 657
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            astore 1 /* currentThread */
        start local 1 // java.lang.Thread currentThread
         1: .line 658
            aload 1 /* currentThread */
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DebugContext$Invariants.thread:Ljava/lang/Thread;
            if_acmpeq 23
         2: .line 659
            new java.util.Formatter
            dup
            invokespecial java.util.Formatter.<init>:()V
            astore 2 /* buf */
        start local 2 // java.util.Formatter buf
         3: .line 660
            aload 2 /* buf */
            ldc "Thread local %s object was created on thread %s but is being accessed by thread %s. The most likely cause is that the object is being retrieved from a non-thread-local cache."
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
         4: .line 662
            ldc Lorg/graalvm/compiler/debug/DebugContext;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DebugContext$Invariants.thread:Ljava/lang/Thread;
            aastore
            dup
            iconst_2
            aload 1 /* currentThread */
            aastore
         5: .line 660
            invokevirtual java.util.Formatter.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/util/Formatter;
            pop
         6: .line 663
            iconst_0
            istore 3 /* debugContextConstructors */
        start local 3 // int debugContextConstructors
         7: .line 664
            iconst_0
            istore 4 /* addedHeader */
        start local 4 // boolean addedHeader
         8: .line 665
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DebugContext$Invariants.origin:[Ljava/lang/StackTraceElement;
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 19
      StackMap locals: org.graalvm.compiler.debug.DebugContext$Invariants java.lang.Thread java.util.Formatter int int top int int java.lang.StackTraceElement[]
      StackMap stack:
         9: aload 8
            iload 6
            aaload
            astore 5 /* e */
        start local 5 // java.lang.StackTraceElement e
        10: .line 666
            aload 5 /* e */
            invokevirtual java.lang.StackTraceElement.getMethodName:()Ljava/lang/String;
            ldc "<init>"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 13
            aload 5 /* e */
            invokevirtual java.lang.StackTraceElement.getClassName:()Ljava/lang/String;
            ldc Lorg/graalvm/compiler/debug/DebugContext;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 13
        11: .line 667
            iinc 3 /* debugContextConstructors */ 1
        12: .line 668
            goto 18
      StackMap locals: org.graalvm.compiler.debug.DebugContext$Invariants java.lang.Thread java.util.Formatter int int java.lang.StackTraceElement int int java.lang.StackTraceElement[]
      StackMap stack:
        13: iload 3 /* debugContextConstructors */
            ifeq 18
        14: .line 669
            iload 4 /* addedHeader */
            ifne 17
        15: .line 670
            iconst_1
            istore 4 /* addedHeader */
        16: .line 671
            aload 2 /* buf */
            ldc " The object was instantiated here:"
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.util.Formatter.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/util/Formatter;
            pop
        17: .line 675
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            ldc "%n\t\tin %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 5 /* e */
            aastore
            invokevirtual java.util.Formatter.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/util/Formatter;
            pop
        end local 5 // java.lang.StackTraceElement e
        18: .line 665
      StackMap locals: org.graalvm.compiler.debug.DebugContext$Invariants java.lang.Thread java.util.Formatter int int top int int java.lang.StackTraceElement[]
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        19: iload 6
            iload 7
            if_icmplt 9
        20: .line 678
            iload 4 /* addedHeader */
            ifeq 22
        21: .line 679
            aload 2 /* buf */
            ldc "%n"
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.util.Formatter.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/util/Formatter;
            pop
        22: .line 682
      StackMap locals: org.graalvm.compiler.debug.DebugContext$Invariants java.lang.Thread java.util.Formatter int int
      StackMap stack:
            new java.lang.AssertionError
            dup
            aload 2 /* buf */
            invokevirtual java.util.Formatter.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 4 // boolean addedHeader
        end local 3 // int debugContextConstructors
        end local 2 // java.util.Formatter buf
        23: .line 684
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // java.lang.Thread currentThread
        end local 0 // org.graalvm.compiler.debug.DebugContext$Invariants this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   24     0                      this  Lorg/graalvm/compiler/debug/DebugContext$Invariants;
            1   24     1             currentThread  Ljava/lang/Thread;
            3   23     2                       buf  Ljava/util/Formatter;
            7   23     3  debugContextConstructors  I
            8   23     4               addedHeader  Z
           10   18     5                         e  Ljava/lang/StackTraceElement;
}
SourceFile: "DebugContext.java"
NestHost: org.graalvm.compiler.debug.DebugContext
InnerClasses:
  Invariants = org.graalvm.compiler.debug.DebugContext$Invariants of org.graalvm.compiler.debug.DebugContext