RFR: 8356102: TestJcmdOutput, JcmdWithNMTDisabled and DumpSharedDictionary hs/tier1 tests fail on static-jdk
Thomas Stuefe
stuefe at openjdk.org
Fri May 9 05:16:50 UTC 2025
On Fri, 9 May 2025 04:37:34 GMT, David Holmes <dholmes at openjdk.org> wrote:
> This looks rather hackish to me - individual tests should not need to know about how to make jdkToolFinder work. Can this be hidden away in `ProcessTools.createLimitedTestJavaProcessBuilder` and other `ProcessTools` code as needed?
I agree, this feels like the wrong place for this kind of logic. The tests should not have to care whether they run on a static JDK.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25018#issuecomment-2865142017
More information about the hotspot-runtime-dev
mailing list