RFR: 8370315: [IR-Framework] Allow scenarios to be run in parallel [v4]
Damon Fenacci
dfenacci at openjdk.org
Mon Dec 15 10:04:23 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?
@chhagedorn I guess we can drop the printing of exception at the end then. Is that part of what you were suggesting?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28065#discussion_r2618752271
More information about the hotspot-compiler-dev
mailing list