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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp1497 const char* spacer = " " LP64_ONLY(" "); local
1498 tty->print_cr(" %s %s %s", spacer, spacer, fv.description);
H A Darguments.cpp2002 const char* spacer = " "; local
2004 option_type = ++spacer; // Set both to the empty string.
2009 "Obsolete %s%soption: %s\n", option_type, spacer, local
2014 "Unrecognized %s%soption: %s\n", option_type, spacer, local

Completed in 43 milliseconds