mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8146001: Remove support for command line options from JVMCI
Reviewed-by: twisti
This commit is contained in:
parent
ea1091ca76
commit
c1d5c540ac
28 changed files with 49 additions and 2258 deletions
|
@ -3657,7 +3657,6 @@ jint Threads::create_vm(JavaVMInitArgs* args, bool* canTryAgain) {
|
|||
if (jvmciCompiler != NULL) {
|
||||
JVMCIRuntime::save_compiler(jvmciCompiler);
|
||||
}
|
||||
JVMCIRuntime::maybe_print_flags(CHECK_JNI_ERR);
|
||||
}
|
||||
#endif // INCLUDE_JVMCI
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue