mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8161605: The '!UseSharedSpaces' check is not need in JvmtiManageCapabilities::recompute_always_capabilities
Reviewed-by: sspitsyn, mseledtsov
This commit is contained in:
parent
60f417575e
commit
8abc2c38f7
4 changed files with 3 additions and 22 deletions
|
@ -597,12 +597,10 @@ void JvmtiExport::enter_primordial_phase() {
|
|||
}
|
||||
|
||||
void JvmtiExport::enter_early_start_phase() {
|
||||
JvmtiManageCapabilities::recompute_always_capabilities();
|
||||
set_early_vmstart_recorded(true);
|
||||
}
|
||||
|
||||
void JvmtiExport::enter_start_phase() {
|
||||
JvmtiManageCapabilities::recompute_always_capabilities();
|
||||
JvmtiEnvBase::set_phase(JVMTI_PHASE_START);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue