[jdk21u-dev] RFR: 8325469: Freeze/Thaw code can crash in the presence of OSR frames [v2]
Aleksey Shipilev
shade at openjdk.org
Tue Jun 11 12:17:16 UTC 2024
On Thu, 6 Jun 2024 20:28:29 GMT, Paul Hohensee <phh at openjdk.org> wrote:
>> Aleksey Shipilev has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
>>
>> - Revert the assert change that is not present in original patch; should be no-op
>> - Merge branch 'master' into JDK-8325469-loom-freeze-thaw-crash
>> - Backport fd331ff17330329a656181cb58714f1bd1623fcb
>
> Marked as reviewed by phh (Reviewer).
I realized that while accepting the hunks from the original patch, I accidentally accepted a few minor assert changes. Reverted them here for cleanliness: https://github.com/openjdk/jdk21u-dev/pull/675/commits/9092002542974c046c1d04f83520e4512983b75f. They should be no-op, as `nmethod` and `CompiledMethod` are rough synonyms. @phohensee -- see if you agree?
-------------
PR Comment: https://git.openjdk.org/jdk21u-dev/pull/675#issuecomment-2160609342
More information about the jdk-updates-dev
mailing list