1. 10 12月, 2009 1 次提交
  2. 09 12月, 2009 1 次提交
  3. 03 12月, 2009 1 次提交
  4. 27 11月, 2009 1 次提交
  5. 26 11月, 2009 1 次提交
  6. 21 11月, 2009 1 次提交
  7. 20 11月, 2009 1 次提交
  8. 19 11月, 2009 1 次提交
    • T
      6902000: use ShouldNotReachHere() for btos/ctos/stos in... · e22d745b
      twisti 提交于
      6902000: use ShouldNotReachHere() for btos/ctos/stos in TemplateInterpreterGenerator::set_short_entry_points
      Summary: set_entry_point is only ever used with the tos states of bytecode templates in templateTable.cpp and none of those use the subword tos states like btos, ctos and stos.
      Reviewed-by: kvn
      e22d745b
  9. 13 11月, 2009 1 次提交
  10. 12 11月, 2009 2 次提交
  11. 05 11月, 2009 3 次提交
  12. 04 11月, 2009 1 次提交
  13. 02 11月, 2009 1 次提交
  14. 31 10月, 2009 2 次提交
  15. 30 10月, 2009 1 次提交
  16. 29 10月, 2009 2 次提交
    • P
      6887571: Increase default heap config sizes · df9deb15
      phh 提交于
      Summary: Apply modification of existing server heap size ergo to all collectors except CMS.
      Reviewed-by: jmasa, ysr, xlu
      df9deb15
    • Y
      6818264: Heap dumper unexpectedly adds .hprof suffix · 6c780766
      ysr 提交于
      Summary: Restore old behaviour wrt HeapDumpPath; first dump goes to <file>, <n>th dump goes to <file>.<n-1>, with default value of <file> the same as before.
      Reviewed-by: alanb, jcoomes, tonyp
      6c780766
  17. 27 10月, 2009 1 次提交
    • A
      6870843: G1: G1 GC memory leak · 3fddbba6
      apetrusenko 提交于
      Summary: The fix addresses two memory leaks in G1 code: (1) _evac_failure_scan_stack - a resource object allocated on the C heap was not freed; (2) RSHashTable were linked into deleted list which was only cleared at full GC.
      Reviewed-by: tonyp, iveresov
      3fddbba6
  18. 22 10月, 2009 2 次提交
  19. 21 10月, 2009 1 次提交
  20. 20 10月, 2009 1 次提交
  21. 18 10月, 2009 1 次提交
  22. 16 10月, 2009 1 次提交
    • Y
      6888898: CMS: ReduceInitialCardMarks unsafe in the presence of cms precleaning · 349bfec0
      ysr 提交于
      6889757: G1: enable card mark elision for initializing writes from compiled code (ReduceInitialCardMarks)
      Summary: Defer the (compiler-elided) card-mark upon a slow-path allocation until after the store  and before the next subsequent safepoint; G1 now answers yes to can_elide_tlab_write_barriers().
      Reviewed-by: jcoomes, kvn, never
      349bfec0
  23. 15 10月, 2009 1 次提交
  24. 14 10月, 2009 4 次提交
  25. 08 10月, 2009 3 次提交
  26. 07 10月, 2009 3 次提交
  27. 06 10月, 2009 1 次提交