< prev index next >

src/hotspot/share/runtime/arguments.cpp

Print this page

        

@@ -2139,13 +2139,10 @@
             .
 
       */
     }
   }
-  if (!EnableValhalla && ACmpOnValues != 3) {
-    FLAG_SET_CMDLINE(ACmpOnValues, 0);
-  }
   return status;
 }
 
 bool Arguments::is_bad_option(const JavaVMOption* option, jboolean ignore,
   const char* option_type) {
< prev index next >