< prev index next >

test/jdk/valhalla/valuetypes/NonFlattenValue.java

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

@@ -19,11 +19,11 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
-public value class NonFlattenValue {
+public inline class NonFlattenValue {
     Point? nfp;
 
     NonFlattenValue() {
         Point p = Point.makePoint(0,0);
         this.nfp = p;
< prev index next >