public class net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix extends net.bytebuddy.agent.VirtualMachine$ForHotSpot
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix
super_class: net.bytebuddy.agent.VirtualMachine$ForHotSpot
{
private static final int DEFAULT_ATTEMPTS;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 10
private static final long DEFAULT_PAUSE;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 200
private static final long DEFAULT_TIMEOUT;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 5000
private static final java.lang.String TEMPORARY_DIRECTORY;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "/tmp"
private static final java.lang.String SOCKET_FILE_PREFIX;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: ".java_pid"
private static final java.lang.String ATTACH_FILE_PREFIX;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: ".attach_pid"
private final java.lang.Object socket;
descriptor: Ljava/lang/Object;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int attempts;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final long pause;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final long timeout;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.util.concurrent.TimeUnit timeUnit;
descriptor: Ljava/util/concurrent/TimeUnit;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(java.lang.String, java.lang.Object, int, long, long, java.util.concurrent.TimeUnit);
descriptor: (Ljava/lang/String;Ljava/lang/Object;IJJLjava/util/concurrent/TimeUnit;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=9, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 6 start local 8 0: aload 0
aload 1
invokespecial net.bytebuddy.agent.VirtualMachine$ForHotSpot.<init>:(Ljava/lang/String;)V
1: aload 0
aload 2
putfield net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix.socket:Ljava/lang/Object;
2: aload 0
iload 3
putfield net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix.attempts:I
3: aload 0
lload 4
putfield net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix.pause:J
4: aload 0
lload 6
putfield net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix.timeout:J
5: aload 0
aload 8
putfield net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix.timeUnit:Ljava/util/concurrent/TimeUnit;
6: return
end local 8 end local 6 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$OnUnix;
0 7 1 processId Ljava/lang/String;
0 7 2 socket Ljava/lang/Object;
0 7 3 attempts I
0 7 4 pause J
0 7 6 timeout J
0 7 8 timeUnit Ljava/util/concurrent/TimeUnit;
MethodParameters:
Name Flags
processId
socket
attempts
pause
timeout
timeUnit
public static java.lang.Class<?> assertAvailability();
descriptor: ()Ljava/lang/Class;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tAFUNIXSocket cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Throwable
Signature: ()Ljava/lang/Class<*>;
private static java.lang.Class<?> doAssertAvailability();
descriptor: ()Ljava/lang/Class;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tAFUNIXSocket cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Signature: ()Ljava/lang/Class<*>;
public static net.bytebuddy.agent.VirtualMachine attach(java.lang.String);
descriptor: (Ljava/lang/String;)Lnet/bytebuddy/agent/VirtualMachine;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tAFUNIXSocket cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
processId
protected void connect();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tSuppressFBWarnings cannot be resolved to a type\n\tAFUNIXSocket cannot be resolved to a type\n\tAFUNIXSocket cannot be resolved to a type\n\tAFUNIXSocket cannot be resolved to a type\n\tAFUNIXSocketAddress cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$OnUnix;
Exceptions:
throws java.io.IOException
RuntimeInvisibleAnnotations:
SuppressFBWarnings()
public int read(byte[]);
descriptor: ([B)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tAFUNIXSocket cannot be resolved to a type\n\tAFUNIXSocket cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$OnUnix;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
buffer
public void write(byte[]);
descriptor: ([B)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tAFUNIXSocket cannot be resolved to a type\n\tAFUNIXSocket cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$OnUnix;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
buffer
public void detach();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tAFUNIXSocket cannot be resolved to a type\n\tAFUNIXSocket cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$OnUnix;
Exceptions:
throws java.io.IOException
}
SourceFile: "VirtualMachine.java"
NestHost: net.bytebuddy.agent.VirtualMachine
InnerClasses:
public abstract ForHotSpot = net.bytebuddy.agent.VirtualMachine$ForHotSpot of net.bytebuddy.agent.VirtualMachine
public OnUnix = net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix of net.bytebuddy.agent.VirtualMachine$ForHotSpot