Searched defs:IS_IN_VM (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/ci/ | ||
H A D | ciUtilities.hpp | 74 #define IS_IN_VM \ macro 78 assert(IS_IN_VM, "must be in vm state"); 81 {if (IS_IN_VM) { action } else { VM_ENTRY_MARK; { action }}} |
Completed in 59 milliseconds