* with java.lang.RuntimePermission "getStackTrace" and
* java.lang.RuntimePermission "modifyThreadGroup".
*/
public void testAssertFailureThreadDump() {
String s = new AssertFailure("AssertFailureTest").getThreadDump();
//System.out.println(s); //Debug failures
// Assert that the string is correct, by checking that
// it starts the right way.
if (JVMInfo.JDK_ID >= JVMInfo.J2SE_15) {