Removing the arbitrary time out value from the test case. The time out value seems to have been there for the stop-gap to prevent the infinite loop in the bug case. Without the explicit time out, the jtreg's default time out would kick in, with more detailed thread dumps. (This PR is not intended to fix the intermittent issue described in the bug report which occurred in Valhalla repo, but to better analyse it if the same timeout occurs)
------------- Commit messages: - initial commit Changes: https://git.openjdk.org/jdk/pull/30343/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30343&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8379551 Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/30343.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30343/head:pull/30343 PR: https://git.openjdk.org/jdk/pull/30343
