--- old/src/share/vm/runtime/arguments.cpp 2017-07-05 18:47:39.323965554 +0200 +++ new/src/share/vm/runtime/arguments.cpp 2017-07-05 18:47:39.223965559 +0200 @@ -2537,14 +2537,6 @@ "Conflicting combination in option list: EnableMVT and EnableValhalla cannot be both enabled at the same time"); } - if (!EnableMVT && CompileTheWorld) { - if (!FLAG_IS_DEFAULT(EnableMVT)) { - warning("EnableMVT enabled due to CompileTheWorld."); - } - // We need to enable MVT because CompileTheWorld may process java.lang.__Value - FLAG_SET_CMDLINE(bool, EnableMVT, true); - } - return status; }