History log of /openjdk10/jdk/test/java/util/logging/FileHandlerMaxLocksTest.java
Revision Date Author Comments
# 17329:e0129da12f92 12-Jun-2017 iignatyev

8181759: add explicit @build actions for jdk.test.lib classes in all :tier1 tests
Reviewed-by: alanb


# 17251:81161a824e8f 30-May-2017 iignatyev

8180887: move FileUtils to top level testlibrary
Reviewed-by: psandoz


# 14905:d473607154f0 27-Jun-2016 rpatil

8153955: increase java.util.logging.FileHandler MAX_LOCKS limit
Summary: This patch adds a new configurable property "java.util.logging.FileHandler.maxLocks" to java.util.logging.FileHandler which can be defined in the logging configuration file and makes it possible to configure the maximum number of concurrent log file locks a FileHandler can handle. If not overridden, the default value of maxLocks (100) remains unchanged.
Reviewed-by: dfuchs, coffeys