public final class org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors extends java.lang.Object
{
public static final int ERRNO_ENOENT_NEGATIVE;
public static final int ERRNO_ENOTCONN_NEGATIVE;
public static final int ERRNO_EBADF_NEGATIVE;
public static final int ERRNO_EPIPE_NEGATIVE;
public static final int ERRNO_ECONNRESET_NEGATIVE;
public static final int ERRNO_EAGAIN_NEGATIVE;
public static final int ERRNO_EWOULDBLOCK_NEGATIVE;
public static final int ERRNO_EINPROGRESS_NEGATIVE;
public static final int ERROR_ECONNREFUSED_NEGATIVE;
public static final int ERROR_EISCONN_NEGATIVE;
public static final int ERROR_EALREADY_NEGATIVE;
public static final int ERROR_ENETUNREACH_NEGATIVE;
private static final java.lang.String[] ERRORS;
static void throwConnectException(java.lang.String, int) throws java.io.IOException
{
java.nio.channels.AlreadyConnectedException v;
java.lang.String[] v;
java.io.FileNotFoundException v;
int v, v, v, v, v, v;
java.nio.channels.ConnectionPendingException v;
java.net.ConnectException v;
java.lang.String v, v, v;
java.net.NoRouteToHostException v;
v := @parameter: java.lang.String;
v := @parameter: int;
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERROR_EALREADY_NEGATIVE>;
if v != v goto label;
v = new java.nio.channels.ConnectionPendingException;
specialinvoke v.<java.nio.channels.ConnectionPendingException: void <init>()>();
throw v;
label:
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERROR_ENETUNREACH_NEGATIVE>;
if v != v goto label;
v = new java.net.NoRouteToHostException;
specialinvoke v.<java.net.NoRouteToHostException: void <init>()>();
throw v;
label:
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERROR_EISCONN_NEGATIVE>;
if v != v goto label;
v = new java.nio.channels.AlreadyConnectedException;
specialinvoke v.<java.nio.channels.AlreadyConnectedException: void <init>()>();
throw v;
label:
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERRNO_ENOENT_NEGATIVE>;
if v != v goto label;
v = new java.io.FileNotFoundException;
specialinvoke v.<java.io.FileNotFoundException: void <init>()>();
throw v;
label:
v = new java.net.ConnectException;
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: java.lang.String[] ERRORS>;
v = neg v;
v = v[v];
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[])>("\u0001(..) failed: \u0001");
specialinvoke v.<java.net.ConnectException: void <init>(java.lang.String)>(v);
throw v;
}
public static org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors$NativeIoException newConnectionResetException(java.lang.String, int)
{
java.lang.StackTraceElement[] v;
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors$NativeIoException v;
int v;
java.lang.String v;
v := @parameter: java.lang.String;
v := @parameter: int;
v = new org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors$NativeIoException;
specialinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors$NativeIoException: void <init>(java.lang.String,int,boolean)>(v, v, 0);
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.util.internal.EmptyArrays: java.lang.StackTraceElement[] EMPTY_STACK_TRACE>;
virtualinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors$NativeIoException: void setStackTrace(java.lang.StackTraceElement[])>(v);
return v;
}
public static org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors$NativeIoException newIOException(java.lang.String, int)
{
int v;
java.lang.String v;
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors$NativeIoException v;
v := @parameter: java.lang.String;
v := @parameter: int;
v = new org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors$NativeIoException;
specialinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors$NativeIoException: void <init>(java.lang.String,int)>(v, v);
return v;
}
public static int ioResult(java.lang.String, int, org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors$NativeIoException, java.nio.channels.ClosedChannelException) throws java.io.IOException
{
java.nio.channels.ClosedChannelException v;
java.io.FileNotFoundException v;
java.nio.channels.NotYetConnectedException v;
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors$NativeIoException v, v;
int v, v, v, v, v, v, v;
java.lang.String v;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors$NativeIoException;
v := @parameter: java.nio.channels.ClosedChannelException;
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERRNO_EAGAIN_NEGATIVE>;
if v == v goto label;
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERRNO_EWOULDBLOCK_NEGATIVE>;
if v != v goto label;
label:
return 0;
label:
v = virtualinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors$NativeIoException: int expectedErr()>();
if v != v goto label;
throw v;
label:
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERRNO_EBADF_NEGATIVE>;
if v != v goto label;
throw v;
label:
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERRNO_ENOTCONN_NEGATIVE>;
if v != v goto label;
v = new java.nio.channels.NotYetConnectedException;
specialinvoke v.<java.nio.channels.NotYetConnectedException: void <init>()>();
throw v;
label:
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERRNO_ENOENT_NEGATIVE>;
if v != v goto label;
v = new java.io.FileNotFoundException;
specialinvoke v.<java.io.FileNotFoundException: void <init>()>();
throw v;
label:
v = staticinvoke <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors$NativeIoException newIOException(java.lang.String,int)>(v, v);
throw v;
}
public static int ioResult(java.lang.String, int) throws java.io.IOException
{
java.nio.channels.ClosedChannelException v;
java.io.FileNotFoundException v;
java.nio.channels.NotYetConnectedException v;
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors$NativeIoException v;
int v, v, v, v, v, v;
java.lang.String v;
v := @parameter: java.lang.String;
v := @parameter: int;
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERRNO_EAGAIN_NEGATIVE>;
if v == v goto label;
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERRNO_EWOULDBLOCK_NEGATIVE>;
if v != v goto label;
label:
return 0;
label:
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERRNO_EBADF_NEGATIVE>;
if v != v goto label;
v = new java.nio.channels.ClosedChannelException;
specialinvoke v.<java.nio.channels.ClosedChannelException: void <init>()>();
throw v;
label:
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERRNO_ENOTCONN_NEGATIVE>;
if v != v goto label;
v = new java.nio.channels.NotYetConnectedException;
specialinvoke v.<java.nio.channels.NotYetConnectedException: void <init>()>();
throw v;
label:
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERRNO_ENOENT_NEGATIVE>;
if v != v goto label;
v = new java.io.FileNotFoundException;
specialinvoke v.<java.io.FileNotFoundException: void <init>()>();
throw v;
label:
v = new org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors$NativeIoException;
specialinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors$NativeIoException: void <init>(java.lang.String,int,boolean)>(v, v, 0);
throw v;
}
private void <init>()
{
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors v;
v := @this: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
static void <clinit>()
{
java.lang.String[] v, v, v;
int v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
java.lang.String v;
v = staticinvoke <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods: int errnoENOENT()>();
v = neg v;
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERRNO_ENOENT_NEGATIVE> = v;
v = staticinvoke <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods: int errnoENOTCONN()>();
v = neg v;
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERRNO_ENOTCONN_NEGATIVE> = v;
v = staticinvoke <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods: int errnoEBADF()>();
v = neg v;
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERRNO_EBADF_NEGATIVE> = v;
v = staticinvoke <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods: int errnoEPIPE()>();
v = neg v;
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERRNO_EPIPE_NEGATIVE> = v;
v = staticinvoke <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods: int errnoECONNRESET()>();
v = neg v;
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERRNO_ECONNRESET_NEGATIVE> = v;
v = staticinvoke <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods: int errnoEAGAIN()>();
v = neg v;
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERRNO_EAGAIN_NEGATIVE> = v;
v = staticinvoke <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods: int errnoEWOULDBLOCK()>();
v = neg v;
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERRNO_EWOULDBLOCK_NEGATIVE> = v;
v = staticinvoke <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods: int errnoEINPROGRESS()>();
v = neg v;
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERRNO_EINPROGRESS_NEGATIVE> = v;
v = staticinvoke <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods: int errorECONNREFUSED()>();
v = neg v;
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERROR_ECONNREFUSED_NEGATIVE> = v;
v = staticinvoke <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods: int errorEISCONN()>();
v = neg v;
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERROR_EISCONN_NEGATIVE> = v;
v = staticinvoke <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods: int errorEALREADY()>();
v = neg v;
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERROR_EALREADY_NEGATIVE> = v;
v = staticinvoke <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods: int errorENETUNREACH()>();
v = neg v;
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: int ERROR_ENETUNREACH_NEGATIVE> = v;
v = newarray (java.lang.String)[512];
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: java.lang.String[] ERRORS> = v;
v = 0;
label:
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: java.lang.String[] ERRORS>;
v = lengthof v;
if v >= v goto label;
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.Errors: java.lang.String[] ERRORS>;
v = staticinvoke <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods: java.lang.String strError(int)>(v);
v[v] = v;
v = v + 1;
goto label;
label:
return;
}
}