On Wed, 26 Jun 2024 06:36:05 GMT, SendaoYan <s...@openjdk.org> wrote:
> Hi all, > The newly added test `com/sun/jdi/BreakpointOnClassPrepare.java` fails at > `SUSPEND_NONE` mode. > To make this test less noisy, should we disable the SUSPEND_NONE mode for now. > @sendaoYan I have a PR out to fix the issue. I think it is best that we just > push it instead. Can you confirm that it fixes the problem for you? See > #19910. > > Also, which GC are you using? We haven't seen the failure with any of our > testing so far. I Use the default GC, the default GC is G1GC. Your patch works for me, I think this PR should close. ------------- PR Comment: https://git.openjdk.org/jdk/pull/19897#issuecomment-2192872122