--- old/src/share/vm/prims/jniCheck.hpp 2012-11-12 10:52:09.716641860 -0800 +++ new/src/share/vm/prims/jniCheck.hpp 2012-11-12 10:52:09.468644977 -0800 @@ -35,7 +35,7 @@ // within IN_VM macro), one to be called when in NATIVE state. // When in VM state: - static void ReportJNIFatalError(JavaThread* thr, const char *msg) { + static inline void ReportJNIFatalError(JavaThread* thr, const char *msg) { tty->print_cr("FATAL ERROR in native method: %s", msg); thr->print_stack(); os::abort(true);