1. 29 1月, 2015 1 次提交
  2. 20 11月, 2014 1 次提交
  3. 12 11月, 2014 1 次提交
  4. 06 11月, 2014 1 次提交
  5. 20 11月, 2014 1 次提交
  6. 18 11月, 2014 1 次提交
  7. 02 10月, 2014 1 次提交
  8. 30 10月, 2014 1 次提交
  9. 22 10月, 2014 1 次提交
  10. 14 10月, 2014 1 次提交
  11. 26 11月, 2014 1 次提交
  12. 21 8月, 2014 1 次提交
    • T
      8038423: G1: Decommit memory within heap · 72bba568
      tschatzl 提交于
      Summary: Allow G1 to decommit memory of arbitrary regions within the heap and their associated auxiliary data structures card table, BOT, hot card cache, and mark bitmaps.
      Reviewed-by: mgerdin, brutisso, jwilhelm
      72bba568
  13. 19 8月, 2014 1 次提交
  14. 14 8月, 2014 2 次提交
  15. 22 8月, 2014 1 次提交
  16. 21 8月, 2014 1 次提交
  17. 27 8月, 2014 1 次提交
  18. 30 5月, 2014 1 次提交
  19. 07 7月, 2014 1 次提交
  20. 09 5月, 2014 1 次提交
  21. 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
  22. 28 4月, 2014 1 次提交
  23. 22 5月, 2014 1 次提交
  24. 14 8月, 2014 1 次提交
  25. 27 3月, 2014 1 次提交
  26. 11 3月, 2014 1 次提交
  27. 08 9月, 2014 1 次提交
  28. 06 9月, 2014 1 次提交
  29. 28 2月, 2014 1 次提交
  30. 27 2月, 2014 1 次提交
  31. 01 10月, 2014 1 次提交
  32. 23 4月, 2014 1 次提交
  33. 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
  34. 27 2月, 2014 2 次提交
  35. 10 2月, 2014 1 次提交
  36. 30 1月, 2014 1 次提交
  37. 22 3月, 2014 1 次提交
  38. 24 3月, 2014 1 次提交
    • T
      8035406: Improve data structure for Code Cache remembered sets · 81f9110e
      tschatzl 提交于
      Summary: Change the code cache remembered sets data structure from a GrowableArray to a chunked list of nmethods. This makes the data structure more amenable to parallelization, and decreases freeing time.
      Reviewed-by: mgerdin, brutisso
      81f9110e