Test serviceability/jvmti/DynamicCodeGenerated/DynamicCodeGeneratedTest.java timed out with -Xcomp. It starts 2000 threads at the same time. However, there is no goal to start them simultaneously. It is needed just to start a lot of threads. So fix is to start them by smaller groups.
------------- Commit messages: - 8269817: serviceability/jvmti/DynamicCodeGenerated/DynamicCodeGeneratedTest.java timed out with -Xcomp Changes: https://git.openjdk.org/jdk/pull/11228/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11228&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8269817 Stats: 20 lines in 1 file changed: 10 ins; 0 del; 10 mod Patch: https://git.openjdk.org/jdk/pull/11228.diff Fetch: git fetch https://git.openjdk.org/jdk pull/11228/head:pull/11228 PR: https://git.openjdk.org/jdk/pull/11228