--- old/test/hotspot/jtreg/runtime/jni/terminatedThread/TestTerminatedThread.java 2020-05-01 02:27:28.617824869 -0700 +++ new/test/hotspot/jtreg/runtime/jni/terminatedThread/TestTerminatedThread.java 2020-05-01 02:27:28.237817559 -0700 @@ -25,13 +25,10 @@ /* * @test * @bug 8205878 8206954 - * @requires os.family != "windows" & os.family != "solaris" + * @requires os.family != "windows" * @summary Basic test of Thread and ThreadMXBean queries on a natively * attached thread that has failed to detach before terminating. - * @comment The native code only supports POSIX so no windows testing; also - * we have to skip solaris as a terminating thread that fails to - * detach will hit an infinite loop due to TLS destructor issues - see - * comments in JDK-8156708 + * @comment The native code only supports POSIX so no windows testing * @run main/othervm/native TestTerminatedThread */