1. 17 1月, 2009 1 次提交
  2. 06 1月, 2009 1 次提交
  3. 16 12月, 2008 2 次提交
  4. 12 12月, 2008 1 次提交
  5. 02 12月, 2008 1 次提交
  6. 21 11月, 2008 1 次提交
    • 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
  7. 15 11月, 2008 1 次提交
    • I
      6770608: G1: Mutator thread can flush barrier and satb queues during safepoint · 5ee7f6f4
      iveresov 提交于
      6660573: G1: BigApps Failure : guarantee(satb_mq_set.completed_buffers_num() == 0,"invariant")
      Summary: When exiting a mutator thread is removed from the thread list before it has a chance to flush its SATB and barrier queues. If GC happens at this moment the objects that are refererred from these queues can be moved, which will case a crash. The fix is simply to flush the buffers before removing a thread from the list.
      Reviewed-by: jcoomes, tonyp
      5ee7f6f4
  8. 14 10月, 2008 1 次提交
  9. 07 10月, 2008 1 次提交
  10. 22 9月, 2008 1 次提交
    • T
      6742641: G1: NullPointerException during GCOld · 7040bab9
      tonyp 提交于
      Summary: An update buffer is not processed correctly, which causes roots into the collection set not to be scanned and, hence, for the heap to be corrupted. The cause is that an object is accessed after it has been explicitly deleted, which causes a race.
      Reviewed-by: jcoomes, ysr
      7040bab9
  11. 23 8月, 2008 1 次提交
  12. 06 8月, 2008 1 次提交
  13. 31 7月, 2008 1 次提交
  14. 11 7月, 2008 1 次提交
  15. 03 7月, 2008 1 次提交
  16. 01 7月, 2008 1 次提交
    • Y
      6618726: Introduce -XX:+UnlockExperimentalVMOptions flag · d5f2a9f3
      ysr 提交于
      Summary: experimental() flags will protect features of an experimental nature that are not supported in the regular product build. Made UseG1GC an experimental flag.
      Reviewed-by: jmasa, kamg, coleenp
      d5f2a9f3
  17. 11 6月, 2008 1 次提交
  18. 06 6月, 2008 1 次提交