src/hotspot/os/linux/os_linux.cpp
changeset 53103 67e3a8b3449c
parent 53077 33b8f6f4cdf5
child 53121 4c4651aba203
--- a/src/hotspot/os/linux/os_linux.cpp	Wed Dec 26 19:24:00 2018 -0500
+++ b/src/hotspot/os/linux/os_linux.cpp	Thu Dec 27 21:17:11 2018 -0500
@@ -705,6 +705,8 @@
     }
   }
 
+  assert(osthread->pthread_id() != 0, "pthread_id was not set as expected");
+
   // call one more level start routine
   thread->call_run();