< prev index next >
src/hotspot/share/opto/callGenerator.cpp
Print this page
@@ -88,11 +88,11 @@
Parse parser(jvms, method(), _expected_uses);
// Grab signature for matching/allocation
#ifdef ASSERT
if (parser.tf() != (parser.depth() == 1 ? C->tf() : tf())) {
- MutexLockerEx ml(Compile_lock, Mutex::_no_safepoint_check_flag);
+ MutexLocker ml(Compile_lock);
assert(C->env()->system_dictionary_modification_counter_changed(),
"Must invalidate if TypeFuncs differ");
}
#endif
< prev index next >