public final class org.slf4j.LoggerFactory extends java.lang.Object
{
static final java.lang.String CODES_PREFIX;
static final java.lang.String NO_STATICLOGGERBINDER_URL;
static final java.lang.String MULTIPLE_BINDINGS_URL;
static final java.lang.String NULL_LF_URL;
static final java.lang.String VERSION_MISMATCH;
static final java.lang.String SUBSTITUTE_LOGGER_URL;
static final java.lang.String LOGGER_NAME_MISMATCH_URL;
static final java.lang.String REPLAY_URL;
static final java.lang.String UNSUCCESSFUL_INIT_URL;
static final java.lang.String UNSUCCESSFUL_INIT_MSG;
static final int UNINITIALIZED;
static final int ONGOING_INITIALIZATION;
static final int FAILED_INITIALIZATION;
static final int SUCCESSFUL_INITIALIZATION;
static final int NOP_FALLBACK_INITIALIZATION;
static volatile int INITIALIZATION_STATE;
static final org.slf4j.helpers.SubstituteLoggerFactory SUBST_FACTORY;
static final org.slf4j.helpers.NOPLoggerFactory NOP_FALLBACK_FACTORY;
static final java.lang.String DETECT_LOGGER_NAME_MISMATCH_PROPERTY;
static final java.lang.String JAVA_VENDOR_PROPERTY;
static boolean DETECT_LOGGER_NAME_MISMATCH;
private static final java.lang.String[] API_COMPATIBILITY_LIST;
private static java.lang.String STATIC_LOGGER_BINDER_PATH;
private void <init>()
{
org.slf4j.LoggerFactory v;
v := @this: org.slf4j.LoggerFactory;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
static void reset()
{
<org.slf4j.LoggerFactory: int INITIALIZATION_STATE> = 0;
return;
}
private static final void performInitialization()
{
int v;
staticinvoke <org.slf4j.LoggerFactory: void bind()>();
v = <org.slf4j.LoggerFactory: int INITIALIZATION_STATE>;
if v != 3 goto label;
staticinvoke <org.slf4j.LoggerFactory: void versionSanityCheck()>();
label:
return;
}
private static boolean messageContainsOrgSlf4jImplStaticLoggerBinder(java.lang.String)
{
java.lang.String v;
boolean v, v;
v := @parameter: java.lang.String;
if v != null goto label;
return 0;
label:
v = virtualinvoke v.<java.lang.String: boolean contains(java.lang.CharSequence)>("org/slf4j/impl/StaticLoggerBinder");
if v == 0 goto label;
return 1;
label:
v = virtualinvoke v.<java.lang.String: boolean contains(java.lang.CharSequence)>("org.slf4j.impl.StaticLoggerBinder");
if v == 0 goto label;
return 1;
label:
return 0;
}
private static final void bind()
{
java.lang.Throwable v;
java.lang.IllegalStateException v;
java.lang.NoSuchMethodError v;
java.util.Set v;
java.lang.Exception v;
java.lang.String v, v;
java.lang.NoClassDefFoundError v;
boolean v, v, v;
label:
v = null;
v = staticinvoke <org.slf4j.LoggerFactory: boolean isAndroid()>();
if v != 0 goto label;
v = staticinvoke <org.slf4j.LoggerFactory: java.util.Set findPossibleStaticLoggerBinderPathSet()>();
staticinvoke <org.slf4j.LoggerFactory: void reportMultipleBindingAmbiguity(java.util.Set)>(v);
label:
staticinvoke <org.slf4j.impl.StaticLoggerBinder: org.slf4j.impl.StaticLoggerBinder getSingleton()>();
<org.slf4j.LoggerFactory: int INITIALIZATION_STATE> = 3;
staticinvoke <org.slf4j.LoggerFactory: void reportActualBinding(java.util.Set)>(v);
label:
staticinvoke <org.slf4j.LoggerFactory: void postBindCleanUp()>();
goto label;
label:
v := @caughtexception;
v = virtualinvoke v.<java.lang.NoClassDefFoundError: java.lang.String getMessage()>();
v = staticinvoke <org.slf4j.LoggerFactory: boolean messageContainsOrgSlf4jImplStaticLoggerBinder(java.lang.String)>(v);
if v == 0 goto label;
<org.slf4j.LoggerFactory: int INITIALIZATION_STATE> = 4;
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>("Failed to load class \"org.slf4j.impl.StaticLoggerBinder\".");
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>("Defaulting to no-operation (NOP) logger implementation");
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>("See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.");
goto label;
label:
staticinvoke <org.slf4j.LoggerFactory: void failedBinding(java.lang.Throwable)>(v);
throw v;
label:
staticinvoke <org.slf4j.LoggerFactory: void postBindCleanUp()>();
goto label;
label:
v := @caughtexception;
v = virtualinvoke v.<java.lang.NoSuchMethodError: java.lang.String getMessage()>();
if v == null goto label;
v = virtualinvoke v.<java.lang.String: boolean contains(java.lang.CharSequence)>("org.slf4j.impl.StaticLoggerBinder.getSingleton()");
if v == 0 goto label;
<org.slf4j.LoggerFactory: int INITIALIZATION_STATE> = 2;
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>("slf4j-api 1.6.x (or later) is incompatible with this binding.");
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>("Your binding is version 1.5.5 or earlier.");
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>("Upgrade your binding to version 1.6.x.");
label:
throw v;
label:
v := @caughtexception;
staticinvoke <org.slf4j.LoggerFactory: void failedBinding(java.lang.Throwable)>(v);
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String,java.lang.Throwable)>("Unexpected initialization failure", v);
throw v;
label:
v := @caughtexception;
staticinvoke <org.slf4j.LoggerFactory: void postBindCleanUp()>();
throw v;
label:
return;
catch java.lang.NoClassDefFoundError from label to label with label;
catch java.lang.NoSuchMethodError from label to label with label;
catch java.lang.Exception from label to label with label;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
}
private static void postBindCleanUp()
{
org.slf4j.helpers.SubstituteLoggerFactory v;
staticinvoke <org.slf4j.LoggerFactory: void fixSubstituteLoggers()>();
staticinvoke <org.slf4j.LoggerFactory: void replayEvents()>();
v = <org.slf4j.LoggerFactory: org.slf4j.helpers.SubstituteLoggerFactory SUBST_FACTORY>;
virtualinvoke v.<org.slf4j.helpers.SubstituteLoggerFactory: void clear()>();
return;
}
private static void fixSubstituteLoggers()
{
java.lang.Throwable v;
org.slf4j.Logger v;
java.util.Iterator v;
org.slf4j.helpers.SubstituteLoggerFactory v, v, v;
java.util.List v;
java.lang.Object v;
java.lang.String v;
boolean v;
v = <org.slf4j.LoggerFactory: org.slf4j.helpers.SubstituteLoggerFactory SUBST_FACTORY>;
entermonitor v;
label:
v = <org.slf4j.LoggerFactory: org.slf4j.helpers.SubstituteLoggerFactory SUBST_FACTORY>;
virtualinvoke v.<org.slf4j.helpers.SubstituteLoggerFactory: void postInitialization()>();
v = <org.slf4j.LoggerFactory: org.slf4j.helpers.SubstituteLoggerFactory SUBST_FACTORY>;
v = virtualinvoke v.<org.slf4j.helpers.SubstituteLoggerFactory: java.util.List getLoggers()>();
v = interfaceinvoke v.<java.util.List: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
v = virtualinvoke v.<org.slf4j.helpers.SubstituteLogger: java.lang.String getName()>();
v = staticinvoke <org.slf4j.LoggerFactory: org.slf4j.Logger getLogger(java.lang.String)>(v);
virtualinvoke v.<org.slf4j.helpers.SubstituteLogger: void setDelegate(org.slf4j.Logger)>(v);
goto label;
label:
exitmonitor v;
label:
goto label;
label:
v := @caughtexception;
exitmonitor v;
throw v;
label:
return;
catch java.lang.Throwable from label to label with label;
}
static void failedBinding(java.lang.Throwable)
{
java.lang.Throwable v;
v := @parameter: java.lang.Throwable;
<org.slf4j.LoggerFactory: int INITIALIZATION_STATE> = 2;
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String,java.lang.Throwable)>("Failed to instantiate SLF4J LoggerFactory", v);
return;
}
private static void replayEvents()
{
java.util.Iterator v;
java.util.concurrent.LinkedBlockingQueue v;
java.util.ArrayList v;
org.slf4j.helpers.SubstituteLoggerFactory v;
int v, v, v, v;
java.lang.Object v;
boolean v;
v = <org.slf4j.LoggerFactory: org.slf4j.helpers.SubstituteLoggerFactory SUBST_FACTORY>;
v = virtualinvoke v.<org.slf4j.helpers.SubstituteLoggerFactory: java.util.concurrent.LinkedBlockingQueue getEventQueue()>();
v = virtualinvoke v.<java.util.concurrent.LinkedBlockingQueue: int size()>();
v = 0;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>(int)>(128);
label:
v = virtualinvoke v.<java.util.concurrent.LinkedBlockingQueue: int drainTo(java.util.Collection,int)>(v, 128);
if v == 0 goto label;
v = interfaceinvoke v.<java.util.List: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
staticinvoke <org.slf4j.LoggerFactory: void replaySingleEvent(org.slf4j.event.SubstituteLoggingEvent)>(v);
v = v;
v = v + 1;
if v != 0 goto label;
staticinvoke <org.slf4j.LoggerFactory: void emitReplayOrSubstituionWarning(org.slf4j.event.SubstituteLoggingEvent,int)>(v, v);
goto label;
label:
interfaceinvoke v.<java.util.List: void clear()>();
goto label;
label:
return;
}
private static void emitReplayOrSubstituionWarning(org.slf4j.event.SubstituteLoggingEvent, int)
{
org.slf4j.event.SubstituteLoggingEvent v;
int v;
org.slf4j.helpers.SubstituteLogger v, v;
boolean v, v;
v := @parameter: org.slf4j.event.SubstituteLoggingEvent;
v := @parameter: int;
v = virtualinvoke v.<org.slf4j.event.SubstituteLoggingEvent: org.slf4j.helpers.SubstituteLogger getLogger()>();
v = virtualinvoke v.<org.slf4j.helpers.SubstituteLogger: boolean isDelegateEventAware()>();
if v == 0 goto label;
staticinvoke <org.slf4j.LoggerFactory: void emitReplayWarning(int)>(v);
goto label;
label:
v = virtualinvoke v.<org.slf4j.event.SubstituteLoggingEvent: org.slf4j.helpers.SubstituteLogger getLogger()>();
v = virtualinvoke v.<org.slf4j.helpers.SubstituteLogger: boolean isDelegateNOP()>();
if v != 0 goto label;
staticinvoke <org.slf4j.LoggerFactory: void emitSubstitutionWarning()>();
label:
return;
}
private static void replaySingleEvent(org.slf4j.event.SubstituteLoggingEvent)
{
java.lang.IllegalStateException v;
org.slf4j.event.SubstituteLoggingEvent v;
org.slf4j.helpers.SubstituteLogger v;
java.lang.String v;
boolean v, v, v;
v := @parameter: org.slf4j.event.SubstituteLoggingEvent;
if v != null goto label;
return;
label:
v = virtualinvoke v.<org.slf4j.event.SubstituteLoggingEvent: org.slf4j.helpers.SubstituteLogger getLogger()>();
v = virtualinvoke v.<org.slf4j.helpers.SubstituteLogger: java.lang.String getName()>();
v = virtualinvoke v.<org.slf4j.helpers.SubstituteLogger: boolean isDelegateNull()>();
if v == 0 goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("Delegate logger cannot be null at this state.");
throw v;
label:
v = virtualinvoke v.<org.slf4j.helpers.SubstituteLogger: boolean isDelegateNOP()>();
if v != 0 goto label;
v = virtualinvoke v.<org.slf4j.helpers.SubstituteLogger: boolean isDelegateEventAware()>();
if v == 0 goto label;
virtualinvoke v.<org.slf4j.helpers.SubstituteLogger: void log(org.slf4j.event.LoggingEvent)>(v);
goto label;
label:
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>(v);
label:
return;
}
private static void emitSubstitutionWarning()
{
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>("The following set of substitute loggers may have been accessed");
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>("during the initialization phase. Logging calls during this");
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>("phase were not honored. However, subsequent logging calls to these");
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>("loggers will work as normally expected.");
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>("See also http://www.slf4j.org/codes.html#substituteLogger");
return;
}
private static void emitReplayWarning(int)
{
int v;
java.lang.String v;
v := @parameter: int;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (int)>(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[])>("A number (\u) of logging calls during the initialization phase have been intercepted and are");
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>(v);
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>("now being replayed. These are subject to the filtering rules of the underlying logging system.");
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>("See also http://www.slf4j.org/codes.html#replay");
return;
}
private static final void versionSanityCheck()
{
java.lang.Throwable v;
java.lang.String[] v, v;
java.lang.NoSuchFieldError v;
java.util.List v;
int v, v;
java.lang.String v, v, v, v;
boolean v, v;
label:
v = <org.slf4j.impl.StaticLoggerBinder: java.lang.String REQUESTED_API_VERSION>;
v = 0;
v = <org.slf4j.LoggerFactory: java.lang.String[] API_COMPATIBILITY_LIST>;
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
v = virtualinvoke v.<java.lang.String: boolean startsWith(java.lang.String)>(v);
if v == 0 goto label;
v = 1;
label:
v = v + 1;
goto label;
label:
if v != 0 goto label;
v = <org.slf4j.LoggerFactory: java.lang.String[] API_COMPATIBILITY_LIST>;
v = staticinvoke <java.util.Arrays: java.util.List asList(java.lang.Object[])>(v);
v = virtualinvoke v.<java.lang.Object: java.lang.String toString()>();
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,java.lang.String)>(v, 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 requested version \u by your slf4j binding is not compatible with \u0001");
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>(v);
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>("See http://www.slf4j.org/codes.html#version_mismatch for further details.");
label:
goto label;
label:
v := @caughtexception;
goto label;
label:
v := @caughtexception;
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String,java.lang.Throwable)>("Unexpected problem occured during version sanity check", v);
label:
return;
catch java.lang.NoSuchFieldError from label to label with label;
catch java.lang.Throwable from label to label with label;
}
static java.util.Set findPossibleStaticLoggerBinderPathSet()
{
java.util.Enumeration v;
java.io.IOException v;
java.lang.Class v;
java.lang.Object v;
java.lang.ClassLoader v;
java.lang.String v, v;
java.util.LinkedHashSet v;
boolean v;
v = new java.util.LinkedHashSet;
specialinvoke v.<java.util.LinkedHashSet: void <init>()>();
label:
v = class "Lorg/slf4j/LoggerFactory;";
v = virtualinvoke v.<java.lang.Class: java.lang.ClassLoader getClassLoader()>();
if v != null goto label;
v = <org.slf4j.LoggerFactory: java.lang.String STATIC_LOGGER_BINDER_PATH>;
v = staticinvoke <java.lang.ClassLoader: java.util.Enumeration getSystemResources(java.lang.String)>(v);
goto label;
label:
v = <org.slf4j.LoggerFactory: java.lang.String STATIC_LOGGER_BINDER_PATH>;
v = virtualinvoke v.<java.lang.ClassLoader: java.util.Enumeration getResources(java.lang.String)>(v);
label:
v = interfaceinvoke v.<java.util.Enumeration: boolean hasMoreElements()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Enumeration: java.lang.Object nextElement()>();
interfaceinvoke v.<java.util.Set: boolean add(java.lang.Object)>(v);
goto label;
label:
v := @caughtexception;
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String,java.lang.Throwable)>("Error getting resources from path", v);
label:
return v;
catch java.io.IOException from label to label with label;
}
private static boolean isAmbiguousStaticLoggerBinderPathSet(java.util.Set)
{
int v;
java.util.Set v;
boolean v;
v := @parameter: java.util.Set;
v = interfaceinvoke v.<java.util.Set: int size()>();
if v <= 1 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
private static void reportMultipleBindingAmbiguity(java.util.Set)
{
java.util.Iterator v;
java.util.Set v;
java.lang.Object v;
java.lang.String v;
boolean v, v;
v := @parameter: java.util.Set;
v = staticinvoke <org.slf4j.LoggerFactory: boolean isAmbiguousStaticLoggerBinderPathSet(java.util.Set)>(v);
if v == 0 goto label;
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>("Class path contains multiple SLF4J bindings.");
v = interfaceinvoke v.<java.util.Set: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.Object)>(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[])>("Found binding in [\u]");
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>(v);
goto label;
label:
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>("See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.");
label:
return;
}
private static boolean isAndroid()
{
java.lang.String v, v;
boolean v;
v = staticinvoke <org.slf4j.helpers.Util: java.lang.String safeGetSystemProperty(java.lang.String)>("java.vendor.url");
if v != null goto label;
return 0;
label:
v = virtualinvoke v.<java.lang.String: java.lang.String toLowerCase()>();
v = virtualinvoke v.<java.lang.String: boolean contains(java.lang.CharSequence)>("android");
return v;
}
private static void reportActualBinding(java.util.Set)
{
org.slf4j.impl.StaticLoggerBinder v;
java.util.Set v;
java.lang.String v, v;
boolean v;
v := @parameter: java.util.Set;
if v == null goto label;
v = staticinvoke <org.slf4j.LoggerFactory: boolean isAmbiguousStaticLoggerBinderPathSet(java.util.Set)>(v);
if v == 0 goto label;
v = staticinvoke <org.slf4j.impl.StaticLoggerBinder: org.slf4j.impl.StaticLoggerBinder getSingleton()>();
v = virtualinvoke v.<org.slf4j.impl.StaticLoggerBinder: java.lang.String getLoggerFactoryClassStr()>();
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[])>("Actual binding is of type [\u]");
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>(v);
label:
return;
}
public static org.slf4j.Logger getLogger(java.lang.String)
{
java.lang.String v;
org.slf4j.Logger v;
org.slf4j.ILoggerFactory v;
v := @parameter: java.lang.String;
v = staticinvoke <org.slf4j.LoggerFactory: org.slf4j.ILoggerFactory getILoggerFactory()>();
v = interfaceinvoke v.<org.slf4j.ILoggerFactory: org.slf4j.Logger getLogger(java.lang.String)>(v);
return v;
}
public static org.slf4j.Logger getLogger(java.lang.Class)
{
java.lang.Object[] v;
org.slf4j.Logger v;
java.lang.Class v, v;
java.lang.String v, v, v, v;
boolean v, v;
v := @parameter: java.lang.Class;
v = virtualinvoke v.<java.lang.Class: java.lang.String getName()>();
v = staticinvoke <org.slf4j.LoggerFactory: org.slf4j.Logger getLogger(java.lang.String)>(v);
v = <org.slf4j.LoggerFactory: boolean DETECT_LOGGER_NAME_MISMATCH>;
if v == 0 goto label;
v = staticinvoke <org.slf4j.helpers.Util: java.lang.Class getCallingClass()>();
if v == null goto label;
v = staticinvoke <org.slf4j.LoggerFactory: boolean nonMatchingClasses(java.lang.Class,java.lang.Class)>(v, v);
if v == 0 goto label;
v = newarray (java.lang.Object)[2];
v = interfaceinvoke v.<org.slf4j.Logger: java.lang.String getName()>();
v[0] = v;
v = virtualinvoke v.<java.lang.Class: java.lang.String getName()>();
v[1] = v;
v = staticinvoke <java.lang.String: java.lang.String format(java.lang.String,java.lang.Object[])>("Detected logger name mismatch. Given name: \"%s\"; computed name: \"%s\".", v);
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>(v);
staticinvoke <org.slf4j.helpers.Util: void report(java.lang.String)>("See http://www.slf4j.org/codes.html#loggerNameMismatch for an explanation");
label:
return v;
}
private static boolean nonMatchingClasses(java.lang.Class, java.lang.Class)
{
java.lang.Class v, v;
boolean v, v;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.Class;
v = virtualinvoke v.<java.lang.Class: boolean isAssignableFrom(java.lang.Class)>(v);
if v != 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public static org.slf4j.ILoggerFactory getILoggerFactory()
{
java.lang.Throwable v;
java.lang.IllegalStateException v, v;
org.slf4j.impl.StaticLoggerBinder v;
org.slf4j.helpers.SubstituteLoggerFactory v;
int v, v, v;
org.slf4j.helpers.NOPLoggerFactory v;
org.slf4j.ILoggerFactory v;
v = <org.slf4j.LoggerFactory: int INITIALIZATION_STATE>;
if v != 0 goto label;
entermonitor class "Lorg/slf4j/LoggerFactory;";
label:
v = <org.slf4j.LoggerFactory: int INITIALIZATION_STATE>;
if v != 0 goto label;
<org.slf4j.LoggerFactory: int INITIALIZATION_STATE> = 1;
staticinvoke <org.slf4j.LoggerFactory: void performInitialization()>();
label:
exitmonitor class "Lorg/slf4j/LoggerFactory;";
label:
goto label;
label:
v := @caughtexception;
exitmonitor class "Lorg/slf4j/LoggerFactory;";
throw v;
label:
v = <org.slf4j.LoggerFactory: int INITIALIZATION_STATE>;
tableswitch(v)
{
case 1: goto label;
case 2: goto label;
case 3: goto label;
case 4: goto label;
default: goto label;
};
label:
v = staticinvoke <org.slf4j.impl.StaticLoggerBinder: org.slf4j.impl.StaticLoggerBinder getSingleton()>();
v = virtualinvoke v.<org.slf4j.impl.StaticLoggerBinder: org.slf4j.ILoggerFactory getLoggerFactory()>();
return v;
label:
v = <org.slf4j.LoggerFactory: org.slf4j.helpers.NOPLoggerFactory NOP_FALLBACK_FACTORY>;
return v;
label:
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("org.slf4j.LoggerFactory in failed state. Original exception was thrown EARLIER. See also http://www.slf4j.org/codes.html#unsuccessfulInit");
throw v;
label:
v = <org.slf4j.LoggerFactory: org.slf4j.helpers.SubstituteLoggerFactory SUBST_FACTORY>;
return v;
label:
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("Unreachable code");
throw v;
catch java.lang.Throwable from label to label with label;
}
static void <clinit>()
{
java.lang.String[] v;
org.slf4j.helpers.NOPLoggerFactory v;
boolean v;
org.slf4j.helpers.SubstituteLoggerFactory v;
<org.slf4j.LoggerFactory: int INITIALIZATION_STATE> = 0;
v = new org.slf4j.helpers.SubstituteLoggerFactory;
specialinvoke v.<org.slf4j.helpers.SubstituteLoggerFactory: void <init>()>();
<org.slf4j.LoggerFactory: org.slf4j.helpers.SubstituteLoggerFactory SUBST_FACTORY> = v;
v = new org.slf4j.helpers.NOPLoggerFactory;
specialinvoke v.<org.slf4j.helpers.NOPLoggerFactory: void <init>()>();
<org.slf4j.LoggerFactory: org.slf4j.helpers.NOPLoggerFactory NOP_FALLBACK_FACTORY> = v;
v = staticinvoke <org.slf4j.helpers.Util: boolean safeGetBooleanSystemProperty(java.lang.String)>("slf4j.detectLoggerNameMismatch");
<org.slf4j.LoggerFactory: boolean DETECT_LOGGER_NAME_MISMATCH> = v;
v = newarray (java.lang.String)[2];
v[0] = "1.6";
v[1] = "1.7";
<org.slf4j.LoggerFactory: java.lang.String[] API_COMPATIBILITY_LIST> = v;
<org.slf4j.LoggerFactory: java.lang.String STATIC_LOGGER_BINDER_PATH> = "org/slf4j/impl/StaticLoggerBinder.class";
return;
}
}