< prev index next >

src/share/vm/utilities/globalDefinitions.cpp

Print this page

        

@@ -48,11 +48,11 @@
 
 // Oop encoding heap max
 uint64_t OopEncodingHeapMax = 0;
 
 void basic_fatal(const char* msg) {
-  fatal(msg);
+  fatal("%s", msg);
 }
 
 // Something to help porters sleep at night
 
 void basic_types_init() {
< prev index next >