On Thu, 18 Jul 2024 15:00:41 GMT, Daniel Lundén <dlun...@openjdk.org> wrote:
> We are seeing quite a few timeouts for > `serviceability/sa/ClhsdbDumpheap.java` running with -Xcomp in testing, > possibly related to > [JDK-8324241](https://bugs.openjdk.org/browse/JDK-8324241). We should disable > running `ClhsdbDumpheap.java` with -Xcomp, at least for now. > > ### Changeset > > - Add `@requires vm.compMode != "Xcomp"` to `ClhsdbDumpheap.java`. This pull request has now been integrated. Changeset: 0725eb1d Author: Daniel Lundén <dlun...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/0725eb1df2357bb0489e2521d96bb424fc233406 Stats: 5 lines in 1 file changed: 4 ins; 0 del; 1 mod 8336753: Don't run serviceability/sa/ClhsdbDumpheap.java with -Xcomp Reviewed-by: cjplummer, kvn, thartmann ------------- PR: https://git.openjdk.org/jdk/pull/20237