Searched refs:IS_IN_VM (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciUtilities.hpp74 #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 27 milliseconds