src/hotspot/share/utilities/vmError.cpp
branchepsilon-gc-branch
changeset 55767 8e22715afabc
parent 47687 fb290fd1f9d4
child 55934 912c55e702d6
equal deleted inserted replaced
47701:be620a591379 55767:8e22715afabc
   304 static const char* gc_mode() {
   304 static const char* gc_mode() {
   305   if (UseG1GC)            return "g1 gc";
   305   if (UseG1GC)            return "g1 gc";
   306   if (UseParallelGC)      return "parallel gc";
   306   if (UseParallelGC)      return "parallel gc";
   307   if (UseConcMarkSweepGC) return "concurrent mark sweep gc";
   307   if (UseConcMarkSweepGC) return "concurrent mark sweep gc";
   308   if (UseSerialGC)        return "serial gc";
   308   if (UseSerialGC)        return "serial gc";
       
   309   if (UseEpsilonGC)       return "epsilon gc";
   309   return "ERROR in GC mode";
   310   return "ERROR in GC mode";
   310 }
   311 }
   311 
   312 
   312 static void report_vm_version(outputStream* st, char* buf, int buflen) {
   313 static void report_vm_version(outputStream* st, char* buf, int buflen) {
   313    // VM version
   314    // VM version