1. 15 8月, 2009 1 次提交
  2. 03 8月, 2009 1 次提交
  3. 29 7月, 2009 2 次提交
  4. 23 7月, 2009 1 次提交
  5. 20 7月, 2009 1 次提交
  6. 15 7月, 2009 1 次提交
  7. 12 6月, 2009 1 次提交
  8. 12 5月, 2009 1 次提交
    • I
      6484957: G1: parallel concurrent refinement · 2c49aee0
      iveresov 提交于
      6826318: G1: remove traversal-based refinement code
      Summary: Removed traversal-based refinement code as it's no longer used. Made the concurrent refinement (queue-based) parallel.
      Reviewed-by: tonyp
      2c49aee0
  9. 18 4月, 2009 1 次提交
  10. 09 4月, 2009 1 次提交
  11. 26 3月, 2009 1 次提交
    • C
      6541756: Reduce executable C-heap · 029d9cc3
      coleenp 提交于
      Summary: Add executable parameters to reserve_memory and commit_memory to reduce executable memory to only the Code Heap.
      Reviewed-by: xlu, kvn, acorn
      029d9cc3
  12. 17 3月, 2009 1 次提交
  13. 13 3月, 2009 1 次提交
  14. 10 3月, 2009 1 次提交
    • X
      6814575: Update copyright year · 58e87f34
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009, up to 03/09
      Reviewed-by: katleman, tbell, ohair
      58e87f34
  15. 07 3月, 2009 1 次提交
  16. 03 3月, 2009 1 次提交
    • Y
      6797870: Add -XX:+{HeapDump,PrintClassHistogram}{Before,After}FullGC · 1e135fda
      ysr 提交于
      Summary: Call newly created CollectedHeap::dump_{pre,post}_full_gc before and after every stop-world full collection cycle on GenCollectedHeap and ParallelScavengeHeap. (Support for G1CollectedHeap forthcoming under CR 6810861.) Small modifications to existing heap dumping and class histogram implementation, especially to allow multiple on-the-fly histos/dumps by the VM thread during a single safepoint.
      Reviewed-by: jmasa, alanb, mchung
      1e135fda
  17. 28 2月, 2009 1 次提交
    • T
      6810672: Comment typos · 460de015
      twisti 提交于
      Summary: I have collected some typos I have found while looking at the code.
      Reviewed-by: kvn, never
      460de015
  18. 18 2月, 2009 1 次提交
  19. 09 2月, 2009 1 次提交
  20. 31 1月, 2009 1 次提交
  21. 27 1月, 2009 1 次提交
    • Y
      6786503: Overflow list performance can be improved · 7a40ef32
      ysr 提交于
      Summary: Avoid overflow list walk in CMS & ParNew when it is unnecessary. Fix a couple of correctness issues, including a C-heap leak, in ParNew at the intersection of promotion failure, work queue overflow and object array chunking. Add stress testing option and related assertion checking.
      Reviewed-by: jmasa
      7a40ef32
  22. 12 1月, 2009 1 次提交
  23. 06 1月, 2009 1 次提交
  24. 18 12月, 2008 1 次提交
  25. 16 12月, 2008 2 次提交
  26. 12 12月, 2008 1 次提交
  27. 11 12月, 2008 1 次提交
    • Y
      6782457: CMS: Livelock in CompactibleFreeListSpace::block_size() · d5a88d45
      ysr 提交于
      6736295: SIGSEGV in product jvm, assertion "these are the only valid states during a mark sweep" in fastdebug
      Summary: Restructured the code in the perm gen allocation retry loop so as to avoid "safepoint-blocking" on locks, in this case the Heap_lock, while holding uninitialized allocated heap storage.
      Reviewed-by: apetrusenko, iveresov, jcoomes, jmasa, poonam
      d5a88d45
  28. 02 12月, 2008 1 次提交
  29. 21 11月, 2008 2 次提交
    • Y
      6684579: SoftReference processing can be made more efficient · bf0e7f79
      ysr 提交于
      Summary: For current soft-ref clearing policies, we can decide at marking time if a soft-reference will definitely not be cleared, postponing the decision of whether it will definitely be cleared to the final reference processing phase. This can be especially beneficial in the case of concurrent collectors where the marking is usually concurrent but reference processing is usually not.
      Reviewed-by: jmasa
      bf0e7f79
    • Y
      6722113: CMS: Incorrect overflow handling during precleaning of Reference lists · fb7c8a34
      ysr 提交于
      Summary: When we encounter marking stack overflow during precleaning of Reference lists, we were using the overflow list mechanism, which can cause problems on account of mutating the mark word of the header because of conflicts with mutator accesses and updates of that field. Instead we should use the usual mechanism for overflow handling in concurrent phases, namely dirtying of the card on which the overflowed object lies. Since precleaning effectively does a form of discovered list processing, albeit with discovery enabled, we needed to adjust some code to be correct in the face of interleaved processing and discovery.
      Reviewed-by: apetrusenko, jcoomes
      fb7c8a34
  30. 29 10月, 2008 1 次提交
  31. 23 10月, 2008 1 次提交
  32. 03 10月, 2008 1 次提交
    • X
      6754988: Update copyright year · c3924f27
      xdono 提交于
      Summary: Update for files that have been modified starting July 2008
      Reviewed-by: ohair, tbell
      c3924f27
  33. 28 8月, 2008 1 次提交
  34. 21 8月, 2008 1 次提交
  35. 20 8月, 2008 1 次提交
    • T
      6736341: PermGen size is insufficient for jconsole · ceabd11c
      tonyp 提交于
      Summary: Removing two buggy methods that should not be used, but ended up being used due to a re-organization in the class hierarchy.
      Reviewed-by: jmasa, ysr, kamg, coleenp
      ceabd11c
  36. 19 8月, 2008 1 次提交
  37. 31 7月, 2008 1 次提交