< prev index next >

test/jdk/valhalla/valuetypes/MixedValues.java

Print this page
rev 52850 : imported patch method-var-handles

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