< prev index next >

hotspot/src/share/vm/runtime/arguments.cpp

Print this page

        

*** 3451,3460 **** --- 3451,3466 ---- } else if (is_bad_option(option, args->ignoreUnrecognized)) { return JNI_ERR; } } + if (EnableMVT || EnableValhalla) { + if (!create_property("valhalla.enableValueType", "true", InternalProperty)) { + return JNI_ENOMEM; + } + } + // PrintSharedArchiveAndExit will turn on // -Xshare:on // -Xlog:class+path=info if (PrintSharedArchiveAndExit) { if (FLAG_SET_CMDLINE(bool, UseSharedSpaces, true) != Flag::SUCCESS) {
< prev index next >