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

/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLogger.java323 static boolean allowStackWalkSearch = field in class:Logger.LoggerHelper
324 getBooleanProperty("jdk.logging.allowStackWalkSearch");
1457 // If -Djdk.logging.allowStackWalkSearch=true is set,
1459 if (LoggerHelper.allowStackWalkSearch) {

Completed in 33 milliseconds