hotspot/src/share/vm/runtime/thread.cpp
changeset 35481 53825bdb41a0
parent 35468 32c11a4f200c
child 35492 c8c0273e6b91
--- a/hotspot/src/share/vm/runtime/thread.cpp	Tue Jan 12 19:11:39 2016 +0000
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Mon Jan 11 14:26:00 2016 -0500
@@ -1419,9 +1419,6 @@
 void JavaThread::initialize() {
   // Initialize fields
 
-  // Set the claimed par_id to UINT_MAX (ie not claiming any par_ids)
-  set_claimed_par_id(UINT_MAX);
-
   set_saved_exception_pc(NULL);
   set_threadObj(NULL);
   _anchor.clear();