agent/src/share/classes/sun/jvm/hotspot/debugger/Debugger.java

Print this page
rev 3688 : 7054512: Compress class pointers after perm gen removal
Summary: support of compress class pointers in the compilers.
Reviewed-by:

@@ -119,10 +119,13 @@
   public long getJLongSize();
   public long getJShortSize();
   public long getHeapOopSize();
   public long getNarrowOopBase();
   public int  getNarrowOopShift();
+  public long getKlassPtrSize();
+  public long getNarrowKlassBase();
+  public int  getNarrowKlassShift();
 
   public ReadResult readBytesFromProcess(long address, long numBytes)
     throws DebuggerException;
 
   public void writeBytesToProcess(long address, long numBytes, byte[] data)