< prev index next >

test/hotspot/jtreg/runtime/jni/terminatedThread/TestTerminatedThread.java

Print this page
rev 59103 : imported patch hotspot

@@ -23,17 +23,14 @@
 import java.lang.management.*;
 
 /*
  * @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
  */
 
 public class TestTerminatedThread {
 
< prev index next >