< prev index next >

src/share/vm/gc_implementation/g1/g1YCTypes.hpp

Print this page

        

@@ -41,11 +41,11 @@
     switch(type) {
       case Normal: return "Normal";
       case InitialMark: return "Initial Mark";
       case DuringMark: return "During Mark";
       case Mixed: return "Mixed";
-      default: ShouldNotReachHere(); return NULL;
+      default: ShouldNotReachHere();
     }
   }
 };
 
 #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1YCTYPES_HPP
< prev index next >