comparison agent/src/share/classes/sun/jvm/hotspot/debugger/Debugger.java @ 6848:8e47bac5643a

7054512: Compress class pointers after perm gen removal Summary: support of compress class pointers in the compilers. Reviewed-by: kvn, twisti
author roland
date Tue, 09 Oct 2012 10:11:38 +0200
parents c18cbe5936b8
children
comparison
equal deleted inserted replaced
6847:65d07d9ee446 6848:8e47bac5643a
119 public long getJLongSize(); 119 public long getJLongSize();
120 public long getJShortSize(); 120 public long getJShortSize();
121 public long getHeapOopSize(); 121 public long getHeapOopSize();
122 public long getNarrowOopBase(); 122 public long getNarrowOopBase();
123 public int getNarrowOopShift(); 123 public int getNarrowOopShift();
124 public long getKlassPtrSize();
125 public long getNarrowKlassBase();
126 public int getNarrowKlassShift();
124 127
125 public ReadResult readBytesFromProcess(long address, long numBytes) 128 public ReadResult readBytesFromProcess(long address, long numBytes)
126 throws DebuggerException; 129 throws DebuggerException;
127 130
128 public void writeBytesToProcess(long address, long numBytes, byte[] data) 131 public void writeBytesToProcess(long address, long numBytes, byte[] data)