1. 05 12月, 2008 1 次提交
  2. 04 12月, 2008 1 次提交
  3. 22 11月, 2008 2 次提交
  4. 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
  5. 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
  6. 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
  7. 13 11月, 2008 1 次提交
  8. 08 11月, 2008 1 次提交
  9. 31 10月, 2008 1 次提交
  10. 29 10月, 2008 2 次提交
  11. 15 10月, 2008 1 次提交
  12. 07 10月, 2008 1 次提交
  13. 03 10月, 2008 2 次提交
  14. 02 10月, 2008 1 次提交
  15. 01 10月, 2008 3 次提交
  16. 27 9月, 2008 1 次提交
  17. 26 9月, 2008 1 次提交
  18. 11 9月, 2008 1 次提交
  19. 03 9月, 2008 1 次提交
  20. 27 8月, 2008 1 次提交
  21. 26 8月, 2008 1 次提交
  22. 21 8月, 2008 1 次提交
  23. 16 8月, 2008 1 次提交
  24. 15 8月, 2008 1 次提交
  25. 02 8月, 2008 1 次提交
  26. 29 7月, 2008 2 次提交
  27. 20 7月, 2008 1 次提交
  28. 10 7月, 2008 1 次提交
  29. 03 7月, 2008 1 次提交
    • X
      6719955: Update copyright year · b85ed448
      xdono 提交于
      Summary: Update copyright year for files that have been modified in 2008
      Reviewed-by: ohair, tbell
      b85ed448
  30. 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
  31. 25 6月, 2008 1 次提交
  32. 24 6月, 2008 1 次提交
    • K
      6708714: Optimize long LShift on 32-bits x86 · ee28ef86
      kvn 提交于
      Summary: For small (1-3 bits) left long shifts in 32-bits VM use sets of add+addc instructions instead of shld+shl on new AMD cpus.
      Reviewed-by: never
      Contributed-by: shrinivas.joshi@amd.com
      ee28ef86
  33. 23 6月, 2008 1 次提交
  34. 14 6月, 2008 1 次提交