8299978: Remove MethodHandleNatives.getMembers

Reviewed-by: jvernee, mchung
This commit is contained in:
Claes Redestad 2023-01-12 13:39:59 +00:00
parent 89d3f3d96b
commit 48c8fb39a7
4 changed files with 1 additions and 172 deletions

View file

@ -1294,9 +1294,6 @@ class java_lang_invoke_MemberName: AllStatic {
MN_TRUSTED_FINAL = 0x00200000, // trusted final field
MN_REFERENCE_KIND_SHIFT = 24, // refKind
MN_REFERENCE_KIND_MASK = 0x0F000000 >> MN_REFERENCE_KIND_SHIFT,
// The SEARCH_* bits are not for MN.flags but for the matchFlags argument of MHN.getMembers:
MN_SEARCH_SUPERCLASSES = 0x00100000, // walk super classes
MN_SEARCH_INTERFACES = 0x00200000, // walk implemented interfaces
MN_NESTMATE_CLASS = 0x00000001,
MN_HIDDEN_CLASS = 0x00000002,
MN_STRONG_LOADER_LINK = 0x00000004,