RFR: 8348631: Crash in PredictedCallGenerator::generate after JDK-8347006 [v2]

Tobias Hartmann thartmann at openjdk.org
Tue Jan 28 20:41:07 UTC 2025


On Tue, 28 Jan 2025 17:13:34 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Tobias Hartmann has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Added comment
>
> src/hotspot/share/opto/library_call.cpp line 4308:
> 
>> 4306:     if (!cast->is_top()) {
>> 4307:       *obj = cast;
>> 4308:     }
> 
> Add comment why it could be TOP.

I added a comment.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23331#discussion_r1932825818


More information about the hotspot-compiler-dev mailing list