On Fri, 18 Nov 2022 01:16:13 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:
> 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. Marked as reviewed by cjplummer (Reviewer). ------------- PR: https://git.openjdk.org/jdk/pull/11228