RFR: 8336103: Sharper checks for <init> and <clinit> initializers [v2]

Aleksey Shipilev shade at openjdk.org
Thu Jul 11 08:58:12 UTC 2024


On Thu, 11 Jul 2024 08:46:38 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Indenting
>
> src/hotspot/share/oops/klassVtable.cpp line 1233:
> 
>> 1231: 
>> 1232: inline bool interface_method_needs_itable_index(Method* m) {
>> 1233:   if (m->is_static())           return false;   // e.g., Stream.empty
> 
> code alignment is now inconsistent

Fixed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20120#discussion_r1673657253


More information about the hotspot-dev mailing list