RFR: 8339575: DumpingWithJavaAgent.java failed with missing expected output

Matias Saavedra Silva matsaave at openjdk.org
Thu Sep 5 20:00:16 UTC 2024


[JDK-8338530](https://bugs.openjdk.org/browse/JDK-8338530) altered DumpingwithJavaAgent to include a check for a new output, however this test can be run with dynamic dumping enabled which leads to the expected output not being generated. This patch moves the test case to a more reasonable location which only checks for static dumping. Verified with tier 1-5 tests.

-------------

Commit messages:
 - Removed test from problem list
 - Merge branch 'master' into dumpingWithJavaAgent_8339575
 - 8339575: DumpingWithJavaAgent.java failed with missing expected output

Changes: https://git.openjdk.org/jdk/pull/20875/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20875&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8339575
  Stats: 4 lines in 3 files changed: 1 ins; 2 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/20875.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20875/head:pull/20875

PR: https://git.openjdk.org/jdk/pull/20875


More information about the hotspot-runtime-dev mailing list