< prev index next >

src/share/vm/runtime/arguments.cpp

Print this page

        

*** 3543,3552 **** --- 3543,3557 ---- if (!check_vm_args_consistency()) { return JNI_ERR; } + if (!FLAG_IS_DEFAULT(FSDirForHeap)) { + FLAG_SET_CMDLINE(bool, ForceNUMA, false); + FLAG_SET_CMDLINE(bool, UseNUMA, false); + } + return JNI_OK; } // Helper class for controlling the lifetime of JavaVMInitArgs // objects. The contents of the JavaVMInitArgs are guaranteed to be
< prev index next >