1. 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
  2. 02 7月, 2013 1 次提交
  3. 28 6月, 2013 1 次提交
  4. 10 6月, 2013 1 次提交
  5. 16 5月, 2013 1 次提交
  6. 14 5月, 2013 1 次提交
  7. 20 4月, 2013 1 次提交
  8. 17 4月, 2013 1 次提交
  9. 06 4月, 2013 1 次提交
  10. 21 3月, 2013 1 次提交
  11. 13 3月, 2013 1 次提交
  12. 08 2月, 2013 1 次提交
  13. 09 2月, 2013 1 次提交
  14. 06 2月, 2013 1 次提交
  15. 26 1月, 2013 1 次提交
  16. 22 1月, 2013 1 次提交
  17. 11 1月, 2013 1 次提交
  18. 12 12月, 2012 1 次提交
  19. 11 12月, 2012 1 次提交
  20. 30 11月, 2012 1 次提交
  21. 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
  22. 15 11月, 2012 1 次提交
  23. 02 11月, 2012 1 次提交
  24. 26 10月, 2012 1 次提交
  25. 11 10月, 2012 1 次提交
  26. 01 10月, 2012 1 次提交
  27. 09 9月, 2012 1 次提交
  28. 19 8月, 2012 1 次提交
  29. 08 12月, 2011 1 次提交
  30. 02 6月, 2011 1 次提交
  31. 17 5月, 2011 2 次提交
    • 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
    • D
      6977677: 3/2 Deadlock on logging subsystem initialization · 917b4385
      dcubed 提交于
      Summary: Over synchronized Logger.getLogger() deadlocks with LogManager.<clinit>via PlatformLogger
      Reviewed-by: dsamersoff, never, acorn, mchung
      917b4385
  32. 16 4月, 2011 1 次提交
  33. 07 4月, 2011 1 次提交
  34. 30 3月, 2011 2 次提交
  35. 12 1月, 2011 1 次提交
  36. 29 12月, 2010 1 次提交
  37. 21 12月, 2010 1 次提交
  38. 23 10月, 2010 1 次提交