Searched refs:VERBOSITY (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/lang/invoke/
H A DRicochetTest.java451 if (VERBOSITY >= 2) ex.printStackTrace(System.out);
667 private static final int VERBOSITY = getProperty("VERBOSITY", 0) + (REPEAT == 0 ? 0 : -1); field in class:RicochetTest
669 if (VERBOSITY <= 0) return;
673 if (VERBOSITY <= 0) return;
677 if (level > VERBOSITY) return;

Completed in 106 milliseconds