< prev index next >

test/jdk/valhalla/valuetypes/ValueBootstrapMethods.java

Print this page
rev 55117 : 8223350: [lworld] Use inline classes instead of value classes

@@ -74,11 +74,11 @@
         if (!rc) {
             throw new RuntimeException("expected equals");
         }
     }
 
-    public static final value class Value {
+    public static final inline class Value {
         private final int i;
         private final double d;
         private final String s;
         private final List<String> l;
         Value() {
< prev index next >