< prev index next >

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

Print this page

*** 326,336 **** } throw new RuntimeException("Not all tests were compiled"); } } ! private void setup(Class<?> clazz) { if (XCOMP) { // Don't control compilation if -Xcomp is enabled return; } if (DUMP_REPLAY) { --- 326,336 ---- } throw new RuntimeException("Not all tests were compiled"); } } ! public static void setup(Class<?> clazz) { if (XCOMP) { // Don't control compilation if -Xcomp is enabled return; } if (DUMP_REPLAY) {
< prev index next >