1. 27 9月, 2014 2 次提交
  2. 29 8月, 2014 1 次提交
  3. 23 8月, 2014 1 次提交
  4. 13 8月, 2014 2 次提交
  5. 03 9月, 2014 1 次提交
  6. 26 8月, 2014 1 次提交
  7. 25 8月, 2014 1 次提交
  8. 22 8月, 2014 1 次提交
  9. 27 8月, 2014 1 次提交
  10. 05 8月, 2014 1 次提交
  11. 03 8月, 2014 2 次提交
  12. 01 7月, 2014 1 次提交
  13. 20 6月, 2014 1 次提交
  14. 12 6月, 2014 1 次提交
  15. 10 6月, 2014 1 次提交
  16. 31 5月, 2014 1 次提交
  17. 28 5月, 2014 2 次提交
  18. 07 7月, 2014 1 次提交
  19. 10 5月, 2014 1 次提交
    • H
      8036533: Method for correct defaults · 2820f348
      hseigel 提交于
      8036156: Limit default method hierarchy
      Summary: Fix protected access checks
      Reviewed-by: coleenp, lfoltan, acorn, ahgross
      2820f348
  20. 23 5月, 2014 1 次提交
    • D
      8037816: Fix for 8036122 breaks build with Xcode5/clang · ed4b64df
      drchase 提交于
      8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas
      8043164: Format warning in traceStream.hpp
      Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings
      Reviewed-by: kvn, coleenp, iveresov, twisti
      ed4b64df
  21. 16 5月, 2014 1 次提交
  22. 15 5月, 2014 1 次提交
  23. 01 5月, 2014 1 次提交
  24. 07 4月, 2014 1 次提交
  25. 13 8月, 2014 1 次提交
  26. 21 3月, 2014 1 次提交
  27. 20 3月, 2014 1 次提交
  28. 17 3月, 2014 1 次提交
  29. 11 9月, 2014 1 次提交
  30. 06 9月, 2014 1 次提交
  31. 09 9月, 2014 1 次提交
  32. 06 9月, 2014 1 次提交
  33. 03 9月, 2014 1 次提交
  34. 27 2月, 2014 1 次提交
  35. 21 2月, 2014 1 次提交
  36. 15 4月, 2014 1 次提交
    • L
      8033150: invokestatic: IncompatibleClassChangeError trying to invoke static... · 7c6811e8
      lfoltan 提交于
      8033150: invokestatic: IncompatibleClassChangeError trying to invoke static method from a parent in presence of conflicting defaults.
      Summary: A static method should be preferred during method resolution over an overpass, search the current class as well as its superclasses.
      Reviewed-by: acorn, coleenp, kamg
      7c6811e8