< prev index next >

test/langtools/tools/javac/valhalla/lworld-values/ValueBootstrapMethodsTest.java

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

@@ -53,11 +53,11 @@
             v = __WithField(v.l, List.of(items));
             return v;
         }
 
         private List<Object> values() {
-            return List.of(Value.class.asValueType(), i, d, s, l);
+            return List.of(Value.class, i, d, s, l);
         }
 
         public int localHashCode() {
             return values().hashCode();
         }
< prev index next >