RFR: 8370315: [IR-Framework] Allow scenarios to be run in parallel [v4]
Damon Fenacci
dfenacci at openjdk.org
Fri Dec 12 17:48:31 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?
That would be a good idea. Adding it...
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28065#discussion_r2615078572
More information about the hotspot-compiler-dev
mailing list