RFR: 8346567: Make Class.getModifiers() non-native [v7]
Vladimir Ivanov
vlivanov at openjdk.org
Fri Feb 7 20:01:27 UTC 2025
On Fri, 7 Feb 2025 19:13:07 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> I think the intrinsic for isInterface can be removed
Good point. Moreover, it seems most of intrinsics on Class queries can be replaced with a flag bit check on the mirror. (Do we have 16 unused bits in Class::modifiers after this change?)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22652#issuecomment-2643997479
More information about the serviceability-dev
mailing list