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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp1331 return byte_offset_of(JavaThread, _should_post_on_exceptions_flag);
1597 int _should_post_on_exceptions_flag; member in class:JavaThread
1600 int should_post_on_exceptions_flag() { return _should_post_on_exceptions_flag; }
1601 void set_should_post_on_exceptions_flag(int val) { _should_post_on_exceptions_flag = val; }

Completed in 55 milliseconds