Integrated: 8336753: Don't run serviceability/sa/ClhsdbDumpheap.java with -Xcomp

2024-07-22 Thread Daniel Lundén
On Thu, 18 Jul 2024 15:00:41 GMT, Daniel Lundén 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 disabl

Re: RFR: 8336753: Don't run serviceability/sa/ClhsdbDumpheap.java with -Xcomp [v4]

2024-07-22 Thread Daniel Lundén
On Sat, 20 Jul 2024 06:33:09 GMT, Daniel Lundén 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 sh

Re: RFR: 8336753: Don't run serviceability/sa/ClhsdbDumpheap.java with -Xcomp [v4]

2024-07-20 Thread Daniel Lundén
t least for now. > > ### Changeset > > - Add `@requires vm.compMode != "Xcomp"` to `ClhsdbDumpheap.java`. Daniel Lundén has updated the pull request incrementally with one additional commit since the last revision: Update copyright - Changes: - all: https://git.ope

Re: RFR: 8336753: Don't run serviceability/sa/ClhsdbDumpheap.java with -Xcomp [v3]

2024-07-20 Thread Daniel Lundén
On Fri, 19 Jul 2024 16:49:56 GMT, Chris Plummer wrote: > Copyright needs updating. Thanks, done. - PR Comment: https://git.openjdk.org/jdk/pull/20237#issuecomment-2240950444

Re: RFR: 8336753: Don't run serviceability/sa/ClhsdbDumpheap.java with -Xcomp [v2]

2024-07-19 Thread Daniel Lundén
On Fri, 19 Jul 2024 10:42:00 GMT, Tobias Hartmann wrote: >> Can/should I include the bug number in some other way (perhaps directly in >> the comment)? I'm thinking if someone reads the comment in the future and >> would like more details. > > I don't think that's necessary, one can always

Re: RFR: 8336753: Don't run serviceability/sa/ClhsdbDumpheap.java with -Xcomp [v3]

2024-07-19 Thread Daniel Lundén
t least for now. > > ### Changeset > > - Add `@requires vm.compMode != "Xcomp"` to `ClhsdbDumpheap.java`. Daniel Lundén has updated the pull request incrementally with one additional commit since the last revision: Remove issue number - Changes: - all: https://git.ope

Re: RFR: 8336753: Don't run serviceability/sa/ClhsdbDumpheap.java with -Xcomp [v2]

2024-07-19 Thread Daniel Lundén
On Fri, 19 Jul 2024 09:45:19 GMT, Tobias Hartmann wrote: >> Daniel Lundén has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Add comment and bug number > > test/hotspot/jtreg/serviceability/sa/ClhsdbD

Re: RFR: 8336753: Don't run serviceability/sa/ClhsdbDumpheap.java with -Xcomp

2024-07-19 Thread Daniel Lundén
On Thu, 18 Jul 2024 15:00:41 GMT, Daniel Lundén 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 disabl

Re: RFR: 8336753: Don't run serviceability/sa/ClhsdbDumpheap.java with -Xcomp [v2]

2024-07-19 Thread Daniel Lundén
t least for now. > > ### Changeset > > - Add `@requires vm.compMode != "Xcomp"` to `ClhsdbDumpheap.java`. Daniel Lundén has updated the pull request incrementally with one additional commit since the last revision: Add comment and bug number - Changes: - all: https:/

Withdrawn: 8336753: Don't run serviceability/sa/ClhsdbDumpheap.java with -Xcomp

2024-07-19 Thread Daniel Lundén
On Thu, 18 Jul 2024 15:00:41 GMT, Daniel Lundén 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 disabl

RFR: 8336753: Don't run serviceability/sa/ClhsdbDumpheap.java with -Xcomp

2024-07-18 Thread Daniel Lundén
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