RFR: 8325469: Freeze/Thaw code can crash in the presence of OSR frames [v2]

Patricio Chilano Mateo pchilanomate at openjdk.org
Mon Apr 8 14:21:13 UTC 2024


On Fri, 5 Apr 2024 20:46:37 GMT, Ron Pressler <rpressler at openjdk.org> wrote:

>> Patricio Chilano Mateo has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fix comment
>
> test/jdk/jdk/internal/vm/Continuation/OSRTest.java line 131:
> 
>> 129:         for (int i = 0; i < 500_000 * fooCallCount; i++) {
>> 130:         }
>> 131:         fooCallCount++;
> 
> Perhaps use WhiteBox to check if we're OSRed?

I'll test using isMethodCompiled(m, true) as another condition to break the loop.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18637#discussion_r1555925286


More information about the hotspot-dev mailing list