class io.vertx.core.impl.DuplicatedContext extends io.vertx.core.impl.AbstractContext
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.impl.DuplicatedContext
  super_class: io.vertx.core.impl.AbstractContext
{
  protected final io.vertx.core.impl.ContextImpl delegate;
    descriptor: Lio/vertx/core/impl/ContextImpl;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

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

  private java.util.concurrent.ConcurrentMap<java.lang.Object, java.lang.Object> localData;
    descriptor: Ljava/util/concurrent/ConcurrentMap;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/concurrent/ConcurrentMap<Ljava/lang/Object;Ljava/lang/Object;>;

  void <init>(io.vertx.core.impl.ContextImpl);
    descriptor: (Lio/vertx/core/impl/ContextImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.DuplicatedContext this
        start local 1 // io.vertx.core.impl.ContextImpl delegate
         0: .line 42
            aload 0 /* this */
            invokespecial io.vertx.core.impl.AbstractContext.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
         2: .line 44
            return
        end local 1 // io.vertx.core.impl.ContextImpl delegate
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/core/impl/DuplicatedContext;
            0    3     1  delegate  Lio/vertx/core/impl/ContextImpl;
    MethodParameters:
          Name  Flags
      delegate  

  final io.vertx.core.impl.TaskQueue orderedTasks();
    descriptor: ()Lio/vertx/core/impl/TaskQueue;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.core.impl.DuplicatedContext this
         0: .line 47
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 48
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.orderedTasks:Lio/vertx/core/impl/TaskQueue;
            ifnonnull 3
         2: .line 49
            aload 0 /* this */
            new io.vertx.core.impl.TaskQueue
            dup
            invokespecial io.vertx.core.impl.TaskQueue.<init>:()V
            putfield io.vertx.core.impl.DuplicatedContext.orderedTasks:Lio/vertx/core/impl/TaskQueue;
         3: .line 51
      StackMap locals: io.vertx.core.impl.DuplicatedContext
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.orderedTasks:Lio/vertx/core/impl/TaskQueue;
            aload 1
            monitorexit
         4: areturn
         5: .line 47
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/core/impl/DuplicatedContext;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  boolean inThread();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.DuplicatedContext this
         0: .line 57
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            invokevirtual io.vertx.core.impl.ContextImpl.inThread:()Z
            ireturn
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/DuplicatedContext;

  public final io.vertx.core.impl.CloseHooks closeHooks();
    descriptor: ()Lio/vertx/core/impl/CloseHooks;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.DuplicatedContext this
         0: .line 62
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            invokevirtual io.vertx.core.impl.ContextImpl.closeHooks:()Lio/vertx/core/impl/CloseHooks;
            areturn
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/DuplicatedContext;

  public final boolean isDeployment();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.DuplicatedContext this
         0: .line 67
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            invokevirtual io.vertx.core.impl.ContextImpl.isDeployment:()Z
            ireturn
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/DuplicatedContext;

  public final io.vertx.core.spi.tracing.VertxTracer tracer();
    descriptor: ()Lio/vertx/core/spi/tracing/VertxTracer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.DuplicatedContext this
         0: .line 72
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            invokevirtual io.vertx.core.impl.ContextImpl.tracer:()Lio/vertx/core/spi/tracing/VertxTracer;
            areturn
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/DuplicatedContext;

  public final java.lang.String deploymentID();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.DuplicatedContext this
         0: .line 77
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            invokevirtual io.vertx.core.impl.ContextImpl.deploymentID:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/DuplicatedContext;

  public final io.vertx.core.json.JsonObject config();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.DuplicatedContext this
         0: .line 82
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            invokevirtual io.vertx.core.impl.ContextImpl.config:()Lio/vertx/core/json/JsonObject;
            areturn
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/DuplicatedContext;

  public final int getInstanceCount();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.DuplicatedContext this
         0: .line 87
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            invokevirtual io.vertx.core.impl.ContextImpl.getInstanceCount:()I
            ireturn
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/DuplicatedContext;

  public final io.vertx.core.Context exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/Context;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.DuplicatedContext this
        start local 1 // io.vertx.core.Handler handler
         0: .line 92
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            aload 1 /* handler */
            invokevirtual io.vertx.core.impl.ContextImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Context;
            pop
         1: .line 93
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/impl/DuplicatedContext;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/Context;
    MethodParameters:
         Name  Flags
      handler  

  public final io.vertx.core.Handler<java.lang.Throwable> exceptionHandler();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.DuplicatedContext this
         0: .line 98
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            invokevirtual io.vertx.core.impl.ContextImpl.exceptionHandler:()Lio/vertx/core/Handler;
            areturn
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/DuplicatedContext;
    Signature: ()Lio/vertx/core/Handler<Ljava/lang/Throwable;>;

  public final void addCloseHook(io.vertx.core.Closeable);
    descriptor: (Lio/vertx/core/Closeable;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.DuplicatedContext this
        start local 1 // io.vertx.core.Closeable hook
         0: .line 103
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            aload 1 /* hook */
            invokevirtual io.vertx.core.impl.ContextImpl.addCloseHook:(Lio/vertx/core/Closeable;)V
         1: .line 104
            return
        end local 1 // io.vertx.core.Closeable hook
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/impl/DuplicatedContext;
            0    2     1  hook  Lio/vertx/core/Closeable;
    MethodParameters:
      Name  Flags
      hook  

  public final void removeCloseHook(io.vertx.core.Closeable);
    descriptor: (Lio/vertx/core/Closeable;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.DuplicatedContext this
        start local 1 // io.vertx.core.Closeable hook
         0: .line 108
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            aload 1 /* hook */
            invokevirtual io.vertx.core.impl.ContextImpl.removeCloseHook:(Lio/vertx/core/Closeable;)V
         1: .line 109
            return
        end local 1 // io.vertx.core.Closeable hook
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/impl/DuplicatedContext;
            0    2     1  hook  Lio/vertx/core/Closeable;
    MethodParameters:
      Name  Flags
      hook  

  public final io.netty.channel.EventLoop nettyEventLoop();
    descriptor: ()Lio/netty/channel/EventLoop;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.DuplicatedContext this
         0: .line 113
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            invokevirtual io.vertx.core.impl.ContextImpl.nettyEventLoop:()Lio/netty/channel/EventLoop;
            areturn
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/DuplicatedContext;

  public final io.vertx.core.impl.Deployment getDeployment();
    descriptor: ()Lio/vertx/core/impl/Deployment;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.DuplicatedContext this
         0: .line 118
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            invokevirtual io.vertx.core.impl.ContextImpl.getDeployment:()Lio/vertx/core/impl/Deployment;
            areturn
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/DuplicatedContext;

  public final io.vertx.core.impl.VertxInternal owner();
    descriptor: ()Lio/vertx/core/impl/VertxInternal;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.DuplicatedContext this
         0: .line 123
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            invokevirtual io.vertx.core.impl.ContextImpl.owner:()Lio/vertx/core/impl/VertxInternal;
            areturn
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/DuplicatedContext;

  public final java.lang.ClassLoader classLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.DuplicatedContext this
         0: .line 128
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            invokevirtual io.vertx.core.impl.ContextImpl.classLoader:()Ljava/lang/ClassLoader;
            areturn
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/DuplicatedContext;

  public io.vertx.core.impl.WorkerPool workerPool();
    descriptor: ()Lio/vertx/core/impl/WorkerPool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.DuplicatedContext this
         0: .line 133
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            invokevirtual io.vertx.core.impl.ContextImpl.workerPool:()Lio/vertx/core/impl/WorkerPool;
            areturn
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/DuplicatedContext;

  public final void reportException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.DuplicatedContext this
        start local 1 // java.lang.Throwable t
         0: .line 138
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            aload 1 /* t */
            invokevirtual io.vertx.core.impl.ContextImpl.reportException:(Ljava/lang/Throwable;)V
         1: .line 139
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/impl/DuplicatedContext;
            0    2     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public final java.util.concurrent.ConcurrentMap<java.lang.Object, java.lang.Object> contextData();
    descriptor: ()Ljava/util/concurrent/ConcurrentMap;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.DuplicatedContext this
         0: .line 143
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            invokevirtual io.vertx.core.impl.ContextImpl.contextData:()Ljava/util/concurrent/ConcurrentMap;
            areturn
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/DuplicatedContext;
    Signature: ()Ljava/util/concurrent/ConcurrentMap<Ljava/lang/Object;Ljava/lang/Object;>;

  public final java.util.concurrent.ConcurrentMap<java.lang.Object, java.lang.Object> localContextData();
    descriptor: ()Ljava/util/concurrent/ConcurrentMap;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.core.impl.DuplicatedContext this
         0: .line 148
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 149
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.localData:Ljava/util/concurrent/ConcurrentMap;
            ifnonnull 3
         2: .line 150
            aload 0 /* this */
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putfield io.vertx.core.impl.DuplicatedContext.localData:Ljava/util/concurrent/ConcurrentMap;
         3: .line 152
      StackMap locals: io.vertx.core.impl.DuplicatedContext
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.localData:Ljava/util/concurrent/ConcurrentMap;
            aload 1
            monitorexit
         4: areturn
         5: .line 148
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/core/impl/DuplicatedContext;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
    Signature: ()Ljava/util/concurrent/ConcurrentMap<Ljava/lang/Object;Ljava/lang/Object;>;

  public final <T> io.vertx.core.Future<T> executeBlockingInternal(io.vertx.core.Handler<io.vertx.core.Promise<T>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/Future;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.DuplicatedContext this
        start local 1 // io.vertx.core.Handler action
         0: .line 158
            aload 0 /* this */
            aload 1 /* action */
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            getfield io.vertx.core.impl.ContextImpl.internalBlockingPool:Lio/vertx/core/impl/WorkerPool;
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            getfield io.vertx.core.impl.ContextImpl.internalOrderedTasks:Lio/vertx/core/impl/TaskQueue;
            invokestatic io.vertx.core.impl.ContextImpl.executeBlocking:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/TaskQueue;)Lio/vertx/core/Future;
            areturn
        end local 1 // io.vertx.core.Handler action
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/core/impl/DuplicatedContext;
            0    1     1  action  Lio/vertx/core/Handler<Lio/vertx/core/Promise<TT;>;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/core/Promise<TT;>;>;)Lio/vertx/core/Future<TT;>;
    MethodParameters:
        Name  Flags
      action  

  public final <T> io.vertx.core.Future<T> executeBlockingInternal(io.vertx.core.Handler<io.vertx.core.Promise<T>>, boolean);
    descriptor: (Lio/vertx/core/Handler;Z)Lio/vertx/core/Future;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.core.impl.DuplicatedContext this
        start local 1 // io.vertx.core.Handler action
        start local 2 // boolean ordered
         0: .line 163
            aload 0 /* this */
            aload 1 /* action */
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            getfield io.vertx.core.impl.ContextImpl.internalBlockingPool:Lio/vertx/core/impl/WorkerPool;
            iload 2 /* ordered */
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            getfield io.vertx.core.impl.ContextImpl.internalOrderedTasks:Lio/vertx/core/impl/TaskQueue;
            goto 2
      StackMap locals: io.vertx.core.impl.DuplicatedContext io.vertx.core.Handler int
      StackMap stack: io.vertx.core.impl.DuplicatedContext io.vertx.core.Handler io.vertx.core.impl.WorkerPool
         1: aconst_null
      StackMap locals: io.vertx.core.impl.DuplicatedContext io.vertx.core.Handler int
      StackMap stack: io.vertx.core.impl.DuplicatedContext io.vertx.core.Handler io.vertx.core.impl.WorkerPool io.vertx.core.impl.TaskQueue
         2: invokestatic io.vertx.core.impl.ContextImpl.executeBlocking:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/TaskQueue;)Lio/vertx/core/Future;
            areturn
        end local 2 // boolean ordered
        end local 1 // io.vertx.core.Handler action
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/core/impl/DuplicatedContext;
            0    3     1   action  Lio/vertx/core/Handler<Lio/vertx/core/Promise<TT;>;>;
            0    3     2  ordered  Z
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/core/Promise<TT;>;>;Z)Lio/vertx/core/Future<TT;>;
    MethodParameters:
         Name  Flags
      action   
      ordered  

  public final <T> io.vertx.core.Future<T> executeBlocking(io.vertx.core.Handler<io.vertx.core.Promise<T>>, boolean);
    descriptor: (Lio/vertx/core/Handler;Z)Lio/vertx/core/Future;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.core.impl.DuplicatedContext this
        start local 1 // io.vertx.core.Handler action
        start local 2 // boolean ordered
         0: .line 169
            iload 2 /* ordered */
            ifeq 3
         1: .line 170
            aload 0 /* this */
            invokevirtual io.vertx.core.impl.DuplicatedContext.orderedTasks:()Lio/vertx/core/impl/TaskQueue;
            astore 3 /* queue */
        start local 3 // io.vertx.core.impl.TaskQueue queue
         2: .line 171
            goto 4
        end local 3 // io.vertx.core.impl.TaskQueue queue
         3: .line 172
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* queue */
        start local 3 // io.vertx.core.impl.TaskQueue queue
         4: .line 174
      StackMap locals: io.vertx.core.impl.TaskQueue
      StackMap stack:
            aload 0 /* this */
            aload 1 /* action */
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            getfield io.vertx.core.impl.ContextImpl.workerPool:Lio/vertx/core/impl/WorkerPool;
            aload 3 /* queue */
            invokestatic io.vertx.core.impl.ContextImpl.executeBlocking:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/TaskQueue;)Lio/vertx/core/Future;
            areturn
        end local 3 // io.vertx.core.impl.TaskQueue queue
        end local 2 // boolean ordered
        end local 1 // io.vertx.core.Handler action
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/core/impl/DuplicatedContext;
            0    5     1   action  Lio/vertx/core/Handler<Lio/vertx/core/Promise<TT;>;>;
            0    5     2  ordered  Z
            2    3     3    queue  Lio/vertx/core/impl/TaskQueue;
            4    5     3    queue  Lio/vertx/core/impl/TaskQueue;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/core/Promise<TT;>;>;Z)Lio/vertx/core/Future<TT;>;
    MethodParameters:
         Name  Flags
      action   
      ordered  

  public final <T> io.vertx.core.Future<T> executeBlocking(io.vertx.core.Handler<io.vertx.core.Promise<T>>, io.vertx.core.impl.TaskQueue);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/impl/TaskQueue;)Lio/vertx/core/Future;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.core.impl.DuplicatedContext this
        start local 1 // io.vertx.core.Handler blockingCodeHandler
        start local 2 // io.vertx.core.impl.TaskQueue queue
         0: .line 179
            aload 0 /* this */
            aload 1 /* blockingCodeHandler */
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            getfield io.vertx.core.impl.ContextImpl.workerPool:Lio/vertx/core/impl/WorkerPool;
            aload 2 /* queue */
            invokestatic io.vertx.core.impl.ContextImpl.executeBlocking:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/TaskQueue;)Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.core.impl.TaskQueue queue
        end local 1 // io.vertx.core.Handler blockingCodeHandler
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lio/vertx/core/impl/DuplicatedContext;
            0    1     1  blockingCodeHandler  Lio/vertx/core/Handler<Lio/vertx/core/Promise<TT;>;>;
            0    1     2                queue  Lio/vertx/core/impl/TaskQueue;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/core/Promise<TT;>;>;Lio/vertx/core/impl/TaskQueue;)Lio/vertx/core/Future<TT;>;
    MethodParameters:
                     Name  Flags
      blockingCodeHandler  
      queue                

  public final void runOnContext(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.DuplicatedContext this
        start local 1 // io.vertx.core.Handler action
         0: .line 184
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            aload 0 /* this */
            aload 1 /* action */
            invokevirtual io.vertx.core.impl.ContextImpl.runOnContext:(Lio/vertx/core/impl/AbstractContext;Lio/vertx/core/Handler;)V
         1: .line 185
            return
        end local 1 // io.vertx.core.Handler action
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/core/impl/DuplicatedContext;
            0    2     1  action  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
    MethodParameters:
        Name  Flags
      action  

  public final <T> void execute(T, io.vertx.core.Handler<T>);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.core.impl.DuplicatedContext this
        start local 1 // java.lang.Object argument
        start local 2 // io.vertx.core.Handler task
         0: .line 189
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            aload 0 /* this */
            aload 1 /* argument */
            aload 2 /* task */
            invokevirtual io.vertx.core.impl.ContextImpl.execute:(Lio/vertx/core/impl/AbstractContext;Ljava/lang/Object;Lio/vertx/core/Handler;)V
         1: .line 190
            return
        end local 2 // io.vertx.core.Handler task
        end local 1 // java.lang.Object argument
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/impl/DuplicatedContext;
            0    2     1  argument  TT;
            0    2     2      task  Lio/vertx/core/Handler<TT;>;
    Signature: <T:Ljava/lang/Object;>(TT;Lio/vertx/core/Handler<TT;>;)V
    MethodParameters:
          Name  Flags
      argument  
      task      

  public <T> void emit(T, io.vertx.core.Handler<T>);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.core.impl.DuplicatedContext this
        start local 1 // java.lang.Object argument
        start local 2 // io.vertx.core.Handler task
         0: .line 194
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            aload 0 /* this */
            aload 1 /* argument */
            aload 2 /* task */
            invokevirtual io.vertx.core.impl.ContextImpl.emit:(Lio/vertx/core/impl/AbstractContext;Ljava/lang/Object;Lio/vertx/core/Handler;)V
         1: .line 195
            return
        end local 2 // io.vertx.core.Handler task
        end local 1 // java.lang.Object argument
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/impl/DuplicatedContext;
            0    2     1  argument  TT;
            0    2     2      task  Lio/vertx/core/Handler<TT;>;
    Signature: <T:Ljava/lang/Object;>(TT;Lio/vertx/core/Handler<TT;>;)V
    MethodParameters:
          Name  Flags
      argument  
      task      

  public void execute(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.DuplicatedContext this
        start local 1 // java.lang.Runnable task
         0: .line 199
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            aload 0 /* this */
            aload 1 /* task */
            invokevirtual io.vertx.core.impl.ContextImpl.execute:(Lio/vertx/core/impl/AbstractContext;Ljava/lang/Runnable;)V
         1: .line 200
            return
        end local 1 // java.lang.Runnable task
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/impl/DuplicatedContext;
            0    2     1  task  Ljava/lang/Runnable;
    MethodParameters:
      Name  Flags
      task  

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

  public io.vertx.core.impl.ContextInternal duplicate();
    descriptor: ()Lio/vertx/core/impl/ContextInternal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.DuplicatedContext this
         0: .line 209
            new io.vertx.core.impl.DuplicatedContext
            dup
            aload 0 /* this */
            getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
            invokespecial io.vertx.core.impl.DuplicatedContext.<init>:(Lio/vertx/core/impl/ContextImpl;)V
            areturn
        end local 0 // io.vertx.core.impl.DuplicatedContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/DuplicatedContext;

  public io.vertx.core.Vertx owner();
    descriptor: ()Lio/vertx/core/Vertx;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.impl.DuplicatedContext.owner:()Lio/vertx/core/impl/VertxInternal;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DuplicatedContext.java"