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