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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dhandles.hpp247 int _no_handle_mark_nesting; member in class:HandleArea
254 debug_only(_no_handle_mark_nesting = 0);
282 debug_only(bool no_handle_mark_active() { return _no_handle_mark_nesting > 0; })
352 int _no_handle_mark_nesting; member in class:ResetNoHandleMark

Completed in 290 milliseconds