mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8257241: CDS should not handle disableEagerInitialization for archived lambda proxy classes
Reviewed-by: iklam, redestad, mchung
This commit is contained in:
parent
7104400ad8
commit
3da30e991a
9 changed files with 260 additions and 50 deletions
|
@ -51,9 +51,8 @@ Java_java_lang_invoke_LambdaProxyClassArchive_findFromArchive(JNIEnv *env, jclas
|
|||
jobject invokedType,
|
||||
jobject methodType,
|
||||
jobject implMethodMember,
|
||||
jobject instantiatedMethodType,
|
||||
jboolean initialize) {
|
||||
jobject instantiatedMethodType) {
|
||||
return JVM_LookupLambdaProxyClassFromArchive(env, caller, invokedName, invokedType,
|
||||
methodType, implMethodMember,
|
||||
instantiatedMethodType, initialize);
|
||||
instantiatedMethodType);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue