hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/Debugger.java
changeset 360 21d113ecbf6a
parent 1 489c9b5090e2
child 670 ddf3e9583f2f
equal deleted inserted replaced
357:f4edb0d9f109 360:21d113ecbf6a
   116   public long getJDoubleSize();
   116   public long getJDoubleSize();
   117   public long getJFloatSize();
   117   public long getJFloatSize();
   118   public long getJIntSize();
   118   public long getJIntSize();
   119   public long getJLongSize();
   119   public long getJLongSize();
   120   public long getJShortSize();
   120   public long getJShortSize();
       
   121   public long getHeapBase();
       
   122   public long getHeapOopSize();
       
   123   public long getLogMinObjAlignmentInBytes();
   121 
   124 
   122   public ReadResult readBytesFromProcess(long address, long numBytes)
   125   public ReadResult readBytesFromProcess(long address, long numBytes)
   123     throws DebuggerException;
   126     throws DebuggerException;
   124 
   127 
   125   public void writeBytesToProcess(long address, long numBytes, byte[] data)
   128   public void writeBytesToProcess(long address, long numBytes, byte[] data)