src/hotspot/share/prims/jvmtiExport.cpp
changeset 58512 5185bc8dcbb1
parent 58358 d658f4379c63
child 58679 9c3209ff7550
child 58722 cba8afa5cfed
equal deleted inserted replaced
58511:eb68d459ba6a 58512:5185bc8dcbb1
  1200 bool              JvmtiExport::_can_post_field_modification               = false;
  1200 bool              JvmtiExport::_can_post_field_modification               = false;
  1201 bool              JvmtiExport::_can_post_method_entry                     = false;
  1201 bool              JvmtiExport::_can_post_method_entry                     = false;
  1202 bool              JvmtiExport::_can_post_method_exit                      = false;
  1202 bool              JvmtiExport::_can_post_method_exit                      = false;
  1203 bool              JvmtiExport::_can_pop_frame                             = false;
  1203 bool              JvmtiExport::_can_pop_frame                             = false;
  1204 bool              JvmtiExport::_can_force_early_return                    = false;
  1204 bool              JvmtiExport::_can_force_early_return                    = false;
       
  1205 bool              JvmtiExport::_can_get_owned_monitor_info                = false;
  1205 
  1206 
  1206 bool              JvmtiExport::_early_vmstart_recorded                    = false;
  1207 bool              JvmtiExport::_early_vmstart_recorded                    = false;
  1207 
  1208 
  1208 bool              JvmtiExport::_should_post_single_step                   = false;
  1209 bool              JvmtiExport::_should_post_single_step                   = false;
  1209 bool              JvmtiExport::_should_post_field_access                  = false;
  1210 bool              JvmtiExport::_should_post_field_access                  = false;