1. 13 11月, 2013 1 次提交
  2. 28 10月, 2013 1 次提交
  3. 23 10月, 2013 1 次提交
  4. 21 10月, 2013 1 次提交
  5. 17 10月, 2013 1 次提交
  6. 09 10月, 2013 1 次提交
  7. 12 9月, 2013 1 次提交
  8. 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
  9. 04 9月, 2013 2 次提交
  10. 24 8月, 2013 1 次提交
  11. 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
  12. 07 8月, 2013 1 次提交
  13. 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
  14. 02 7月, 2013 1 次提交
  15. 28 6月, 2013 1 次提交
  16. 10 6月, 2013 1 次提交
  17. 16 5月, 2013 1 次提交
  18. 14 5月, 2013 1 次提交
  19. 20 4月, 2013 1 次提交
  20. 17 4月, 2013 1 次提交
  21. 06 4月, 2013 1 次提交
  22. 21 3月, 2013 1 次提交
  23. 13 3月, 2013 1 次提交
  24. 08 2月, 2013 1 次提交
  25. 09 2月, 2013 1 次提交
  26. 06 2月, 2013 1 次提交
  27. 26 1月, 2013 1 次提交
  28. 22 1月, 2013 1 次提交
  29. 11 1月, 2013 1 次提交
  30. 12 12月, 2012 1 次提交
  31. 11 12月, 2012 1 次提交
  32. 30 11月, 2012 1 次提交
  33. 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
  34. 15 11月, 2012 1 次提交
  35. 02 11月, 2012 1 次提交
  36. 26 10月, 2012 1 次提交
  37. 11 10月, 2012 1 次提交
  38. 01 10月, 2012 1 次提交
  39. 09 9月, 2012 1 次提交