1. 11 8月, 2010 1 次提交
    • Y
      6973570: OrderAccess::storestore() scales poorly on multi-socket x64 and... · 83a3a6f0
      ysr 提交于
      6973570: OrderAccess::storestore() scales poorly on multi-socket x64 and sparc: cache-line ping-ponging
      Summary: volatile store to static variable removed in favour of a volatile store to stack to avoid excessive cache coherency traffic; verified that the volatile store is not elided by any of our current compilers.
      Reviewed-by: dholmes, dice, jcoomes, kvn
      83a3a6f0
  2. 10 8月, 2010 1 次提交
  3. 09 8月, 2010 1 次提交
  4. 07 8月, 2010 1 次提交
    • J
      6930581: G1: assert(ParallelGCThreads > 1 || n_yielded() ==... · d0aa394b
      johnc 提交于
      6930581: G1: assert(ParallelGCThreads > 1 || n_yielded() == _hrrs->occupied(),"Should have yielded all the ..
      Summary: During RSet updating, when ParallelGCThreads is zero, references that point into the collection set are added directly the referenced region's RSet. This can cause the sparse table in the RSet to expand. RSet scanning and the "occupied" routine will then operate on different instances of the sparse table causing the assert to trip. This may also cause some cards added post expansion to be missed during RSet scanning. When ParallelGCThreads is non-zero such references are recorded on the "references to be scanned" queue and the card containing the reference is recorded in a dirty card queue for use in the event of an evacuation failure. Employ the parallel code in the serial case to avoid expanding the RSets of regions in the collection set.
      Reviewed-by: iveresov, ysr, tonyp
      d0aa394b
  5. 05 8月, 2010 1 次提交
    • T
      6963209: G1: remove the concept of abandoned pauses · e49283a2
      tonyp 提交于
      Summary: As part of 6944166 we disabled the concept of abandoned pauses (i.e., if the collection set is empty, we would still try to do a pause even if it is to update the RSets and scan the roots). This changeset removes the code and structures associated with abandoned pauses.
      Reviewed-by: iveresov, johnc
      e49283a2
  6. 22 7月, 2010 1 次提交
  7. 03 8月, 2010 1 次提交
    • J
      6814437: G1: remove the _new_refs array · 64711cc9
      johnc 提交于
      Summary: The per-worker _new_refs array is used to hold references that point into the collection set. It is populated during RSet updating and subsequently processed. In the event of an evacuation failure it processed again to recreate the RSets of regions in the collection set. Remove the per-worker _new_refs array by processing the references directly. Use a DirtyCardQueue to hold the cards containing the references so that the RSets of regions in the collection set can be recreated when handling an evacuation failure.
      Reviewed-by: iveresov, jmasa, tonyp
      64711cc9
  8. 31 7月, 2010 2 次提交
  9. 24 7月, 2010 2 次提交
    • Y
      Merge · 16cf04fd
      ysr 提交于
      16cf04fd
    • N
      Merge · f1ee81a2
      never 提交于
      f1ee81a2
  10. 23 7月, 2010 1 次提交
  11. 22 7月, 2010 2 次提交
    • Y
      Merge · 47cbdb2c
      ysr 提交于
      47cbdb2c
    • Y
      Merge · c8e3f654
      ysr 提交于
      c8e3f654
  12. 21 7月, 2010 2 次提交
    • T
      Merge · ca2d0c9d
      trims 提交于
      ca2d0c9d
    • Y
      Merge · f3ac9491
      ysr 提交于
      f3ac9491
  13. 20 7月, 2010 1 次提交
  14. 17 7月, 2010 3 次提交
  15. 16 7月, 2010 6 次提交
  16. 15 7月, 2010 4 次提交
  17. 13 7月, 2010 3 次提交
  18. 10 7月, 2010 1 次提交
  19. 09 7月, 2010 4 次提交
  20. 08 7月, 2010 2 次提交