[jdk17u-dev] RFR: 8276227: ciReplay: SIGSEGV if classfile for replay compilation is not present after JDK-8275868 [v2]
Goetz Lindenmaier
goetz at openjdk.org
Wed Mar 27 15:50:48 UTC 2024
On Wed, 27 Mar 2024 15:20:15 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> Goetz Lindenmaier has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Add empty line
>
> src/hotspot/share/ci/ciReplay.cpp line 696:
>
>> 694: // in signatures of inlinees. This ensures that inlining can be done as stated in the replay file.
>> 695: _protection_domain = Handle(_thread, k->protection_domain());
>> 696: }
>
> Original change inserts an empty line, here.
Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk17u-dev/pull/2335#discussion_r1541376441
More information about the jdk-updates-dev
mailing list