src/hotspot/share/runtime/thread.cpp
changeset 51577 64331e014bc7
parent 51548 35a6956f4243
parent 51572 d2137bd1e57d
child 51600 56309b1b9d9b
--- a/src/hotspot/share/runtime/thread.cpp	Wed Aug 29 12:00:47 2018 -0400
+++ b/src/hotspot/share/runtime/thread.cpp	Wed Aug 29 19:48:28 2018 +0200
@@ -3340,11 +3340,6 @@
 }
 
 CompilerThread::~CompilerThread() {
-  // Free buffer blob, if allocated
-  if (get_buffer_blob() != NULL) {
-    MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
-    CodeCache::free(get_buffer_blob());
-  }
   // Delete objects which were allocated on heap.
   delete _counters;
 }