mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue