public void testGetObjectAtAddress()
{
JavaHeap heap = defaultJavaHeap();
JavaRuntime runtime = defaultJavaRuntime();
ImageAddressSpace addressSpace = defaultAddressSpace();
ImagePointer address=null;
ImagePointer unalignedAddress=null;
Iterator heapSections = heap.getSections().iterator();
//determine the heap start and end address
long heapStartAddress = Long.MAX_VALUE;