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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.hpp272 EAM_MONITOR_FUDGE = 4, // whether the monitor count needs adjusting enumerator in enum:SharkTopLevelBlock::ExceptionActionMask
H A DsharkTopLevelBlock.cpp449 if (action & EAM_MONITOR_FUDGE) {
454 action ^= EAM_MONITOR_FUDGE;
1947 exception_action | EAM_MONITOR_FUDGE); local

Completed in 36 milliseconds