1. 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
  2. 10 2月, 2009 1 次提交
  3. 09 2月, 2009 1 次提交
  4. 06 2月, 2009 1 次提交
  5. 31 1月, 2009 1 次提交
    • Y
      6787254: Work queue capacity can be increased substantially on some platforms · 86c6c645
      ysr 提交于
      Summary: Increased the default and maximum size of the CMS marking stack and the size of the parallel workers' work queues in 64-bit mode. The latter was accomplished by an increase in the width of the Taskqueue's Age struct and its Tag field in 64-bit mode.
      Reviewed-by: jmasa, tonyp
      86c6c645
  6. 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
  7. 22 1月, 2009 1 次提交
  8. 06 1月, 2009 1 次提交
  9. 25 12月, 2008 1 次提交
  10. 23 12月, 2008 1 次提交
  11. 19 12月, 2008 1 次提交
  12. 16 12月, 2008 2 次提交
  13. 12 12月, 2008 2 次提交
  14. 11 12月, 2008 2 次提交
  15. 09 12月, 2008 1 次提交
  16. 05 12月, 2008 1 次提交
  17. 04 12月, 2008 1 次提交
  18. 22 11月, 2008 2 次提交
  19. 21 11月, 2008 1 次提交
    • 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
  20. 19 11月, 2008 1 次提交
    • K
      6772413: code cleanup · ca83af54
      kvn 提交于
      Summary: Removed lines in adm64.make with interpret.o and moved few constant strings from header files.
      Reviewed-by: never
      ca83af54
  21. 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
  22. 13 11月, 2008 1 次提交
  23. 08 11月, 2008 1 次提交
  24. 31 10月, 2008 1 次提交
  25. 29 10月, 2008 2 次提交
  26. 15 10月, 2008 1 次提交
  27. 07 10月, 2008 1 次提交
  28. 03 10月, 2008 2 次提交
  29. 02 10月, 2008 1 次提交
  30. 01 10月, 2008 3 次提交
  31. 27 9月, 2008 1 次提交
  32. 26 9月, 2008 1 次提交