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

@ -3344,12 +3344,6 @@ jint Arguments::finalize_vm_init_args(SysClassPath* scp_p, bool scp_assembly_req
const char* fileSep = os::file_separator();
sprintf(path, "%s%slib%sendorsed", Arguments::get_java_home(), fileSep, fileSep);
#if INCLUDE_JVMCI
if (EnableJVMCI) {
JVMCIRuntime::save_options(_system_properties);
}
#endif // INCLUDE_JVMCI
if (CheckEndorsedAndExtDirs) {
int nonEmptyDirs = 0;
// check endorsed directory