comparison agent/src/share/classes/sun/jvm/hotspot/debugger/Debugger.java @ 113:ba764ed4b6f2

6420645: Create a vm that uses compressed oops for up to 32gb heapsizes Summary: Compressed oops in instances, arrays, and headers. Code contributors are coleenp, phh, never, swamyv Reviewed-by: jmasa, kamg, acorn, tbell, kvn, rasbold
author coleenp
date Sun, 13 Apr 2008 17:43:42 -0400
parents a61af66fc99e
children d1605aabd0a1
comparison
equal deleted inserted replaced
110:a49a647afe9a 113:ba764ed4b6f2
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)