RFR: 8346567: Make Class.getModifiers() non-native [v2]

Coleen Phillimore coleenp at openjdk.org
Thu Feb 6 14:31:29 UTC 2025


On Wed, 5 Feb 2025 21:26:29 GMT, Dean Long <dlong at openjdk.org> wrote:

>> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix copyright and param name
>
> src/hotspot/share/oops/instanceKlass.hpp line 1128:
> 
>> 1126: #endif
>> 1127: 
>> 1128:   int compute_modifier_flags() const;
> 
> I don't see why this can't stay u2.

I had some compilation error for conversion that has disappeared into the either with u2, so I've restored them to u2.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22652#discussion_r1944825437


More information about the core-libs-dev mailing list