History log of /openjdk9/jdk/test/java/util/logging/Logger/isLoggable/TestIsLoggable.java
Revision Date Author Comments
# 8048:631c8dcd91f4 12-Sep-2013 dfuchs

8024525: Make Logger log methods call isLoggable()
Summary: This changeset makes the various Logger logging method call isLoggable() instead of inlining the level checks.
Reviewed-by: mchung, alanb