1. 17 12月, 2009 1 次提交
    • I
      6862387: tune concurrent refinement further · 7f92f7a2
      iveresov 提交于
      Summary: Reworked the concurrent refinement: threads activation, feedback-based threshold adjustment, other miscellaneous fixes.
      Reviewed-by: apetrusenko, tonyp
      7f92f7a2
  2. 10 12月, 2009 1 次提交
  3. 09 12月, 2009 1 次提交
  4. 08 12月, 2009 1 次提交
  5. 04 12月, 2009 3 次提交
    • T
      6906565: G1: deal with compilation warning in g1MemoryPool.hpp · 7cf4209d
      tonyp 提交于
      Summary: size_t max_size() hides size_t max_size() const.
      Reviewed-by: jmasa, ysr
      7cf4209d
    • T
      6880903: G1: G1 reports incorrect Runtime.maxMemory() · bc0d9e36
      tonyp 提交于
      Summary: G1 reports committed memory instead of reserved memory from the Runtime.maxMemory() method
      Reviewed-by: ysr, jmasa
      bc0d9e36
    • Y
      6906727: UseCompressedOops: some card-marking fixes related to object arrays · 1f7260b7
      ysr 提交于
      Summary: Introduced a new write_ref_array(HeapWords* start, size_t count) method that does the requisite MemRegion range calculation so (some of the) clients of the erstwhile write_ref_array(MemRegion mr) do not need to worry. This removed all external uses of array_size(), which was also simplified and made private. Asserts were added to catch other possible issues. Further, less essential, fixes stemming from this investigation are deferred to CR 6904516 (to follow shortly in hs17).
      Reviewed-by: kvn, coleenp, jmasa
      1f7260b7
  6. 03 12月, 2009 1 次提交
  7. 27 11月, 2009 1 次提交
  8. 26 11月, 2009 1 次提交
  9. 25 11月, 2009 1 次提交
    • J
      6899058: G1: Internal error in ptrQueue.cpp:201 in nightly tests · 6269ed5f
      johnc 提交于
      Summary: Fixes a race on the dirty card queue completed buffer list between worker thread(s) performing a flush of a deferred store barrier (enqueueing a newly completed buffer) and worker thread(s) in the RSet updating code claiming completed buffers. Removed the routine that removes elements from the completed update buffer queue using a CAS.
      Reviewed-by: ysr, tonyp
      6269ed5f
  10. 21 11月, 2009 2 次提交
  11. 20 11月, 2009 3 次提交
  12. 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
  13. 14 11月, 2009 1 次提交
  14. 13 11月, 2009 1 次提交
  15. 12 11月, 2009 2 次提交
  16. 11 11月, 2009 1 次提交
  17. 07 11月, 2009 1 次提交
  18. 05 11月, 2009 3 次提交
  19. 04 11月, 2009 1 次提交
  20. 02 11月, 2009 1 次提交
  21. 31 10月, 2009 2 次提交
  22. 30 10月, 2009 1 次提交
  23. 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
  24. 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
  25. 22 10月, 2009 2 次提交
  26. 21 10月, 2009 1 次提交
  27. 20 10月, 2009 1 次提交
  28. 18 10月, 2009 1 次提交
  29. 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