8244090: public lookup should find public members of public exported types

Reviewed-by: lfoltan, psandoz
This commit is contained in:
Mandy Chung 2020-09-03 12:43:13 -07:00
parent 49a9d49dbd
commit 4e6a4af186
24 changed files with 369 additions and 75 deletions

View file

@ -1134,7 +1134,11 @@ class java_lang_invoke_MemberName: AllStatic {
MN_NESTMATE_CLASS = 0x00000001,
MN_HIDDEN_CLASS = 0x00000002,
MN_STRONG_LOADER_LINK = 0x00000004,
MN_ACCESS_VM_ANNOTATIONS = 0x00000008
MN_ACCESS_VM_ANNOTATIONS = 0x00000008,
// Lookup modes
MN_MODULE_MODE = 0x00000010,
MN_UNCONDITIONAL_MODE = 0x00000020,
MN_TRUSTED_MODE = -1
};
// Accessors for code generation: