src/share/vm/code/codeCache.cpp

changeset 2764
dbccacb79c63
parent 2745
3f49d30f8184
child 2895
167b70ff3abc
     1.1 --- a/src/share/vm/code/codeCache.cpp	Wed Apr 13 14:33:03 2011 -0700
     1.2 +++ b/src/share/vm/code/codeCache.cpp	Thu Apr 14 00:02:21 2011 -0700
     1.3 @@ -971,8 +971,6 @@
     1.4    if (CodeCache_lock->owned_by_self()) {
     1.5      return _heap->largest_free_block();
     1.6    } else {
     1.7 -    // Avoid lock ordering problems with ttyLock.
     1.8 -    ttyUnlocker ttyul;
     1.9      MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
    1.10      return _heap->largest_free_block();
    1.11    }

mercurial