class io.quarkus.netty.runtime.NettyRecorder$2 extends java.lang.Object implements java.util.function.Supplier { volatile io.netty.channel.EventLoopGroup val; final int val$nThreads; final io.quarkus.netty.runtime.NettyRecorder this$0; void (io.quarkus.netty.runtime.NettyRecorder, int) { int v; io.quarkus.netty.runtime.NettyRecorder v; io.quarkus.netty.runtime.NettyRecorder$2 v; v := @this: io.quarkus.netty.runtime.NettyRecorder$2; v := @parameter: io.quarkus.netty.runtime.NettyRecorder; v := @parameter: int; v. = v; v. = v; specialinvoke v.()>(); return; } public io.netty.channel.EventLoopGroup get() { java.lang.Throwable v; io.netty.channel.EventLoopGroup v, v, v; io.quarkus.netty.runtime.NettyRecorder$2 v; int v; io.netty.channel.nio.NioEventLoopGroup v; v := @this: io.quarkus.netty.runtime.NettyRecorder$2; v = v.; if v != null goto label; entermonitor v; label: v = v.; if v != null goto label; v = new io.netty.channel.nio.NioEventLoopGroup; v = v.; specialinvoke v.(int)>(v); v. = v; label: exitmonitor v; label: goto label; label: v := @caughtexception; exitmonitor v; throw v; label: v = v.; return v; catch java.lang.Throwable from label to label with label; } }