src/share/vm/memory/gcLocker.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/memory/gcLocker.cpp	Tue Apr 29 16:54:40 2014
--- new/src/share/vm/memory/gcLocker.cpp	Tue Apr 29 16:54:40 2014

*** 49,59 **** --- 49,59 ---- } if (_jni_lock_count != count) { tty->print_cr("critical counts don't match: %d != %d", _jni_lock_count, count); for (JavaThread* thr = Threads::first(); thr; thr = thr->next()) { if (thr->in_critical()) { ! tty->print_cr(INTPTR_FORMAT " in_critical %d", p2i(thr), thr->in_critical()); } } } assert(_jni_lock_count == count, "must be equal"); }

src/share/vm/memory/gcLocker.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File