8161605: The '!UseSharedSpaces' check is not need in JvmtiManageCapabilities::recompute_always_capabilities

Reviewed-by: sspitsyn, mseledtsov
This commit is contained in:
Alex Menkov 2018-02-07 10:25:10 -08:00
parent 60f417575e
commit 8abc2c38f7
4 changed files with 3 additions and 22 deletions

View file

@ -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);
}