hotspot/src/share/vm/ci/ciEnv.cpp
changeset 8333 11a7f6fc6419
parent 8314 057b1c20fd7e
child 8921 14bfe81f2a9d
--- a/hotspot/src/share/vm/ci/ciEnv.cpp	Wed Feb 09 15:02:23 2011 -0800
+++ b/hotspot/src/share/vm/ci/ciEnv.cpp	Tue Feb 22 15:26:36 2011 -0800
@@ -413,6 +413,7 @@
   }
   KlassHandle found_klass;
   {
+    ttyUnlocker ttyul;  // release tty lock to avoid ordering problems
     MutexLocker ml(Compile_lock);
     klassOop kls;
     if (!require_local) {