--- old/src/hotspot/share/jvmci/jvmciRuntime.cpp 2019-09-08 23:47:58.049953056 -0400 +++ new/src/hotspot/share/jvmci/jvmciRuntime.cpp 2019-09-08 23:47:56.870940948 -0400 @@ -942,7 +942,7 @@ } } else { // Allow error reporting thread to print the stack trace. - os::sleep(THREAD, 200); + THREAD->sleep(200); } before_exit(THREAD);