< prev index next >

src/java.base/share/classes/java/lang/invoke/LambdaFormBuilder.java

Print this page
rev 55127 : 8223351: [lworld] Primary mirror and nullable mirror for inline type
Reviewed-by: tbd

*** 405,415 **** // This guy gets used more than once. writeBack = n; } } if (InvokerBytecodeGenerator.isStaticallyNameable(cls)) { ! if (cls.isValue()) { checkvaluecast(cls); } else { checkcast(cls); } } else { --- 405,415 ---- // This guy gets used more than once. writeBack = n; } } if (InvokerBytecodeGenerator.isStaticallyNameable(cls)) { ! if (cls.isInlineClass()) { checkvaluecast(cls); } else { checkcast(cls); } } else {
< prev index next >