mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
Reviewed-by: never
This commit is contained in:
parent
15161b8cd1
commit
8df44305c7
26 changed files with 512 additions and 58 deletions
|
@ -588,6 +588,8 @@ class MethodHandles: AllStatic {
|
|||
ETF_DIRECT_HANDLE = 1, // ultimate method handle (will be a DMH, may be self)
|
||||
ETF_METHOD_NAME = 2, // ultimate method as MemberName
|
||||
ETF_REFLECT_METHOD = 3, // ultimate method as java.lang.reflect object (sans refClass)
|
||||
ETF_FORCE_DIRECT_HANDLE = 64,
|
||||
ETF_COMPILE_DIRECT_HANDLE = 65,
|
||||
|
||||
// ad hoc constants
|
||||
OP_ROT_ARGS_DOWN_LIMIT_BIAS = -1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue