< prev index next >

test/jdk/valhalla/valuetypes/MixedValues.java

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

*** 23,33 **** import java.util.List; public class MixedValues { static Point staticPoint = Point.makePoint(10, 10); ! static Line? staticLine; // null static value box field Point p; Line l; MutablePath mutablePath; List<String> list; Point? nfp; --- 23,33 ---- import java.util.List; public class MixedValues { static Point staticPoint = Point.makePoint(10, 10); ! static Line? staticLine; // null static field of non-flattened type Point p; Line l; MutablePath mutablePath; List<String> list; Point? nfp;
< prev index next >