On Wed, 13 Nov 2024 19:43:54 GMT, Ioi Lam <ik...@openjdk.org> wrote: > I think it's best to avoid modifying the test JVM. It could be used in > parallel by another jtreg process, and it could also be in a read-only > directory. > > I would suggest checking for the existence of the COH files, and skip the > test cases accordingly.
I agree that it's better not to modify the test JDK. I've updated the test. ------------- PR Comment: https://git.openjdk.org/jdk/pull/22051#issuecomment-2475012683