< prev index next >

src/share/vm/utilities/globalDefinitions.cpp

Print this page
rev 8979 : [mq]: vmerr_static

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