abstract class org.openjdk.jmh.runner.InfraControlL2 extends org.openjdk.jmh.runner.InfraControlL1
{
public volatile boolean isDone;
public volatile boolean isFailing;
public volatile boolean volatileSpoiler;
public final java.util.concurrent.CountDownLatch preSetup;
public final java.util.concurrent.CountDownLatch preTearDown;
public final boolean lastIteration;
public final java.util.concurrent.atomic.AtomicInteger warmupVisited;
public final java.util.concurrent.atomic.AtomicInteger warmdownVisited;
public volatile boolean warmupShouldWait;
public volatile boolean warmdownShouldWait;
public final java.util.concurrent.CountDownLatch warmupDone;
public final java.util.concurrent.CountDownLatch warmdownDone;
public final org.openjdk.jmh.infra.BenchmarkParams benchmarkParams;
public final org.openjdk.jmh.infra.IterationParams iterationParams;
public final org.openjdk.jmh.infra.Control notifyControl;
private final boolean shouldSynchIterations;
private final int threads;
public void <init>(org.openjdk.jmh.infra.BenchmarkParams, org.openjdk.jmh.infra.IterationParams, java.util.concurrent.CountDownLatch, java.util.concurrent.CountDownLatch, boolean, org.openjdk.jmh.infra.Control)
{
org.openjdk.jmh.infra.Control v;
java.util.concurrent.CountDownLatch v, v, v, v;
org.openjdk.jmh.infra.BenchmarkParams v;
org.openjdk.jmh.infra.IterationParams v;
java.util.concurrent.atomic.AtomicInteger v, v;
int v;
org.openjdk.jmh.runner.InfraControlL2 v;
boolean v, v, v, v;
v := @this: org.openjdk.jmh.runner.InfraControlL2;
v := @parameter: org.openjdk.jmh.infra.BenchmarkParams;
v := @parameter: org.openjdk.jmh.infra.IterationParams;
v := @parameter: java.util.concurrent.CountDownLatch;
v := @parameter: java.util.concurrent.CountDownLatch;
v := @parameter: boolean;
v := @parameter: org.openjdk.jmh.infra.Control;
specialinvoke v.<org.openjdk.jmh.runner.InfraControlL1: void <init>()>();
v = new java.util.concurrent.atomic.AtomicInteger;
specialinvoke v.<java.util.concurrent.atomic.AtomicInteger: void <init>()>();
v.<org.openjdk.jmh.runner.InfraControlL2: java.util.concurrent.atomic.AtomicInteger warmupVisited> = v;
v = new java.util.concurrent.atomic.AtomicInteger;
specialinvoke v.<java.util.concurrent.atomic.AtomicInteger: void <init>()>();
v.<org.openjdk.jmh.runner.InfraControlL2: java.util.concurrent.atomic.AtomicInteger warmdownVisited> = v;
v = new java.util.concurrent.CountDownLatch;
specialinvoke v.<java.util.concurrent.CountDownLatch: void <init>(int)>(1);
v.<org.openjdk.jmh.runner.InfraControlL2: java.util.concurrent.CountDownLatch warmupDone> = v;
v = new java.util.concurrent.CountDownLatch;
specialinvoke v.<java.util.concurrent.CountDownLatch: void <init>(int)>(1);
v.<org.openjdk.jmh.runner.InfraControlL2: java.util.concurrent.CountDownLatch warmdownDone> = v;
v = virtualinvoke v.<org.openjdk.jmh.infra.BenchmarkParams: boolean shouldSynchIterations()>();
v.<org.openjdk.jmh.runner.InfraControlL2: boolean shouldSynchIterations> = v;
v = virtualinvoke v.<org.openjdk.jmh.infra.BenchmarkParams: int getThreads()>();
v.<org.openjdk.jmh.runner.InfraControlL2: int threads> = v;
v = v.<org.openjdk.jmh.runner.InfraControlL2: boolean shouldSynchIterations>;
v.<org.openjdk.jmh.runner.InfraControlL2: boolean warmupShouldWait> = v;
v = v.<org.openjdk.jmh.runner.InfraControlL2: boolean shouldSynchIterations>;
v.<org.openjdk.jmh.runner.InfraControlL2: boolean warmdownShouldWait> = v;
v.<org.openjdk.jmh.runner.InfraControlL2: org.openjdk.jmh.infra.Control notifyControl> = v;
v.<org.openjdk.jmh.runner.InfraControlL2: java.util.concurrent.CountDownLatch preSetup> = v;
v.<org.openjdk.jmh.runner.InfraControlL2: java.util.concurrent.CountDownLatch preTearDown> = v;
v.<org.openjdk.jmh.runner.InfraControlL2: boolean lastIteration> = v;
v.<org.openjdk.jmh.runner.InfraControlL2: org.openjdk.jmh.infra.BenchmarkParams benchmarkParams> = v;
v.<org.openjdk.jmh.runner.InfraControlL2: org.openjdk.jmh.infra.IterationParams iterationParams> = v;
return;
}
public void announceWarmupReady()
{
java.lang.IllegalStateException v;
java.util.concurrent.CountDownLatch v;
java.util.concurrent.atomic.AtomicInteger v;
int v, v, v;
org.openjdk.jmh.runner.InfraControlL2 v;
boolean v;
v := @this: org.openjdk.jmh.runner.InfraControlL2;
v = v.<org.openjdk.jmh.runner.InfraControlL2: boolean shouldSynchIterations>;
if v != 0 goto label;
return;
label:
v = v.<org.openjdk.jmh.runner.InfraControlL2: java.util.concurrent.atomic.AtomicInteger warmupVisited>;
v = virtualinvoke v.<java.util.concurrent.atomic.AtomicInteger: int incrementAndGet()>();
v = v.<org.openjdk.jmh.runner.InfraControlL2: int threads>;
if v != v goto label;
v.<org.openjdk.jmh.runner.InfraControlL2: boolean warmupShouldWait> = 0;
v = v.<org.openjdk.jmh.runner.InfraControlL2: java.util.concurrent.CountDownLatch warmupDone>;
virtualinvoke v.<java.util.concurrent.CountDownLatch: void countDown()>();
label:
v = v.<org.openjdk.jmh.runner.InfraControlL2: int threads>;
if v <= v goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("More threads than expected");
throw v;
label:
return;
}
public void announceWarmdownReady()
{
java.lang.IllegalStateException v;
java.util.concurrent.CountDownLatch v;
java.util.concurrent.atomic.AtomicInteger v;
int v, v, v;
org.openjdk.jmh.runner.InfraControlL2 v;
boolean v;
v := @this: org.openjdk.jmh.runner.InfraControlL2;
v = v.<org.openjdk.jmh.runner.InfraControlL2: boolean shouldSynchIterations>;
if v != 0 goto label;
return;
label:
v = v.<org.openjdk.jmh.runner.InfraControlL2: java.util.concurrent.atomic.AtomicInteger warmdownVisited>;
v = virtualinvoke v.<java.util.concurrent.atomic.AtomicInteger: int incrementAndGet()>();
v = v.<org.openjdk.jmh.runner.InfraControlL2: int threads>;
if v != v goto label;
v.<org.openjdk.jmh.runner.InfraControlL2: boolean warmdownShouldWait> = 0;
v = v.<org.openjdk.jmh.runner.InfraControlL2: java.util.concurrent.CountDownLatch warmdownDone>;
virtualinvoke v.<java.util.concurrent.CountDownLatch: void countDown()>();
label:
v = v.<org.openjdk.jmh.runner.InfraControlL2: int threads>;
if v <= v goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("More threads than expected");
throw v;
label:
return;
}
public void awaitWarmupReady()
{
java.util.concurrent.CountDownLatch v;
java.lang.InterruptedException v;
org.openjdk.jmh.runner.InfraControlL2 v;
boolean v;
v := @this: org.openjdk.jmh.runner.InfraControlL2;
v = v.<org.openjdk.jmh.runner.InfraControlL2: boolean warmupShouldWait>;
if v == 0 goto label;
label:
v = v.<org.openjdk.jmh.runner.InfraControlL2: java.util.concurrent.CountDownLatch warmupDone>;
virtualinvoke v.<java.util.concurrent.CountDownLatch: void await()>();
label:
goto label;
label:
v := @caughtexception;
label:
return;
catch java.lang.InterruptedException from label to label with label;
}
public void awaitWarmdownReady()
{
java.util.concurrent.CountDownLatch v;
java.lang.InterruptedException v;
org.openjdk.jmh.runner.InfraControlL2 v;
boolean v;
v := @this: org.openjdk.jmh.runner.InfraControlL2;
v = v.<org.openjdk.jmh.runner.InfraControlL2: boolean warmdownShouldWait>;
if v == 0 goto label;
label:
v = v.<org.openjdk.jmh.runner.InfraControlL2: java.util.concurrent.CountDownLatch warmdownDone>;
virtualinvoke v.<java.util.concurrent.CountDownLatch: void await()>();
label:
goto label;
label:
v := @caughtexception;
label:
return;
catch java.lang.InterruptedException from label to label with label;
}
public java.lang.String getParam(java.lang.String)
{
java.lang.IllegalStateException v;
org.openjdk.jmh.infra.BenchmarkParams v;
java.lang.String v, v, v;
org.openjdk.jmh.runner.InfraControlL2 v;
v := @this: org.openjdk.jmh.runner.InfraControlL2;
v := @parameter: java.lang.String;
v = v.<org.openjdk.jmh.runner.InfraControlL2: org.openjdk.jmh.infra.BenchmarkParams benchmarkParams>;
v = virtualinvoke v.<org.openjdk.jmh.infra.BenchmarkParams: java.lang.String getParam(java.lang.String)>(v);
if v != null goto label;
v = new java.lang.IllegalStateException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("The value for the parameter \"\u0001\" is not set.");
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>(v);
throw v;
label:
return v;
}
}