1. 09 1月, 2018 1 次提交
  2. 24 2月, 2017 2 次提交
  3. 02 2月, 2017 1 次提交
  4. 13 10月, 2016 1 次提交
  5. 28 4月, 2016 2 次提交
  6. 25 3月, 2016 1 次提交
  7. 12 11月, 2015 1 次提交
  8. 16 4月, 2015 1 次提交
  9. 18 3月, 2015 1 次提交
  10. 09 4月, 2015 1 次提交
  11. 02 12月, 2014 2 次提交
  12. 20 11月, 2014 1 次提交
  13. 30 10月, 2014 1 次提交
  14. 03 9月, 2014 1 次提交
  15. 26 8月, 2014 1 次提交
  16. 22 8月, 2014 1 次提交
  17. 28 5月, 2014 1 次提交
  18. 16 6月, 2015 1 次提交
  19. 25 10月, 2014 1 次提交
  20. 09 7月, 2014 1 次提交
  21. 07 7月, 2014 1 次提交
  22. 24 6月, 2014 1 次提交
  23. 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
  24. 08 4月, 2014 1 次提交
  25. 27 2月, 2014 1 次提交
  26. 26 2月, 2014 1 次提交
  27. 24 2月, 2014 1 次提交
  28. 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
  29. 16 4月, 2014 1 次提交
  30. 16 2月, 2014 1 次提交
  31. 11 2月, 2014 1 次提交
  32. 29 4月, 2014 1 次提交
  33. 16 12月, 2013 1 次提交
  34. 10 12月, 2013 1 次提交
  35. 04 12月, 2013 1 次提交
  36. 02 12月, 2013 1 次提交
  37. 26 11月, 2013 1 次提交
    • H
      8026065: InterfaceMethodref for invokespecial must name a direct superinterface · 37f9a7d2
      hseigel 提交于
      Summary: Add verification to check that invokespecial of an InterfaceMethodref names a method in a direct superinterface of the current class or interface in accordance with JSR 335, JVMS 4.9.2 Structural Constraints.
      Reviewed-by: acorn, hseigel, coleenp
      Contributed-by: lois.foltan@oracle.com
      37f9a7d2