Index: /trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c	(revision 54693)
+++ /trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c	(revision 54694)
@@ -97,10 +97,5 @@
 DECLHIDDEN(void) rtThreadNativeWaitKludge(PRTTHREADINT pThread)
 {
-    /* Temporarily disable thread_join(), see @bugref{7726} */
-#if 0
     thread_join(pThread->tid);
-#else
-    RTThreadSleep(1); NOREF(pThread);
-#endif
 }
 
