hotspot/src/share/vm/runtime/arguments.hpp
changeset 37199 74703ea13069
parent 37179 4dbcb3a642d2
child 37216 5555c1f804c4
--- a/hotspot/src/share/vm/runtime/arguments.hpp	Wed Mar 23 09:00:22 2016 -0700
+++ b/hotspot/src/share/vm/runtime/arguments.hpp	Tue Mar 29 08:42:22 2016 +0200
@@ -567,7 +567,7 @@
   static jint adjust_after_os();
 
   static void set_gc_specific_flags();
-  static inline bool gc_selected(); // whether a gc has been selected
+  static bool gc_selected(); // whether a gc has been selected
   static void select_gc_ergonomically();
 #if INCLUDE_JVMCI
   // Check consistency of jvmci vm argument settings.
@@ -732,10 +732,6 @@
   static void check_unsupported_dumping_properties() NOT_CDS_RETURN;
 };
 
-bool Arguments::gc_selected() {
-  return UseConcMarkSweepGC || UseG1GC || UseParallelGC || UseParallelOldGC || UseSerialGC;
-}
-
 // Disable options not supported in this release, with a warning if they
 // were explicitly requested on the command-line
 #define UNSUPPORTED_OPTION(opt, description)                    \