hotspot/src/share/vm/memory/sharedHeap.cpp
changeset 16370 4b75aa6388ab
parent 14582 490bb6c0df7c
child 17105 25b392a7740d
--- a/hotspot/src/share/vm/memory/sharedHeap.cpp	Mon Mar 18 09:08:07 2013 -0700
+++ b/hotspot/src/share/vm/memory/sharedHeap.cpp	Tue Mar 19 10:31:16 2013 +0100
@@ -178,7 +178,7 @@
       SystemDictionary::always_strong_oops_do(roots);
       ClassLoaderDataGraph::always_strong_oops_do(roots, klass_closure, !is_scavenging);
     } else {
-      ShouldNotReachHere2("We should always have selected either SO_AllClasses or SO_SystemClasses");
+      fatal("We should always have selected either SO_AllClasses or SO_SystemClasses");
     }
   }