Hi, This is a trivial fix for:
8025140 - TEST_BUG: java/util/logging/Logger/getGlobal tests fail due to timeout JBS: <https://bugs.openjdk.java.net/browse/JDK-8025140> webrev: <http://cr.openjdk.java.net/~dfuchs/webrev_8025140/webrev.00/> The issue here is that the getGlobal/* tests had @run lines containing timeout value which were too aggressive for certain configurations - such as fastdebug JDK builds with all twist & bell options enabled. There doesn't seem to be any reason to use any magic timeout value in these tests - so I simply removed the /timeout=10 option and verified that the tests passed in configurations where they previously failed. best regards, -- daniel