final class com.oracle.truffle.polyglot.PolyglotLimits
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotLimits
  super_class: java.lang.Object
{
  final long statementLimit;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  final java.util.function.Predicate<org.graalvm.polyglot.Source> statementLimitSourcePredicate;
    descriptor: Ljava/util/function/Predicate;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/function/Predicate<Lorg/graalvm/polyglot/Source;>;

  final java.util.function.Consumer<org.graalvm.polyglot.ResourceLimitEvent> onEvent;
    descriptor: Ljava/util/function/Consumer;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/function/Consumer<Lorg/graalvm/polyglot/ResourceLimitEvent;>;

  static final java.lang.Object CACHED_CONTEXT;
    descriptor: Ljava/lang/Object;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 91
            new com.oracle.truffle.polyglot.PolyglotLimits$1
            dup
            invokespecial com.oracle.truffle.polyglot.PolyglotLimits$1.<init>:()V
            putstatic com.oracle.truffle.polyglot.PolyglotLimits.CACHED_CONTEXT:Ljava/lang/Object;
         1: .line 96
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(long, java.util.function.Predicate<org.graalvm.polyglot.Source>, java.util.function.Consumer<org.graalvm.polyglot.ResourceLimitEvent>);
    descriptor: (JLjava/util/function/Predicate;Ljava/util/function/Consumer;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.oracle.truffle.polyglot.PolyglotLimits this
        start local 1 // long statementLimit
        start local 3 // java.util.function.Predicate statementLimitSourcePredicate
        start local 4 // java.util.function.Consumer onEvent
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 79
            aload 0 /* this */
            lload 1 /* statementLimit */
            putfield com.oracle.truffle.polyglot.PolyglotLimits.statementLimit:J
         2: .line 80
            aload 0 /* this */
            aload 3 /* statementLimitSourcePredicate */
            putfield com.oracle.truffle.polyglot.PolyglotLimits.statementLimitSourcePredicate:Ljava/util/function/Predicate;
         3: .line 81
            aload 0 /* this */
            aload 4 /* onEvent */
            putfield com.oracle.truffle.polyglot.PolyglotLimits.onEvent:Ljava/util/function/Consumer;
         4: .line 82
            return
        end local 4 // java.util.function.Consumer onEvent
        end local 3 // java.util.function.Predicate statementLimitSourcePredicate
        end local 1 // long statementLimit
        end local 0 // com.oracle.truffle.polyglot.PolyglotLimits this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    5     0                           this  Lcom/oracle/truffle/polyglot/PolyglotLimits;
            0    5     1                 statementLimit  J
            0    5     3  statementLimitSourcePredicate  Ljava/util/function/Predicate<Lorg/graalvm/polyglot/Source;>;
            0    5     4                        onEvent  Ljava/util/function/Consumer<Lorg/graalvm/polyglot/ResourceLimitEvent;>;
    Signature: (JLjava/util/function/Predicate<Lorg/graalvm/polyglot/Source;>;Ljava/util/function/Consumer<Lorg/graalvm/polyglot/ResourceLimitEvent;>;)V
    MethodParameters:
                               Name  Flags
      statementLimit                 
      statementLimitSourcePredicate  
      onEvent                        

  static void reset(com.oracle.truffle.polyglot.PolyglotContextImpl);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotContextImpl;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotContextImpl context
         0: .line 85
            aload 0 /* context */
            dup
            astore 1
            monitorenter
         1: .line 86
            aload 0 /* context */
            aload 0 /* context */
            getfield com.oracle.truffle.polyglot.PolyglotContextImpl.statementLimit:J
            putfield com.oracle.truffle.polyglot.PolyglotContextImpl.statementCounter:J
         2: .line 87
            aload 0 /* context */
            getfield com.oracle.truffle.polyglot.PolyglotContextImpl.volatileStatementCounter:Ljava/util/concurrent/atomic/AtomicLong;
            aload 0 /* context */
            getfield com.oracle.truffle.polyglot.PolyglotContextImpl.statementLimit:J
            invokevirtual java.util.concurrent.atomic.AtomicLong.set:(J)V
         3: .line 85
            aload 1
            monitorexit
         4: goto 7
      StackMap locals: com.oracle.truffle.polyglot.PolyglotContextImpl com.oracle.truffle.polyglot.PolyglotContextImpl
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 89
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.oracle.truffle.polyglot.PolyglotContextImpl context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0  context  Lcom/oracle/truffle/polyglot/PolyglotContextImpl;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
    MethodParameters:
         Name  Flags
      context  
}
SourceFile: "PolyglotLimits.java"
NestMembers:
  com.oracle.truffle.polyglot.PolyglotLimits$1  com.oracle.truffle.polyglot.PolyglotLimits$EngineLimits  com.oracle.truffle.polyglot.PolyglotLimits$EngineLimits$1  com.oracle.truffle.polyglot.PolyglotLimits$EngineLimits$2  com.oracle.truffle.polyglot.PolyglotLimits$EngineLimits$3  com.oracle.truffle.polyglot.PolyglotLimits$StatementIncrementNode
InnerClasses:
  com.oracle.truffle.polyglot.PolyglotLimits$1
  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