< 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,11 +405,11 @@
                     // This guy gets used more than once.
                     writeBack = n;
                 }
             }
             if (InvokerBytecodeGenerator.isStaticallyNameable(cls)) {
-                if (cls.isValue()) {
+                if (cls.isInlineClass()) {
                     checkvaluecast(cls);
                 } else {
                     checkcast(cls);
                 }
             } else {
< prev index next >