public class org.openjdk.jmh.runner.ProfilersFailedException extends org.openjdk.jmh.runner.RunnerException
{
private static final long serialVersionUID;
public void <init>(org.openjdk.jmh.profile.ProfilerException)
{
org.openjdk.jmh.profile.ProfilerException v;
org.openjdk.jmh.runner.ProfilersFailedException v;
v := @this: org.openjdk.jmh.runner.ProfilersFailedException;
v := @parameter: org.openjdk.jmh.profile.ProfilerException;
specialinvoke v.<org.openjdk.jmh.runner.RunnerException: void <init>(java.lang.String,java.lang.Throwable)>("Profilers failed to initialize, exiting.", v);
return;
}
}