1. 10 1月, 2011 1 次提交
  2. 08 1月, 2011 3 次提交
  3. 07 1月, 2011 2 次提交
  4. 06 1月, 2011 1 次提交
  5. 04 1月, 2011 1 次提交
  6. 28 12月, 2010 1 次提交
    • C
      Merge · 79988060
      coleenp 提交于
      79988060
  7. 27 12月, 2010 2 次提交
  8. 24 12月, 2010 2 次提交
  9. 23 12月, 2010 7 次提交
  10. 22 12月, 2010 1 次提交
  11. 21 12月, 2010 1 次提交
  12. 20 12月, 2010 1 次提交
  13. 18 12月, 2010 2 次提交
    • Y
      6807801: CMS: could save/restore fewer header words during scavenge · 8ea00085
      ysr 提交于
      Summary: Age bits need not enter the mark-word preservation calculus; also affected, in addition to CMS, per CR synopsis above, were ParNew (but not DefNew), ParallelScavenge and G1, albeit to a lesser degree than CMS.
      Reviewed-by: tonyp, johnc
      8ea00085
    • J
      7006113: G1: Initialize ReferenceProcessor::_is_alive_non_header field · a2d29d26
      johnc 提交于
      Summary: Initialize the _is_alive_non_header field of G1's reference processor with an instance of the G1CMIsAliveClosure. This will stop adding reference objects with live referents to the discovered reference lists unnecessarily.
      Reviewed-by: tonyp, ysr, jwilhelm, brutisso
      a2d29d26
  14. 17 12月, 2010 8 次提交
  15. 16 12月, 2010 4 次提交
    • C
      Merge · e0146080
      coleenp 提交于
      e0146080
    • I
      Merge · 6525ddb7
      iveresov 提交于
      6525ddb7
    • I
      7007229: Fix warnings with VS2010 in compressedStream.cpp · a128f76f
      iveresov 提交于
      Summary: An interference between a fix for 6993125 and disabled optimization in compressedStream.cpp produces a warning with VS2010. Disable the warning for the code fragment for which the optimizations are disabled.
      Reviewed-by: kvn
      a128f76f
    • S
      Merge · 1f39a7a9
      sla 提交于
      1f39a7a9
  16. 15 12月, 2010 3 次提交
    • S
      7006354: Updates to Visual Studio project creation and development launcher · 5f9f3ffa
      sla 提交于
      Summary: Updates to Visual Studio project creation and development launcher
      Reviewed-by: stefank, coleenp
      5f9f3ffa
    • S
      7006659: temporary adlc files are added to the build variables · 3d7886d3
      stefank 提交于
      Summary: Don't recurse into sub-directories when looking for source files.
      Reviewed-by: never, brutisso
      3d7886d3
    • T
      7000559: G1: assertion failure !outer || (full_collections_started ==... · 49b4b500
      tonyp 提交于
      7000559: G1: assertion failure !outer || (full_collections_started == _full_collections_completed + 1)
      Summary: The concurrent marking thread can complete its operation and increment the full GC counter during a Full GC. This causes the nesting of increments to the start and end of Full GCs that we are expecting to be wrong. the fix is for the marking thread to join the suspendible thread set before incrementing the counter so that it's blocked until the Full GC (or any other safepoint) is finished. The change also includes some minor code cleanup (I renamed a parameter).
      Reviewed-by: brutisso, ysr
      49b4b500