RFR: 8324174: assert(m->is_entered(current)) failed: invariant [v2]
Vladimir Kozlov
kvn at openjdk.org
Tue Jan 30 18:09:28 UTC 2024
On Tue, 30 Jan 2024 17:13:08 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> Vladimir Kozlov has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix spacing
>
> src/hotspot/share/runtime/deoptimization.cpp line 395:
>
>> 393: #endif // !PRODUCT
>> 394: // Start locking from outermost/oldest frame
>> 395: for (int i = (chunk->length() - 1); i >= 0 ; i--) {
>
> Suggestion:
>
> for (int i = (chunk->length() - 1); i >= 0; i--) {
Done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17600#discussion_r1471714989
More information about the hotspot-dev
mailing list