RFR: 8370502: C2: segfault while adding node to IGVN worklist [v2]

Kerem Kat krk at openjdk.org
Thu Nov 20 16:40:51 UTC 2025


On Thu, 20 Nov 2025 16:09:23 GMT, Manuel Hässig <mhaessig at openjdk.org> wrote:

>> Kerem Kat has updated the pull request incrementally with three additional commits since the last revision:
>> 
>>  - fix test spacing
>>  - Update src/hotspot/share/opto/macro.cpp
>>    
>>    Co-authored-by: Manuel Hässig <manuel at haessig.org>
>>  - Update src/hotspot/share/opto/macro.cpp
>>    
>>    Co-authored-by: Manuel Hässig <manuel at haessig.org>
>
> test/hotspot/jtreg/compiler/c2/Test8370502.java line 1:
> 
>> 1: /*
> 
> The indentation in Java files should be 4 spaces.

I followed another test's format style. Now I can see that there is a mixture of 2 and 4 space `Test*.java` files.

Fixing.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28432#discussion_r2546785517


More information about the hotspot-compiler-dev mailing list