< prev index next >

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

Print this page

@@ -563,11 +563,11 @@
         for (Class<?> clazz : classes) {
             setup(clazz);
         }
 
         // Execute tests
-        TreeMap<Long, String> durations = PRINT_TIMES ? new TreeMap<Long, String>() : null;
+        TreeMap<Long, String> durations = (PRINT_TIMES || VERBOSE) ? new TreeMap<Long, String>() : null;
         for (Method test : tests.values()) {
             if (VERBOSE) {
                 System.out.println("Starting " + test.getName());
             }
             long startTime = System.nanoTime();
< prev index next >