mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
6943485: JVMTI always on capabilities change code generation too much
Reviewed-by: twisti, dcubed
This commit is contained in:
parent
cd48f31efe
commit
eb534d777a
15 changed files with 20 additions and 54 deletions
|
@ -270,7 +270,6 @@ int JvmtiExport::_field_access_count = 0;
|
|||
int JvmtiExport::_field_modification_count = 0;
|
||||
|
||||
bool JvmtiExport::_can_access_local_variables = false;
|
||||
bool JvmtiExport::_can_examine_or_deopt_anywhere = false;
|
||||
bool JvmtiExport::_can_hotswap_or_post_breakpoint = false;
|
||||
bool JvmtiExport::_can_modify_any_class = false;
|
||||
bool JvmtiExport::_can_walk_any_space = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue