[jdk17u-dev] RFR: 8332252: Clean up vmTestbase/vm/share

Goetz Lindenmaier goetz at openjdk.org
Mon Jun 16 09:28:42 UTC 2025


I backport this for parity with 17.0.17-oracle.

I had to touch three files:

test/hotspot/jtreg/vmTestbase/metaspace/gc/HighWaterMarkTest.java
Resolved Copyright because "8284853: Fix various 'expected' typo" is not in 17.


test/hotspot/jtreg/vmTestbase/metaspace/staticReferences/StaticReferences.java
Resolved imports because later change "8202100: Merge vm/share/InMemoryJavaCompiler w/ jdk/test/lib/compiler/InMemoryJavaCompiler" was already backported.

test/hotspot/jtreg/vmTestbase/vm/share/ProcessUtils.cpp
Several changes are missing here. These are all cleanups that touch code that is removed anyways.
Resolved.

I ran the modified tests. Where a aux file has been modified, I selected some test that uses the coding as assured it is passing.

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

Commit messages:
 - Backport a81e1bf1e1a6f00280b9be987c03fe20915fd52c

Changes: https://git.openjdk.org/jdk17u-dev/pull/3640/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=3640&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8332252
  Stats: 1672 lines in 46 files changed: 27 ins; 1598 del; 47 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/3640.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/3640/head:pull/3640

PR: https://git.openjdk.org/jdk17u-dev/pull/3640


More information about the jdk-updates-dev mailing list