< prev index next >

src/share/vm/utilities/vmError.cpp

Print this page

        

@@ -244,10 +244,11 @@
 static const char* gc_mode() {
   if (UseG1GC)            return "g1 gc";
   if (UseParallelGC)      return "parallel gc";
   if (UseConcMarkSweepGC) return "concurrent mark sweep gc";
   if (UseSerialGC)        return "serial gc";
+  if (UseEpsilonGC)       return "epsilon gc";
   return "ERROR in GC mode";
 }
 
 static void report_vm_version(outputStream* st, char* buf, int buflen) {
    // VM version
< prev index next >