1. 14 8月, 2014 1 次提交
  2. 11 2月, 2014 1 次提交
  3. 06 2月, 2014 1 次提交
  4. 18 1月, 2014 1 次提交
  5. 19 8月, 2014 1 次提交
  6. 07 7月, 2014 1 次提交
    • D
      8048020: Regression on java.util.logging.FileHandler · b9c26b53
      dfuchs 提交于
      Summary: In some circumstances j.u.l.FileHandler can leave zombie lock files on the file system. The fix lets FileHandler reuse such zombie lock files when it sees them - as it used to do in version 1.7 of the JDK.
      Reviewed-by: alanb
      b9c26b53
  7. 27 12月, 2013 1 次提交
  8. 22 12月, 2013 1 次提交
  9. 10 1月, 2014 1 次提交
    • D
      8031068: java/util/logging/ParentLoggersTest.java: checkLoggers:... · 115702ae
      dfuchs 提交于
      8031068: java/util/logging/ParentLoggersTest.java: checkLoggers: getLoggerNames() returned unexpected loggers
      Summary: The test was not keeping any strong reference on the loggers it created allowing for them to be garbage collected too early.
      Reviewed-by: mchung, chegar
      115702ae
  10. 21 1月, 2014 1 次提交
  11. 20 12月, 2013 1 次提交
    • D
      8030187: TEST_BUG:... · 32703dac
      dfuchs 提交于
      8030187: TEST_BUG: java/util/logging/Logger/setResourceBundle/TestSetResourceBundle.java failing again
      Summary: Yet another issue with Loggers being gc'ed too early.
      Reviewed-by: mchung
      32703dac
  12. 19 12月, 2013 1 次提交
  13. 04 12月, 2013 1 次提交
  14. 20 11月, 2013 2 次提交
  15. 13 11月, 2013 2 次提交
  16. 28 10月, 2013 1 次提交
  17. 21 10月, 2013 1 次提交
  18. 17 10月, 2013 1 次提交
  19. 15 10月, 2013 1 次提交
    • D
      8026404: Logging in Applet can trigger ACE: access denied... · b4599018
      dfuchs 提交于
      8026404: Logging in Applet can trigger ACE: access denied ("java.lang.RuntimePermission" "modifyThreadGroup")
      Summary: The test 'threadGroup.getParent() == null' can sometimes throw ACE and needs to be wrapped in doPrivileged.
      Reviewed-by: alanb, mchung, dholmes
      b4599018
  20. 09 10月, 2013 1 次提交
  21. 25 9月, 2013 1 次提交
  22. 12 9月, 2013 1 次提交
  23. 09 9月, 2013 1 次提交
    • D
      8023168: Cleanup LogManager class initialization and LogManager/LoggerContext relationship · 8f4140d0
      dfuchs 提交于
      8021003: java/util/logging/Logger/getGlobal/TestGetGlobalConcurrent.java fails intermittently
      8019945: test/java/util/logging/LogManagerInstanceTest.java failing intermittently
      Summary: This fix untangles the class initialization of Logger and LogManager, and also cleans up the relationship between LogManager, LoggerContext, and Logger, which were at the root cause of some intermittent test failures.
      Reviewed-by: mchung, martin, plevart
      8f4140d0
  24. 04 9月, 2013 1 次提交
    • D
      8019853: Break logging and AWT circular dependency · 6705a40d
      dfuchs 提交于
      Summary: Break logging and AWT circular dependency, which was at the root cause for 8023258 - Logger.getLogger() after ImageIO.read() returns different logger instance
      Reviewed-by: mchung, art
      6705a40d
  25. 24 8月, 2013 1 次提交
  26. 13 8月, 2013 1 次提交
  27. 03 9月, 2013 1 次提交
    • D
      8016127: NLS: logging.properties translatability recommendation · 0e7d6eb8
      dfuchs 提交于
      8024131: Issues with cached localizedLevelName in java.util.logging.Level
      Summary: This fix updates logging.properties resource bundles to follow internationalization guidelines. It also fixes a caching issue with localizedLevelName. The regression test that was added needs both fixes to pass.
      Reviewed-by: mchung, alanb
      0e7d6eb8
  28. 03 7月, 2013 1 次提交
    • D
      7184195: java.util.logging.Logger.getGlobal().info() doesn't log without configuration · 0f0fd998
      dfuchs 提交于
      Summary: Due to subtle synchronization issues between LogManager & Logger class initialization the global logger doesn't have its 'manager' field initialized until the LogManager is initialized. This fix will ensure that the global logger has its 'manager' field set when getGlobal() is called.
      Reviewed-by: mchung, plevart
      0f0fd998
  29. 02 7月, 2013 1 次提交
  30. 16 5月, 2013 1 次提交
  31. 14 5月, 2013 1 次提交
  32. 20 4月, 2013 1 次提交
  33. 19 4月, 2013 1 次提交
  34. 21 3月, 2013 1 次提交
  35. 13 3月, 2013 1 次提交
  36. 26 1月, 2013 1 次提交
  37. 22 1月, 2013 1 次提交
  38. 11 1月, 2013 1 次提交