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

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1191 #define BOOL_TO_STR(_b_) ((_b_) ? "true" : "false") macro

Completed in 38 milliseconds