comparison src/share/vm/prims/jvmtiExport.cpp @ 1397:b4776199210f

6943485: JVMTI always on capabilities change code generation too much Reviewed-by: twisti, dcubed
author never
date Mon, 26 Apr 2010 23:59:45 -0700
parents 6deeaebad47a
children c18cbe5936b8 852d0157c696
comparison
equal deleted inserted replaced
1396:d7f654633cfe 1397:b4776199210f
268 268
269 int JvmtiExport::_field_access_count = 0; 269 int JvmtiExport::_field_access_count = 0;
270 int JvmtiExport::_field_modification_count = 0; 270 int JvmtiExport::_field_modification_count = 0;
271 271
272 bool JvmtiExport::_can_access_local_variables = false; 272 bool JvmtiExport::_can_access_local_variables = false;
273 bool JvmtiExport::_can_examine_or_deopt_anywhere = false;
274 bool JvmtiExport::_can_hotswap_or_post_breakpoint = false; 273 bool JvmtiExport::_can_hotswap_or_post_breakpoint = false;
275 bool JvmtiExport::_can_modify_any_class = false; 274 bool JvmtiExport::_can_modify_any_class = false;
276 bool JvmtiExport::_can_walk_any_space = false; 275 bool JvmtiExport::_can_walk_any_space = false;
277 276
278 bool JvmtiExport::_has_redefined_a_class = false; 277 bool JvmtiExport::_has_redefined_a_class = false;