RFR: 8370315: [IR-Framework] Allow scenarios to be run in parallel [v4]

Damon Fenacci dfenacci at openjdk.org
Fri Dec 12 17:52:39 UTC 2025


On Thu, 11 Dec 2025 15:31:27 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/testlibrary_tests/ir_framework/tests/TestBadFormat.java line 128:
> 
>> 126:     private static void expectTestFormatException(Class<?> clazz, Class<?>... helpers) {
>> 127:         // Single test
>> 128:         boolean exceptionCatched = false;
> 
> Nit: catched -> caught

Oops. Fixed.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/28065#discussion_r2615089137


More information about the hotspot-compiler-dev mailing list