< prev index next >

src/share/vm/runtime/thread.cpp

Print this page
rev 6875 : 8056240: Investigate increased GC remark time after class unloading changes in CRM Fuse
Reviewed-by: mgerdin, coleenp, bdelsart

@@ -232,10 +232,12 @@
   set_last_handle_mark(NULL);
 
   // This initial value ==> never claimed.
   _oops_do_parity = 0;
 
+  _metadata_on_stack_buffer = NULL;
+
   // the handle mark links itself to last_handle_mark
   new HandleMark(this);
 
   // plain initialization
   debug_only(_owned_locks = NULL;)
< prev index next >