public class net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$ForJnaPosixSocket extends net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel<java.lang.Integer>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$ForJnaPosixSocket
super_class: net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel
{
private final net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$ForJnaPosixSocket$PosixLibrary library;
descriptor: Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$ForJnaPosixSocket$PosixLibrary;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.io.File socket;
descriptor: Ljava/io/File;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
protected void <init>(net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$ForJnaPosixSocket$PosixLibrary, java.io.File);
descriptor: (Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$ForJnaPosixSocket$PosixLibrary;Ljava/io/File;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel.<init>:()V
1: aload 0
aload 1
putfield net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$ForJnaPosixSocket.library:Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$ForJnaPosixSocket$PosixLibrary;
2: aload 0
aload 2
putfield net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$ForJnaPosixSocket.socket:Ljava/io/File;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$ForJnaPosixSocket;
0 4 1 library Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$ForJnaPosixSocket$PosixLibrary;
0 4 2 socket Ljava/io/File;
MethodParameters:
Name Flags
library
socket
protected java.lang.Integer connect();
descriptor: ()Ljava/lang/Integer;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tThe method socket(int, int, int) from the type VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.PosixLibrary refers to the missing type LastErrorException\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$Connection$ForJnaPosixSocket;
protected int read(java.lang.Integer, byte[]);
descriptor: (Ljava/lang/Integer;[B)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tThe method read(int, ByteBuffer, int) from the type VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.PosixLibrary refers to the missing type LastErrorException\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$Connection$ForJnaPosixSocket;
MethodParameters:
Name Flags
handle
buffer
protected void write(java.lang.Integer, byte[]);
descriptor: (Ljava/lang/Integer;[B)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tThe method write(int, ByteBuffer, int) from the type VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.PosixLibrary refers to the missing type LastErrorException\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$Connection$ForJnaPosixSocket;
MethodParameters:
Name Flags
handle
buffer
protected void close(java.lang.Integer);
descriptor: (Ljava/lang/Integer;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tThe method close(int) from the type VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.PosixLibrary refers to the missing type LastErrorException\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$Connection$ForJnaPosixSocket;
MethodParameters:
Name Flags
handle
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=1, args_size=1
start local 0 0: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$ForJnaPosixSocket;
protected void close(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Integer
invokevirtual net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$ForJnaPosixSocket.close:(Ljava/lang/Integer;)V
return
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.io.IOException
protected java.lang.Object connect();
descriptor: ()Ljava/lang/Object;
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$ForJnaPosixSocket.connect:()Ljava/lang/Integer;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.io.IOException
protected void write(java.lang.Object, byte[]);
descriptor: (Ljava/lang/Object;[B)V
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast java.lang.Integer
aload 2
invokevirtual net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$ForJnaPosixSocket.write:(Ljava/lang/Integer;[B)V
return
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.io.IOException
protected int read(java.lang.Object, byte[]);
descriptor: (Ljava/lang/Object;[B)I
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast java.lang.Integer
aload 2
invokevirtual net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$ForJnaPosixSocket.read:(Ljava/lang/Integer;[B)I
ireturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.io.IOException
}
Signature: Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel<Ljava/lang/Integer;>;
SourceFile: "VirtualMachine.java"
NestHost: net.bytebuddy.agent.VirtualMachine
InnerClasses:
public ForHotSpot = net.bytebuddy.agent.VirtualMachine$ForHotSpot of net.bytebuddy.agent.VirtualMachine
public abstract Connection = net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection of net.bytebuddy.agent.VirtualMachine$ForHotSpot
public ForJnaPosixSocket = net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$ForJnaPosixSocket of net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection
public Factory = net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$ForJnaPosixSocket$Factory of net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$ForJnaPosixSocket
protected abstract PosixLibrary = net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$ForJnaPosixSocket$PosixLibrary of net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$ForJnaPosixSocket
public abstract OnPersistentByteChannel = net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel of net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection