RFR: 8352617: IR framework test TestCompileCommandFileWriter.java runs TestCompilePhaseCollector instead of itself
Marc Chevalier
mchevalier at openjdk.org
Thu Mar 27 08:48:51 UTC 2025
On Wed, 26 Mar 2025 07:36:37 GMT, Marc Chevalier <mchevalier at openjdk.org> wrote:
> Simply changing the path in `@run` was not enough (see JBS for details). And actually, the test wasn't doing anything before trying to open an output file to check the result. From various hints, I completed the test: I hope it was the intent!
>
> I think @chhagedorn's eye would be the most relevant.
>
> Thanks,
> Marc
Fixed as requested. Also, vm.debug == true seems unnecessary.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24240#issuecomment-2757209965
More information about the hotspot-compiler-dev
mailing list