RFR: 8303512: Race condition when computing is_loaded property of TypePtr::InterfaceSet [v3]

Tobias Hartmann thartmann at openjdk.org
Fri May 12 09:27:47 UTC 2023


On Wed, 10 May 2023 11:48:24 GMT, Roland Westrelin <roland at openjdk.org> wrote:

>> Tobias Hartmann has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Refactoring
>
> src/hotspot/share/opto/type.cpp line 3311:
> 
>> 3309: }
>> 3310: 
>> 3311: bool TypePtr::InterfaceSet::eq(ciInstanceKlass* k, InterfaceHandling interface_handling) const {
> 
> Why not remove the interface_handling parameter? It doesn't seem useful.

Right, I'll remove it.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13868#discussion_r1192132501


More information about the hotspot-compiler-dev mailing list