8146001: Remove support for command line options from JVMCI

Reviewed-by: twisti
This commit is contained in:
Doug Simon 2016-01-05 10:57:15 -10:00
parent ea1091ca76
commit c1d5c540ac
28 changed files with 49 additions and 2258 deletions

View file

@ -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