--- old/test/hotspot/jtreg/runtime/jni/terminatedThread/TestTerminatedThread.java 2020-05-20 18:04:29.011238996 -0700 +++ new/test/hotspot/jtreg/runtime/jni/terminatedThread/TestTerminatedThread.java 2020-05-20 18:04:28.631231699 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -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 */