< prev index next >

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

Print this page

*** 1461,1473 **** int count = warmup ? 1 : 5; for (int i=0; i<count; i++) { // need a loop to test inline cache RefPoint rp1 = new RefPoint(1, 2); RefPoint rp2 = new RefPoint(22, 33); int result; - if (!warmup) { - System.out.println("Hello: " + i); - } try (ForceGCMarker m = ForceGCMarker.mark(warmup)) { result = test77(rp1, rp2); } int n = rp1.final_func(rp2); Asserts.assertEQ(result, n); --- 1461,1470 ----
< prev index next >