changeset 22444:d70fa3eef37d

Remove leftover code from when G1 wasn't supported
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Thu, 20 Aug 2015 18:06:39 -0700
parents fddb4d4ce5b6
children 9b106403c2f3
files src/share/vm/runtime/arguments.cpp
diffstat 1 files changed, 0 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Thu Aug 20 23:01:30 2015 +0200
+++ b/src/share/vm/runtime/arguments.cpp	Thu Aug 20 18:06:39 2015 -0700
@@ -2438,17 +2438,6 @@
 #endif
   }
 #if INCLUDE_JVMCI
-  if (UseG1GC) {
-      if (IgnoreUnrecognizedVMOptions) {
-        FLAG_SET_CMDLINE(bool, UseG1GC, true);
-      } else {
-        status = true;
-      }
-  } else {
-      // This prevents the flag being set to true by set_ergonomics_flags()
-      FLAG_SET_CMDLINE(bool, UseG1GC, false);
-  }
-
   if (!ScavengeRootsInCode) {
       warning("forcing ScavengeRootsInCode non-zero because JVMCI is enabled");
       ScavengeRootsInCode = 1;