RFR: 8370315: [IR-Framework] Allow scenarios to be run in parallel [v4]
Damon Fenacci
dfenacci at openjdk.org
Mon Dec 15 12:55:48 UTC 2025
On Thu, 11 Dec 2025 15:20:58 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> Damon Fenacci has updated the pull request incrementally with one additional commit since the last revision:
>>
>> JDK-8370315: fix typo
>
> test/hotspot/jtreg/compiler/lib/ir_framework/TestFramework.java line 775:
>
>> 773: if (!output.isEmpty()) {
>> 774: System.out.println(output);
>> 775: }
>
> We probably also need to do a similar trick as for the exceptions in order to have ordered stdouts for the scenarios?
I might have spoken too soon: JTReg seems to collect stdout and stderr and print them out at once at the end of each (JTReg) test. In this case it doesn't make much sense to print out the output of each test as soon as it finishes (it would be better to collect them and print them in order at the end). @chhagedorn, is there possibly a way to make JTReg print the output "on-the-fly" that you are aware of?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28065#discussion_r2619308712
More information about the hotspot-compiler-dev
mailing list