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

/openjdk9/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.hpp407 void set_should_post_on_exceptions(bool val) { _thread->set_should_post_on_exceptions_flag(val ? JNI_TRUE : JNI_FALSE); } function in class:JvmtiThreadState

Completed in 16 milliseconds