mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8216262: Remove develop flag DelayCompilationDuringStartup
Reviewed-by: kvn, thartmann
This commit is contained in:
parent
aea92f008a
commit
bd8f4a115c
9 changed files with 14 additions and 58 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -54,10 +54,6 @@ void JVMCICompiler::initialize() {
|
|||
}
|
||||
|
||||
set_state(initialized);
|
||||
|
||||
// JVMCI is considered as application code so we need to
|
||||
// stop the VM deferring compilation now.
|
||||
CompilationPolicy::completed_vm_startup();
|
||||
}
|
||||
|
||||
void JVMCICompiler::bootstrap(TRAPS) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue