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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEventController.cpp528 // update the JavaThread cached value for thread-specific should_post_on_exceptions value
529 bool should_post_on_exceptions = (any_env_enabled & SHOULD_POST_ON_EXCEPTIONS_BITS) != 0; local
530 state->set_should_post_on_exceptions(should_post_on_exceptions);
637 // set global should_post_on_exceptions

Completed in 56 milliseconds