Searched refs:lambdaForms (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/java/lang/invoke/
H A DMethodTypeForm.java65 final @Stable SoftReference<LambdaForm>[] lambdaForms; field in class:MethodTypeForm
66 // Indexes into lambdaForms:
134 SoftReference<LambdaForm> entry = lambdaForms[which];
140 SoftReference<LambdaForm> entry = lambdaForms[which];
147 lambdaForms[which] = new SoftReference<>(form);
212 this.lambdaForms = null;
256 this.lambdaForms = new SoftReference[LF_LIMIT];

Completed in 88 milliseconds