final class com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode extends com.oracle.truffle.api.instrumentation.ExecutionEventNode
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode
  super_class: com.oracle.truffle.api.instrumentation.ExecutionEventNode
{
  final com.oracle.truffle.polyglot.PolyglotLimits$EngineLimits limits;
    descriptor: Lcom/oracle/truffle/polyglot/PolyglotLimits$EngineLimits;
    flags: (0x0010) ACC_FINAL

  final com.oracle.truffle.api.instrumentation.EventContext eventContext;
    descriptor: Lcom/oracle/truffle/api/instrumentation/EventContext;
    flags: (0x0010) ACC_FINAL

  final com.oracle.truffle.polyglot.PolyglotEngineImpl engine;
    descriptor: Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;
    flags: (0x0010) ACC_FINAL

  final com.oracle.truffle.api.frame.FrameSlot readContext;
    descriptor: Lcom/oracle/truffle/api/frame/FrameSlot;
    flags: (0x0010) ACC_FINAL

  final com.oracle.truffle.api.profiles.ConditionProfile needsLookup;
    descriptor: Lcom/oracle/truffle/api/profiles/ConditionProfile;
    flags: (0x0010) ACC_FINAL

  final com.oracle.truffle.api.frame.FrameDescriptor descriptor;
    descriptor: Lcom/oracle/truffle/api/frame/FrameDescriptor;
    flags: (0x0010) ACC_FINAL

  private boolean seenInnerContext;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

  void <init>(com.oracle.truffle.api.instrumentation.EventContext, com.oracle.truffle.polyglot.PolyglotLimits$EngineLimits);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/polyglot/PolyglotLimits$EngineLimits;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        start local 2 // com.oracle.truffle.polyglot.PolyglotLimits$EngineLimits limits
         0: .line 108
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.ExecutionEventNode.<init>:()V
         1: .line 104
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.profiles.ConditionProfile.create:()Lcom/oracle/truffle/api/profiles/ConditionProfile;
            putfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.needsLookup:Lcom/oracle/truffle/api/profiles/ConditionProfile;
         2: .line 109
            aload 0 /* this */
            aload 2 /* limits */
            putfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.limits:Lcom/oracle/truffle/polyglot/PolyglotLimits$EngineLimits;
         3: .line 110
            aload 0 /* this */
            aload 1 /* context */
            putfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.eventContext:Lcom/oracle/truffle/api/instrumentation/EventContext;
         4: .line 111
            aload 0 /* this */
            aload 2 /* limits */
            getfield com.oracle.truffle.polyglot.PolyglotLimits$EngineLimits.engine:Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;
            putfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.engine:Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;
         5: .line 112
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.engine:Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;
            getfield com.oracle.truffle.polyglot.PolyglotEngineImpl.singleThreadPerContext:Lcom/oracle/truffle/api/Assumption;
            invokeinterface com.oracle.truffle.api.Assumption.isValid:()Z
            ifeq 6
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.engine:Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;
            getfield com.oracle.truffle.polyglot.PolyglotEngineImpl.singleContext:Lcom/oracle/truffle/api/Assumption;
            invokeinterface com.oracle.truffle.api.Assumption.isValid:()Z
            ifne 9
         6: .line 113
      StackMap locals: com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode com.oracle.truffle.api.instrumentation.EventContext com.oracle.truffle.polyglot.PolyglotLimits$EngineLimits
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedNode:()Lcom/oracle/truffle/api/nodes/Node;
            invokevirtual com.oracle.truffle.api.nodes.Node.getRootNode:()Lcom/oracle/truffle/api/nodes/RootNode;
            invokevirtual com.oracle.truffle.api.nodes.RootNode.getFrameDescriptor:()Lcom/oracle/truffle/api/frame/FrameDescriptor;
            putfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.descriptor:Lcom/oracle/truffle/api/frame/FrameDescriptor;
         7: .line 114
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.descriptor:Lcom/oracle/truffle/api/frame/FrameDescriptor;
            getstatic com.oracle.truffle.polyglot.PolyglotLimits.CACHED_CONTEXT:Ljava/lang/Object;
            getstatic com.oracle.truffle.api.frame.FrameSlotKind.Object:Lcom/oracle/truffle/api/frame/FrameSlotKind;
            invokevirtual com.oracle.truffle.api.frame.FrameDescriptor.findOrAddFrameSlot:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/FrameSlotKind;)Lcom/oracle/truffle/api/frame/FrameSlot;
            putfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.readContext:Lcom/oracle/truffle/api/frame/FrameSlot;
         8: .line 115
            goto 11
         9: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.readContext:Lcom/oracle/truffle/api/frame/FrameSlot;
        10: .line 117
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.descriptor:Lcom/oracle/truffle/api/frame/FrameDescriptor;
        11: .line 119
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.polyglot.PolyglotLimits$EngineLimits limits
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 0 // com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lcom/oracle/truffle/polyglot/PolyglotLimits$StatementIncrementNode;
            0   12     1  context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0   12     2   limits  Lcom/oracle/truffle/polyglot/PolyglotLimits$EngineLimits;
    MethodParameters:
         Name  Flags
      context  
      limits   

  protected void onEnter(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 124
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.readContext:Lcom/oracle/truffle/api/frame/FrameSlot;
            ifnull 1
            aload 1 /* frame */
            invokeinterface com.oracle.truffle.api.frame.VirtualFrame.getFrameDescriptor:()Lcom/oracle/truffle/api/frame/FrameDescriptor;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.descriptor:Lcom/oracle/truffle/api/frame/FrameDescriptor;
            if_acmpeq 3
         1: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.getLimitContext:()Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
            astore 2 /* currentContext */
        start local 2 // com.oracle.truffle.polyglot.PolyglotContextImpl currentContext
         2: .line 126
            goto 16
        end local 2 // com.oracle.truffle.polyglot.PolyglotContextImpl currentContext
         3: .line 128
      StackMap locals:
      StackMap stack:
            aload 1 /* frame */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.readContext:Lcom/oracle/truffle/api/frame/FrameSlot;
            invokeinterface com.oracle.truffle.api.frame.VirtualFrame.getObject:(Lcom/oracle/truffle/api/frame/FrameSlot;)Ljava/lang/Object;
            astore 3 /* readValue */
        start local 3 // java.lang.Object readValue
         4: .line 129
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.needsLookup:Lcom/oracle/truffle/api/profiles/ConditionProfile;
            aload 3 /* readValue */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.descriptor:Lcom/oracle/truffle/api/frame/FrameDescriptor;
            invokevirtual com.oracle.truffle.api.frame.FrameDescriptor.getDefaultValue:()Ljava/lang/Object;
            if_acmpne 5
            iconst_1
            goto 6
      StackMap locals: com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode com.oracle.truffle.api.frame.VirtualFrame top java.lang.Object
      StackMap stack: com.oracle.truffle.api.profiles.ConditionProfile
         5: iconst_0
      StackMap locals: com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode com.oracle.truffle.api.frame.VirtualFrame top java.lang.Object
      StackMap stack: com.oracle.truffle.api.profiles.ConditionProfile int
         6: invokevirtual com.oracle.truffle.api.profiles.ConditionProfile.profile:(Z)Z
            ifeq 10
         7: .line 130
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.getLimitContext:()Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
            astore 2 /* currentContext */
        start local 2 // com.oracle.truffle.polyglot.PolyglotContextImpl currentContext
         8: .line 131
            aload 1 /* frame */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.readContext:Lcom/oracle/truffle/api/frame/FrameSlot;
            aload 2 /* currentContext */
            invokeinterface com.oracle.truffle.api.frame.VirtualFrame.setObject:(Lcom/oracle/truffle/api/frame/FrameSlot;Ljava/lang/Object;)V
         9: .line 132
            goto 16
        end local 2 // com.oracle.truffle.polyglot.PolyglotContextImpl currentContext
        10: .line 133
      StackMap locals:
      StackMap stack:
            aload 3 /* readValue */
            checkcast com.oracle.truffle.polyglot.PolyglotContextImpl
            astore 2 /* currentContext */
        end local 3 // java.lang.Object readValue
        start local 2 // com.oracle.truffle.polyglot.PolyglotContextImpl currentContext
        11: .line 135
            goto 16
        end local 2 // com.oracle.truffle.polyglot.PolyglotContextImpl currentContext
      StackMap locals: com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode com.oracle.truffle.api.frame.VirtualFrame
      StackMap stack: com.oracle.truffle.api.frame.FrameSlotTypeException
        12: pop
        13: .line 136
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
        14: .line 137
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.getLimitContext:()Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
            astore 2 /* currentContext */
        start local 2 // com.oracle.truffle.polyglot.PolyglotContextImpl currentContext
        15: .line 138
            aload 1 /* frame */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.readContext:Lcom/oracle/truffle/api/frame/FrameSlot;
            aload 2 /* currentContext */
            invokeinterface com.oracle.truffle.api.frame.VirtualFrame.setObject:(Lcom/oracle/truffle/api/frame/FrameSlot;Ljava/lang/Object;)V
        16: .line 143
      StackMap locals: com.oracle.truffle.polyglot.PolyglotContextImpl
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.engine:Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;
            getfield com.oracle.truffle.polyglot.PolyglotEngineImpl.singleThreadPerContext:Lcom/oracle/truffle/api/Assumption;
            invokeinterface com.oracle.truffle.api.Assumption.isValid:()Z
            ifeq 19
        17: .line 144
            aload 2 /* currentContext */
            dup
            getfield com.oracle.truffle.polyglot.PolyglotContextImpl.statementCounter:J
            lconst_1
            lsub
            dup2_x1
            putfield com.oracle.truffle.polyglot.PolyglotContextImpl.statementCounter:J
            lstore 3 /* count */
        start local 3 // long count
        18: .line 145
            goto 20
        end local 3 // long count
        19: .line 146
      StackMap locals:
      StackMap stack:
            aload 2 /* currentContext */
            getfield com.oracle.truffle.polyglot.PolyglotContextImpl.volatileStatementCounter:Ljava/util/concurrent/atomic/AtomicLong;
            invokevirtual java.util.concurrent.atomic.AtomicLong.decrementAndGet:()J
            lstore 3 /* count */
        start local 3 // long count
        20: .line 148
      StackMap locals: long
      StackMap stack:
            lload 3 /* count */
            lconst_0
            lcmp
            ifge 23
        21: .line 149
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
        22: .line 150
            aload 0 /* this */
            aload 2 /* currentContext */
            aload 2 /* currentContext */
            getfield com.oracle.truffle.polyglot.PolyglotContextImpl.statementLimit:J
            lload 3 /* count */
            lsub
            aload 2 /* currentContext */
            getfield com.oracle.truffle.polyglot.PolyglotContextImpl.statementLimit:J
            invokevirtual com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.notifyStatementLimitReached:(Lcom/oracle/truffle/polyglot/PolyglotContextImpl;JJ)V
        23: .line 152
      StackMap locals:
      StackMap stack:
            return
        end local 3 // long count
        end local 2 // com.oracle.truffle.polyglot.PolyglotContextImpl currentContext
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   24     0            this  Lcom/oracle/truffle/polyglot/PolyglotLimits$StatementIncrementNode;
            0   24     1           frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            2    3     2  currentContext  Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
            8   10     2  currentContext  Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
           11   12     2  currentContext  Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
           15   24     2  currentContext  Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
            4   11     3       readValue  Ljava/lang/Object;
           18   19     3           count  J
           20   24     3           count  J
      Exception table:
        from    to  target  type
           3    11      12  Class com.oracle.truffle.api.frame.FrameSlotTypeException
    MethodParameters:
       Name  Flags
      frame  

  private com.oracle.truffle.polyglot.PolyglotContextImpl getLimitContext();
    descriptor: ()Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode this
         0: .line 155
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.engine:Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;
            invokestatic com.oracle.truffle.polyglot.PolyglotContextImpl.currentEntered:(Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;)Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
            astore 1 /* context */
        start local 1 // com.oracle.truffle.polyglot.PolyglotContextImpl context
         1: .line 156
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.engine:Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;
            getfield com.oracle.truffle.polyglot.PolyglotEngineImpl.noInnerContexts:Lcom/oracle/truffle/api/Assumption;
            invokeinterface com.oracle.truffle.api.Assumption.isValid:()Z
            ifne 2
            aload 1 /* context */
            getfield com.oracle.truffle.polyglot.PolyglotContextImpl.parent:Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
            ifnonnull 3
         2: .line 158
      StackMap locals: com.oracle.truffle.polyglot.PolyglotContextImpl
      StackMap stack:
            aload 1 /* context */
            areturn
         3: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.seenInnerContext:Z
            ifne 8
         4: .line 161
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         5: .line 162
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.seenInnerContext:Z
         6: .line 164
            goto 8
         7: .line 165
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            getfield com.oracle.truffle.polyglot.PolyglotContextImpl.parent:Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
            astore 1 /* context */
         8: .line 164
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            getfield com.oracle.truffle.polyglot.PolyglotContextImpl.parent:Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
            ifnonnull 7
         9: .line 167
            aload 1 /* context */
            areturn
        end local 1 // com.oracle.truffle.polyglot.PolyglotContextImpl context
        end local 0 // com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lcom/oracle/truffle/polyglot/PolyglotLimits$StatementIncrementNode;
            1   10     1  context  Lcom/oracle/truffle/polyglot/PolyglotContextImpl;

  private void notifyStatementLimitReached(com.oracle.truffle.polyglot.PolyglotContextImpl, long, long);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotContextImpl;JJ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=10, args_size=4
        start local 0 // com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode this
        start local 1 // com.oracle.truffle.polyglot.PolyglotContextImpl context
        start local 2 // long actualCount
        start local 4 // long limit
         0: .line 171
            iconst_0
            istore 6 /* limitReached */
        start local 6 // boolean limitReached
         1: .line 172
            aload 1 /* context */
            dup
            astore 7
            monitorenter
         2: .line 174
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.limits:Lcom/oracle/truffle/polyglot/PolyglotLimits$EngineLimits;
            getfield com.oracle.truffle.polyglot.PolyglotLimits$EngineLimits.engine:Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;
            getfield com.oracle.truffle.polyglot.PolyglotEngineImpl.singleThreadPerContext:Lcom/oracle/truffle/api/Assumption;
            invokeinterface com.oracle.truffle.api.Assumption.isValid:()Z
            ifeq 7
         3: .line 175
            aload 1 /* context */
            getfield com.oracle.truffle.polyglot.PolyglotContextImpl.statementCounter:J
            lconst_0
            lcmp
            ifge 10
         4: .line 176
            aload 1 /* context */
            lload 4 /* limit */
            putfield com.oracle.truffle.polyglot.PolyglotContextImpl.statementCounter:J
         5: .line 177
            iconst_1
            istore 6 /* limitReached */
         6: .line 179
            goto 10
         7: .line 180
      StackMap locals: int com.oracle.truffle.polyglot.PolyglotContextImpl
      StackMap stack:
            aload 1 /* context */
            getfield com.oracle.truffle.polyglot.PolyglotContextImpl.volatileStatementCounter:Ljava/util/concurrent/atomic/AtomicLong;
            invokevirtual java.util.concurrent.atomic.AtomicLong.get:()J
            lconst_0
            lcmp
            ifge 10
         8: .line 181
            aload 1 /* context */
            getfield com.oracle.truffle.polyglot.PolyglotContextImpl.volatileStatementCounter:Ljava/util/concurrent/atomic/AtomicLong;
            lload 4 /* limit */
            invokevirtual java.util.concurrent.atomic.AtomicLong.set:(J)V
         9: .line 182
            iconst_1
            istore 6 /* limitReached */
        10: .line 172
      StackMap locals:
      StackMap stack:
            aload 7
            monitorexit
        11: goto 14
      StackMap locals:
      StackMap stack: java.lang.Throwable
        12: aload 7
            monitorexit
        13: athrow
        14: .line 186
      StackMap locals:
      StackMap stack:
            iload 6 /* limitReached */
            ifeq 25
        15: .line 187
            ldc "Statement count limit of %s exceeded. Statements executed %s."
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
        16: .line 188
            lload 4 /* limit */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_1
            lload 2 /* actualCount */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
        17: .line 187
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 7 /* message */
        start local 7 // java.lang.String message
        18: .line 189
            aload 1 /* context */
            iconst_1
            aload 7 /* message */
            invokevirtual com.oracle.truffle.polyglot.PolyglotContextImpl.invalidate:(ZLjava/lang/String;)Z
            istore 8 /* invalidated */
        start local 8 // boolean invalidated
        19: .line 190
            iload 8 /* invalidated */
            ifeq 25
        20: .line 191
            aload 1 /* context */
            aload 1 /* context */
            getfield com.oracle.truffle.polyglot.PolyglotContextImpl.creatorApi:Lorg/graalvm/polyglot/Context;
            iconst_1
            invokevirtual com.oracle.truffle.polyglot.PolyglotContextImpl.close:(Lorg/graalvm/polyglot/Context;Z)V
        21: .line 192
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.limits:Lcom/oracle/truffle/polyglot/PolyglotLimits$EngineLimits;
            aload 1 /* context */
            invokevirtual com.oracle.truffle.polyglot.PolyglotLimits$EngineLimits.notifyEvent:(Lcom/oracle/truffle/polyglot/PolyglotContextImpl;)Ljava/lang/RuntimeException;
            astore 9 /* e */
        start local 9 // java.lang.RuntimeException e
        22: .line 193
            aload 9 /* e */
            ifnull 24
        23: .line 194
            aload 9 /* e */
            athrow
        24: .line 196
      StackMap locals: java.lang.String int java.lang.RuntimeException
      StackMap stack:
            aload 1 /* context */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode.eventContext:Lcom/oracle/truffle/api/instrumentation/EventContext;
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedNode:()Lcom/oracle/truffle/api/nodes/Node;
            invokevirtual com.oracle.truffle.polyglot.PolyglotContextImpl.createCancelException:(Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/polyglot/PolyglotEngineImpl$CancelExecution;
            athrow
        end local 9 // java.lang.RuntimeException e
        end local 8 // boolean invalidated
        end local 7 // java.lang.String message
        25: .line 200
      StackMap locals:
      StackMap stack:
            return
        end local 6 // boolean limitReached
        end local 4 // long limit
        end local 2 // long actualCount
        end local 1 // com.oracle.truffle.polyglot.PolyglotContextImpl context
        end local 0 // com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   26     0          this  Lcom/oracle/truffle/polyglot/PolyglotLimits$StatementIncrementNode;
            0   26     1       context  Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
            0   26     2   actualCount  J
            0   26     4         limit  J
            1   26     6  limitReached  Z
           18   25     7       message  Ljava/lang/String;
           19   25     8   invalidated  Z
           22   25     9             e  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           2    11      12  any
          12    13      12  any
    MethodParameters:
             Name  Flags
      context      
      actualCount  
      limit        
}
SourceFile: "PolyglotLimits.java"
NestHost: com.oracle.truffle.polyglot.PolyglotLimits
InnerClasses:
  public abstract CompilationFinal = com.oracle.truffle.api.CompilerDirectives$CompilationFinal of com.oracle.truffle.api.CompilerDirectives
  final CancelExecution = com.oracle.truffle.polyglot.PolyglotEngineImpl$CancelExecution of com.oracle.truffle.polyglot.PolyglotEngineImpl
  final EngineLimits = com.oracle.truffle.polyglot.PolyglotLimits$EngineLimits of com.oracle.truffle.polyglot.PolyglotLimits
  final StatementIncrementNode = com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode of com.oracle.truffle.polyglot.PolyglotLimits