src/hotspot/share/runtime/thread.cpp
changeset 51817 46eac084082d
parent 51702 ebd5b1ad971a
child 51860 54aafb3ba9ab
--- a/src/hotspot/share/runtime/thread.cpp	Thu Sep 20 08:11:21 2018 -0400
+++ b/src/hotspot/share/runtime/thread.cpp	Thu Sep 20 14:04:43 2018 +0200
@@ -1989,7 +1989,7 @@
   remove_stack_guard_pages();
 
   if (UseTLAB) {
-    tlab().make_parsable(true);  // retire TLAB
+    tlab().retire();
   }
 
   if (JvmtiEnv::environments_might_exist()) {
@@ -2045,7 +2045,7 @@
   remove_stack_guard_pages();
 
   if (UseTLAB) {
-    tlab().make_parsable(true);  // retire TLAB, if any
+    tlab().retire();
   }
 
   BarrierSet::barrier_set()->on_thread_detach(this);