Returns an object reference for the specified object address.
an object reference which refers to the specified objectaddress. exception: IllegalStateException - if the GC is not disabled before thismethod is called. exception: IllegalArgumentException - if the specified object addressdoes not point to a valid object.
captureHeapState
native public static void captureHeapState(String name)(Code)
compareHeapState
native public static void compareHeapState(int id1, int id2)(Code)