class sun.tools.attach.VirtualMachineImpl$PipedInputStream extends java.io.InputStream
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.tools.attach.VirtualMachineImpl$PipedInputStream
super_class: java.io.InputStream
{
private long hPipe;
descriptor: J
flags: (0x0002) ACC_PRIVATE
final sun.tools.attach.VirtualMachineImpl this$0;
descriptor: Lsun/tools/attach/VirtualMachineImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(sun.tools.attach.VirtualMachineImpl, long);
descriptor: (Lsun/tools/attach/VirtualMachineImpl;J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield sun.tools.attach.VirtualMachineImpl$PipedInputStream.this$0:Lsun/tools/attach/VirtualMachineImpl;
aload 0
invokespecial java.io.InputStream.<init>:()V
1: aload 0
lload 2
putfield sun.tools.attach.VirtualMachineImpl$PipedInputStream.hPipe:J
2: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/tools/attach/VirtualMachineImpl$PipedInputStream;
0 3 2 hPipe J
MethodParameters:
Name Flags
this$0 final
hPipe
public synchronized int read();
descriptor: ()I
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=4, locals=3, args_size=1
start local 0 0: iconst_1
newarray 8
astore 1
start local 1 1: aload 0
aload 1
iconst_0
iconst_1
invokevirtual sun.tools.attach.VirtualMachineImpl$PipedInputStream.read:([BII)I
istore 2
start local 2 2: iload 2
iconst_1
if_icmpne 4
3: aload 1
iconst_0
baload
sipush 255
iand
ireturn
4: StackMap locals: byte[] int
StackMap stack:
iconst_m1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/tools/attach/VirtualMachineImpl$PipedInputStream;
1 5 1 b [B
2 5 2 n I
Exceptions:
throws java.io.IOException
public synchronized int read(byte[], int, int);
descriptor: ([BII)I
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 2
iflt 2
iload 2
aload 1
arraylength
if_icmpgt 2
iload 3
iflt 2
1: iload 2
iload 3
iadd
aload 1
arraylength
if_icmpgt 2
iload 2
iload 3
iadd
ifge 3
2: StackMap locals:
StackMap stack:
new java.lang.IndexOutOfBoundsException
dup
invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
athrow
3: StackMap locals:
StackMap stack:
iload 3
ifne 5
4: iconst_0
ireturn
5: StackMap locals:
StackMap stack:
aload 0
getfield sun.tools.attach.VirtualMachineImpl$PipedInputStream.hPipe:J
aload 1
iload 2
iload 3
invokestatic sun.tools.attach.VirtualMachineImpl.readPipe:(J[BII)I
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/tools/attach/VirtualMachineImpl$PipedInputStream;
0 6 1 bs [B
0 6 2 off I
0 6 3 len I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
bs
off
len
public synchronized void close();
descriptor: ()V
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
getfield sun.tools.attach.VirtualMachineImpl$PipedInputStream.hPipe:J
ldc -1
lcmp
ifeq 4
1: aload 0
getfield sun.tools.attach.VirtualMachineImpl$PipedInputStream.hPipe:J
lstore 1
start local 1 2: aload 0
ldc -1
putfield sun.tools.attach.VirtualMachineImpl$PipedInputStream.hPipe:J
3: lload 1
invokestatic sun.tools.attach.VirtualMachineImpl.closePipe:(J)V
end local 1 4: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/tools/attach/VirtualMachineImpl$PipedInputStream;
2 4 1 toClose J
Exceptions:
throws java.io.IOException
}
SourceFile: "VirtualMachineImpl.java"
NestHost: sun.tools.attach.VirtualMachineImpl
InnerClasses:
private PipedInputStream = sun.tools.attach.VirtualMachineImpl$PipedInputStream of sun.tools.attach.VirtualMachineImpl