Searched defs:quietly (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompilerOracle.cpp287 bool CompilerOracle::should_exclude(methodHandle method, bool& quietly) { argument
288 quietly = true;
291 quietly = _quiet;
H A DcompileBroker.cpp1368 bool quietly; local
1369 if (CompilerOracle::should_exclude(method, quietly)) {
1370 if (!quietly) {
1371 // This does not happen quietly...
1379 method->set_not_compilable(CompLevel_all, !quietly, "excluded by CompilerOracle");
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java511 void reportPatternMethods(boolean quietly, boolean allowMatchFailure) { argument
512 if (!quietly && !constants.keySet().isEmpty())
520 else if (!quietly)

Completed in 334 milliseconds