public final class io.vertx.core.impl.VertxThread extends io.netty.util.concurrent.FastThreadLocalThread implements io.vertx.core.impl.BlockedThreadChecker$Task
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.vertx.core.impl.VertxThread
  super_class: io.netty.util.concurrent.FastThreadLocalThread
{
  static final java.lang.String DISABLE_TCCL_PROP_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "vertx.disableTCCL"

  static final boolean DISABLE_TCCL;
    descriptor: Z
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private final boolean worker;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long maxExecTime;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.TimeUnit maxExecTimeUnit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private long execStart;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.impl.ContextInternal context;
    descriptor: Lio/vertx/core/impl/ContextInternal;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 24
            ldc "vertx.disableTCCL"
            invokestatic java.lang.Boolean.getBoolean:(Ljava/lang/String;)Z
            putstatic io.vertx.core.impl.VertxThread.DISABLE_TCCL:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.Runnable, java.lang.String, boolean, long, java.util.concurrent.TimeUnit);
    descriptor: (Ljava/lang/Runnable;Ljava/lang/String;ZJLjava/util/concurrent/TimeUnit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=6
        start local 0 // io.vertx.core.impl.VertxThread this
        start local 1 // java.lang.Runnable target
        start local 2 // java.lang.String name
        start local 3 // boolean worker
        start local 4 // long maxExecTime
        start local 6 // java.util.concurrent.TimeUnit maxExecTimeUnit
         0: .line 33
            aload 0 /* this */
            aload 1 /* target */
            aload 2 /* name */
            invokespecial io.netty.util.concurrent.FastThreadLocalThread.<init>:(Ljava/lang/Runnable;Ljava/lang/String;)V
         1: .line 34
            aload 0 /* this */
            iload 3 /* worker */
            putfield io.vertx.core.impl.VertxThread.worker:Z
         2: .line 35
            aload 0 /* this */
            lload 4 /* maxExecTime */
            putfield io.vertx.core.impl.VertxThread.maxExecTime:J
         3: .line 36
            aload 0 /* this */
            aload 6 /* maxExecTimeUnit */
            putfield io.vertx.core.impl.VertxThread.maxExecTimeUnit:Ljava/util/concurrent/TimeUnit;
         4: .line 37
            return
        end local 6 // java.util.concurrent.TimeUnit maxExecTimeUnit
        end local 4 // long maxExecTime
        end local 3 // boolean worker
        end local 2 // java.lang.String name
        end local 1 // java.lang.Runnable target
        end local 0 // io.vertx.core.impl.VertxThread this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lio/vertx/core/impl/VertxThread;
            0    5     1           target  Ljava/lang/Runnable;
            0    5     2             name  Ljava/lang/String;
            0    5     3           worker  Z
            0    5     4      maxExecTime  J
            0    5     6  maxExecTimeUnit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
                 Name  Flags
      target           
      name             
      worker           
      maxExecTime      
      maxExecTimeUnit  

  io.vertx.core.impl.ContextInternal context();
    descriptor: ()Lio/vertx/core/impl/ContextInternal;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.VertxThread this
         0: .line 43
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxThread.context:Lio/vertx/core/impl/ContextInternal;
            areturn
        end local 0 // io.vertx.core.impl.VertxThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/VertxThread;

  private void executeStart();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.VertxThread this
         0: .line 47
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxThread.context:Lio/vertx/core/impl/ContextInternal;
            ifnonnull 2
         1: .line 48
            aload 0 /* this */
            invokestatic java.lang.System.nanoTime:()J
            putfield io.vertx.core.impl.VertxThread.execStart:J
         2: .line 50
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.impl.VertxThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/impl/VertxThread;

  private void executeEnd();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.VertxThread this
         0: .line 53
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxThread.context:Lio/vertx/core/impl/ContextInternal;
            ifnonnull 2
         1: .line 54
            aload 0 /* this */
            lconst_0
            putfield io.vertx.core.impl.VertxThread.execStart:J
         2: .line 56
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.impl.VertxThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/impl/VertxThread;

  public long startTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.VertxThread this
         0: .line 59
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxThread.execStart:J
            lreturn
        end local 0 // io.vertx.core.impl.VertxThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/VertxThread;

  public boolean isWorker();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.VertxThread this
         0: .line 63
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxThread.worker:Z
            ireturn
        end local 0 // io.vertx.core.impl.VertxThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/VertxThread;

  public long maxExecTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.VertxThread this
         0: .line 68
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxThread.maxExecTime:J
            lreturn
        end local 0 // io.vertx.core.impl.VertxThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/VertxThread;

  public java.util.concurrent.TimeUnit maxExecTimeUnit();
    descriptor: ()Ljava/util/concurrent/TimeUnit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.VertxThread this
         0: .line 73
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxThread.maxExecTimeUnit:Ljava/util/concurrent/TimeUnit;
            areturn
        end local 0 // io.vertx.core.impl.VertxThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/VertxThread;

  io.vertx.core.impl.ContextInternal beginEmission(io.vertx.core.impl.ContextInternal);
    descriptor: (Lio/vertx/core/impl/ContextInternal;)Lio/vertx/core/impl/ContextInternal;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.impl.VertxThread this
        start local 1 // io.vertx.core.impl.ContextInternal context
         0: .line 86
            getstatic io.vertx.core.impl.ContextImpl.DISABLE_TIMINGS:Z
            ifne 2
         1: .line 87
            aload 0 /* this */
            invokevirtual io.vertx.core.impl.VertxThread.executeStart:()V
         2: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxThread.context:Lio/vertx/core/impl/ContextInternal;
            astore 2 /* prev */
        start local 2 // io.vertx.core.impl.ContextInternal prev
         3: .line 90
            aload 0 /* this */
            aload 1 /* context */
            putfield io.vertx.core.impl.VertxThread.context:Lio/vertx/core/impl/ContextInternal;
         4: .line 91
            aload 2 /* prev */
            areturn
        end local 2 // io.vertx.core.impl.ContextInternal prev
        end local 1 // io.vertx.core.impl.ContextInternal context
        end local 0 // io.vertx.core.impl.VertxThread this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/core/impl/VertxThread;
            0    5     1  context  Lio/vertx/core/impl/ContextInternal;
            3    5     2     prev  Lio/vertx/core/impl/ContextInternal;
    MethodParameters:
         Name  Flags
      context  

  void endEmission(io.vertx.core.impl.ContextInternal);
    descriptor: (Lio/vertx/core/impl/ContextInternal;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.VertxThread this
        start local 1 // io.vertx.core.impl.ContextInternal prev
         0: .line 105
            aload 0 /* this */
            aload 1 /* prev */
            putfield io.vertx.core.impl.VertxThread.context:Lio/vertx/core/impl/ContextInternal;
         1: .line 106
            getstatic io.vertx.core.impl.ContextImpl.DISABLE_TIMINGS:Z
            ifne 3
         2: .line 107
            aload 0 /* this */
            invokevirtual io.vertx.core.impl.VertxThread.executeEnd:()V
         3: .line 109
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.impl.ContextInternal prev
        end local 0 // io.vertx.core.impl.VertxThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/impl/VertxThread;
            0    4     1  prev  Lio/vertx/core/impl/ContextInternal;
    MethodParameters:
      Name  Flags
      prev  
}
SourceFile: "VertxThread.java"
InnerClasses:
  public abstract Task = io.vertx.core.impl.BlockedThreadChecker$Task of io.vertx.core.impl.BlockedThreadChecker