mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8187742: Minimal set of bootstrap methods for constant dynamic
Co-authored-by: Brian Goetz <brian.goetz@oracle.com> Reviewed-by: jrose, forax
This commit is contained in:
parent
e55a05957d
commit
4b5ffe70d9
10 changed files with 656 additions and 56 deletions
|
@ -310,7 +310,7 @@ class MethodHandleNatives {
|
|||
MethodHandle bootstrapMethod,
|
||||
String name, Class<?> type,
|
||||
Object staticArguments) {
|
||||
return DynamicConstant.makeConstant(bootstrapMethod, name, type, staticArguments, caller);
|
||||
return ConstantBootstraps.makeConstant(bootstrapMethod, name, type, staticArguments, caller);
|
||||
}
|
||||
|
||||
private static String staticArglistForTrace(Object staticArguments) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue