1. 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
  2. 26 2月, 2014 1 次提交
  3. 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
  4. 16 4月, 2014 1 次提交
  5. 16 2月, 2014 1 次提交
  6. 16 12月, 2013 1 次提交
  7. 10 12月, 2013 1 次提交
  8. 04 12月, 2013 1 次提交
  9. 02 12月, 2013 1 次提交
  10. 26 11月, 2013 2 次提交
  11. 13 11月, 2013 1 次提交
  12. 24 10月, 2013 1 次提交
  13. 23 10月, 2013 1 次提交
  14. 13 10月, 2013 1 次提交
  15. 10 10月, 2013 1 次提交
  16. 08 10月, 2013 1 次提交
  17. 04 10月, 2013 1 次提交
  18. 01 10月, 2013 1 次提交
  19. 26 9月, 2013 1 次提交
    • H
      7195622: CheckUnhandledOops has limited usefulness now · 087226b2
      hseigel 提交于
      Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms.
      Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin
      Contributed-by: lois.foltan@oracle.com
      087226b2
  20. 20 9月, 2013 1 次提交
  21. 14 9月, 2013 1 次提交
  22. 20 8月, 2013 1 次提交
  23. 18 7月, 2013 1 次提交
  24. 04 7月, 2013 1 次提交
  25. 25 6月, 2013 1 次提交
  26. 25 5月, 2013 1 次提交
  27. 24 5月, 2013 1 次提交
  28. 23 5月, 2013 1 次提交
  29. 10 5月, 2013 1 次提交
    • M
      8003557: NPG: Klass* const k should be const Klass* k. · 6ee9c8ef
      minqi 提交于
      Summary: With NPG, const KlassOop klass which is in fact a definition converted to Klass* const, which is not the original intention. The right usage is converting them to const Klass*.
      Reviewed-by: coleenp, kvn
      Contributed-by: yumin.qi@oracle.com
      6ee9c8ef
  30. 26 4月, 2013 1 次提交
  31. 25 4月, 2013 1 次提交
  32. 20 4月, 2013 1 次提交
  33. 04 4月, 2013 1 次提交
  34. 21 3月, 2013 1 次提交
  35. 14 3月, 2013 1 次提交
  36. 09 3月, 2013 1 次提交
  37. 06 3月, 2013 1 次提交
  38. 12 2月, 2013 1 次提交
  39. 26 1月, 2013 1 次提交
    • A
      6479360: PrintClassHistogram improvements · f8a15064
      acorn 提交于
      Summary: jcmd <pid> GC.class_stats (UnlockDiagnosticVMOptions)
      Reviewed-by: coleenp, hseigel, sla, acorn
      Contributed-by: ioi.lam@oracle.com
      f8a15064