< prev index next >

test/hotspot/jtreg/compiler/valhalla/valuetypes/TestLWorld.java

Print this page

        

*** 292,301 **** --- 292,302 ---- // Test correct handling of null-ness of value types __NotFlattened MyValue1 nullField; @Test + @Warmup(10000) // Warmup to make sure 'callTest7WithNull' is compiled public long test7(MyValue1 vt) { long result = 0; try { result = vt.hash(); throw new RuntimeException("NullPointerException expected");
< prev index next >