8230677: Should disable Escape Analysis if JVMTI capability can_get_owned_monitor_info was taken

Reviewed-by: sspitsyn, dholmes, kvn
This commit is contained in:
Richard Reingruber 2019-10-08 15:30:39 +02:00
parent 9e17946ab2
commit a683592254
10 changed files with 1007 additions and 2 deletions

View file

@ -1202,6 +1202,7 @@ bool JvmtiExport::_can_post_method_entry = fals
bool JvmtiExport::_can_post_method_exit = false;
bool JvmtiExport::_can_pop_frame = false;
bool JvmtiExport::_can_force_early_return = false;
bool JvmtiExport::_can_get_owned_monitor_info = false;
bool JvmtiExport::_early_vmstart_recorded = false;