Searched refs:_jvmti_can_post_on_exceptions (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp71 bool _jvmti_can_post_on_exceptions; member in class:ciEnv
305 bool jvmti_can_post_on_exceptions() const { return _jvmti_can_post_on_exceptions; }
H A DciEnv.cpp216 _jvmti_can_post_on_exceptions = JvmtiExport::can_post_on_exceptions();

Completed in 34 milliseconds