On Sat, 9 Aug 2025 03:27:26 GMT, Ramkumar Sunderbabu <rsunderb...@openjdk.org> wrote:
> VM argument UseSerialGC was not allowed while launching the debuggee process > due to classloader related issue (JDK-8313655). During the effort to improve > the test's handling of the issue, it was observed that SerialGC doesn't cause > any issue any more. This could possibly due to improved handling of > ClassLoaderData or SerialGC. > After extensively testing the argument in various platforms and for many > iterations, it was decided to allow the argument here on. > > Testing: Tiers1,2,3 and other ties where the test runs. This pull request has now been integrated. Changeset: 25480f00 Author: Ramkumar Sunderbabu <rsunderb...@openjdk.org> Committer: Leonid Mesnik <lmes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/25480f0011297ad209eca1b1b56bcf983ea4ee5d Stats: 6 lines in 1 file changed: 0 ins; 5 del; 1 mod 8365184: sun/tools/jhsdb/HeapDumpTestWithActiveProcess.java Re-enable SerialGC flag on debuggee process Reviewed-by: lmesnik, cjplummer, sspitsyn ------------- PR: https://git.openjdk.org/jdk/pull/26711