1. 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
  2. 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
  3. 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
  4. 02 7月, 2013 1 次提交
  5. 28 6月, 2013 1 次提交
  6. 16 5月, 2013 1 次提交
  7. 14 5月, 2013 1 次提交
  8. 20 4月, 2013 1 次提交
  9. 21 3月, 2013 1 次提交
  10. 08 2月, 2013 1 次提交
  11. 06 2月, 2013 1 次提交
  12. 22 1月, 2013 1 次提交
  13. 11 1月, 2013 1 次提交
  14. 12 12月, 2012 1 次提交
  15. 11 12月, 2012 1 次提交
  16. 30 11月, 2012 1 次提交
  17. 27 11月, 2012 1 次提交
    • M
      6664509: Add logging context · e0a8e955
      mchung 提交于
      6664528: Find log level matching its name or value given at construction time
      Reviewed-by: alanb, ahgross, jgish, hawtin
      e0a8e955
  18. 02 11月, 2012 1 次提交
  19. 11 10月, 2012 1 次提交
  20. 09 9月, 2012 1 次提交
  21. 19 8月, 2012 1 次提交
  22. 08 12月, 2011 1 次提交
  23. 17 5月, 2011 1 次提交
    • D
      7016208: 4/3 null sometimes returned by... · bffd1c55
      dcubed 提交于
      7016208: 4/3 null sometimes returned by java.util.logging.Logger.getLogger(String name) in -server -Xcomp
      Summary: Logger can be GC'ed between LogManager.addLogger() and LogManager.getLogger()
      Reviewed-by: dsamersoff, never, acorn, mchung
      bffd1c55
  24. 30 3月, 2011 1 次提交
  25. 21 12月, 2010 1 次提交
  26. 22 9月, 2010 1 次提交
  27. 23 6月, 2010 1 次提交
  28. 26 5月, 2010 1 次提交
  29. 28 10月, 2009 1 次提交
  30. 18 9月, 2009 1 次提交
  31. 22 7月, 2009 1 次提交
  32. 04 2月, 2009 1 次提交
  33. 01 12月, 2007 1 次提交