changeset 11451:f49ee75d2a8b

Remove warning when G1 is used
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Wed, 28 Aug 2013 10:44:23 +0200
parents 2868b55001d4
children a51c6eb8448a
files src/share/vm/runtime/arguments.cpp
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Wed Aug 28 01:45:13 2013 +0200
+++ b/src/share/vm/runtime/arguments.cpp	Wed Aug 28 10:44:23 2013 +0200
@@ -2203,10 +2203,8 @@
 #ifdef GRAAL
   if (UseG1GC) {
       if (IgnoreUnrecognizedVMOptions) {
-        warning("UseG1GC is still experimental in Graal, use SerialGC instead ");
         FLAG_SET_CMDLINE(bool, UseG1GC, true);
       } else {
-        warning("UseG1GC is still experimental in Graal, use SerialGC instead ");
         status = true;
       }
   } else {