mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
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:
parent
9e17946ab2
commit
a683592254
10 changed files with 1007 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue