Hi all, Sometimes some tests only fails or crash run by fastdebug/slowdebug jdk binary, such as `java/lang/Thread/jni/AttachCurrentThread/AttachTest.java#id1` which has been recorded by [JDK-8343244](https://bugs.openjdk.org/browse/JDK-8343244). To make less CI noisy, we can disable these tests by add tag such as `@requires vm.debug == false`, but I think put the releated tests to Problemlist is a better way before the root cause failure has been fixed. Thus I think it's necessary support Problemlist for fastdebug/slowdebug build, the Problemlist only work for fastdebug/slowdebug build. By the way, the timeout factor with fastdebug/slowdebug should larger than release build, this PR also make jtreg timeoutFactor to 10 if the tested jdk is fastdebug/slowdebug build.
------------- Commit messages: - 8343503: Problemlist support fastdebug/slowdebug build Changes: https://git.openjdk.org/jdk/pull/21862/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21862&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8343503 Stats: 5 lines in 1 file changed: 5 ins; 0 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/21862.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/21862/head:pull/21862 PR: https://git.openjdk.org/jdk/pull/21862