Re: RFR: 8312916: Remove remaining usages of -Xdebug from test/hotspot/jtreg

2023-07-26 Thread David Holmes
On Wed, 26 Jul 2023 07:22:33 GMT, Jaikiran Pai wrote: >> Can I please get a review of this test-only change which removes usages of >> the deprecated (no-op) `-Xdebug` from these tests? I missed these files when >> addressing https://bugs.openjdk.org/browse/JDK-8227229. >> >> tier testing with

Re: RFR: 8312916: Remove remaining usages of -Xdebug from test/hotspot/jtreg

2023-07-26 Thread Alan Bateman
On Wed, 26 Jul 2023 07:22:33 GMT, Jaikiran Pai wrote: > Given that `-Xdebug` is still an accepted option, I think letting this test > to continue running it against this option would be good. Once we completely > remove that option, I think we can update this test. That come up in the other PR

Re: RFR: 8312916: Remove remaining usages of -Xdebug from test/hotspot/jtreg

2023-07-26 Thread Jaikiran Pai
On Tue, 25 Jul 2023 11:44:06 GMT, Jaikiran Pai wrote: > Can I please get a review of this test-only change which removes usages of > the deprecated (no-op) `-Xdebug` from these tests? I missed these files when > addressing https://bugs.openjdk.org/browse/JDK-8227229. > > tier testing with thes

Re: RFR: 8312916: Remove remaining usages of -Xdebug from test/hotspot/jtreg

2023-07-26 Thread David Holmes
On Tue, 25 Jul 2023 11:44:06 GMT, Jaikiran Pai wrote: > Can I please get a review of this test-only change which removes usages of > the deprecated (no-op) `-Xdebug` from these tests? I missed these files when > addressing https://bugs.openjdk.org/browse/JDK-8227229. > > tier testing with thes

Re: RFR: 8312916: Remove remaining usages of -Xdebug from test/hotspot/jtreg

2023-07-26 Thread Jaikiran Pai
On Tue, 25 Jul 2023 11:44:06 GMT, Jaikiran Pai wrote: > Can I please get a review of this test-only change which removes usages of > the deprecated (no-op) `-Xdebug` from these tests? I missed these files when > addressing https://bugs.openjdk.org/browse/JDK-8227229. > > tier testing with thes

Re: RFR: 8312916: Remove remaining usages of -Xdebug from test/hotspot/jtreg

2023-07-25 Thread Chris Plummer
On Tue, 25 Jul 2023 11:44:06 GMT, Jaikiran Pai wrote: > Can I please get a review of this test-only change which removes usages of > the deprecated (no-op) `-Xdebug` from these tests? I missed these files when > addressing https://bugs.openjdk.org/browse/JDK-8227229. > > tier testing with thes

Re: RFR: 8312916: Remove remaining usages of -Xdebug from test/hotspot/jtreg

2023-07-25 Thread Kevin Walls
On Tue, 25 Jul 2023 11:44:06 GMT, Jaikiran Pai wrote: > Can I please get a review of this test-only change which removes usages of > the deprecated (no-op) `-Xdebug` from these tests? I missed these files when > addressing https://bugs.openjdk.org/browse/JDK-8227229. > > tier testing with thes

RFR: 8312916: Remove remaining usages of -Xdebug from test/hotspot/jtreg

2023-07-25 Thread Jaikiran Pai
Can I please get a review of this test-only change which removes usages of the deprecated (no-op) `-Xdebug` from these tests? I missed these files when addressing https://bugs.openjdk.org/browse/JDK-8227229. tier testing with these changes has passed without issues. - Commit messag