diff src/share/vm/runtime/thread.cpp @ 22538:ea6d1727fdc6

Remove BufferBlob from JavaThread and allocate as needed during compilation
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Tue, 08 Sep 2015 16:41:04 -0700
parents 23db6926b163
children bc2d4dac0cd3
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Tue Sep 08 11:13:51 2015 -0700
+++ b/src/share/vm/runtime/thread.cpp	Tue Sep 08 16:41:04 2015 -0700
@@ -1458,7 +1458,6 @@
   // Set the claimed par_id to UINT_MAX (ie not claiming any par_ids)
   set_claimed_par_id(UINT_MAX);
 
-  _buffer_blob = NULL;
   set_saved_exception_pc(NULL);
   set_threadObj(NULL);
   _anchor.clear();