RFR: 8336753: Don't run serviceability/sa/ClhsdbDumpheap.java with -Xcomp
Tobias Hartmann
thartmann at openjdk.org
Fri Jul 19 07:19:32 UTC 2024
On Thu, 18 Jul 2024 15:00:41 GMT, Daniel Lundén <dlunden at 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`.
FTR, I converted this to a sub-task of [JDK-8336805](https://bugs.openjdk.org/browse/JDK-8336805) which keeps track of the regression from [JDK-8324241](https://bugs.openjdk.org/browse/JDK-8324241) that we think is responsible for this.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20237#issuecomment-2238531192
More information about the hotspot-compiler-dev
mailing list