src/share/vm/prims/jvmtiExport.cpp

Print this page
rev 1131 : blank line cleanup

*** 877,886 **** --- 877,887 ---- bool JvmtiExport::_should_post_garbage_collection_start = false; bool JvmtiExport::_should_post_garbage_collection_finish = false; bool JvmtiExport::_should_post_object_free = false; bool JvmtiExport::_should_post_resource_exhausted = false; bool JvmtiExport::_should_post_vm_object_alloc = false; + bool JvmtiExport::_should_post_on_exceptions = false; //////////////////////////////////////////////////////////////////////////////////////////////// //