mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8244090: public lookup should find public members of public exported types
Reviewed-by: lfoltan, psandoz
This commit is contained in:
parent
49a9d49dbd
commit
4e6a4af186
24 changed files with 369 additions and 75 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue