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

/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.hpp108 // Used to format messages for assert(), guarantee(), fatal(), etc.
159 // guarantee is like assert except it's always executed -- use it for
161 // guarantee is also used for Verify options.
162 #define guarantee(p, msg) \ macro
165 report_vm_error(__FILE__, __LINE__, "guarantee(" #p ") failed", msg); \
237 /* Test assert(), fatal(), guarantee(), etc. */

Completed in 228 milliseconds