Searched defs:hsfind (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp731 // Can we someday rename the other find to hsfind?
732 extern "C" void hsfind(intptr_t x) { function
733 Command c("hsfind");
811 (char *)"hsfind", CMDID_HSFIND, "Perform an hsfind on an address",
913 tty->print("Please enter the hex addr to pass to hsfind: ");
915 tty->print("Calling hsfind(0x%I64X)\n", addr);
916 hsfind(addr);

Completed in 32 milliseconds