1. 01 12月, 2010 1 次提交
  2. 02 12月, 2010 1 次提交
  3. 24 11月, 2010 1 次提交
  4. 17 11月, 2010 2 次提交
  5. 13 11月, 2010 1 次提交
  6. 10 11月, 2010 1 次提交
  7. 06 11月, 2010 2 次提交
  8. 05 11月, 2010 1 次提交
  9. 03 11月, 2010 1 次提交
  10. 31 10月, 2010 1 次提交
  11. 24 10月, 2010 1 次提交
  12. 23 10月, 2010 1 次提交
  13. 22 10月, 2010 3 次提交
  14. 21 10月, 2010 1 次提交
  15. 20 10月, 2010 2 次提交
  16. 19 10月, 2010 1 次提交
  17. 12 10月, 2010 1 次提交
  18. 08 10月, 2010 1 次提交
  19. 07 10月, 2010 1 次提交
  20. 05 10月, 2010 1 次提交
  21. 02 10月, 2010 1 次提交
    • T
      6980838: G1: guarantee(false) failed: thread has an unexpected active value in its SATB queue · acd6a8e3
      tonyp 提交于
      Summary: Under certain circumstances a safepoint could happen between a JavaThread object being created and that object being added to the Java threads list. This could cause the active field of that thread's SATB queue to get out-of-sync with respect to the other Java threads. The solution is to activate the SATB queue, when necessary, before adding the thread to the Java threads list, not when the JavaThread object is created. The changeset also includes a small fix to rename the surrogate locker thread from "Surrogate Locker Thread (CMS)" to "Surrogate Locker Thread (Concurrent GC)" since it's also used in G1.
      Reviewed-by: iveresov, ysr, johnc, jcoomes
      acd6a8e3
  22. 01 10月, 2010 2 次提交
  23. 30 9月, 2010 1 次提交
    • Y
      6692906: CMS: parallel concurrent marking may be prone to hanging or stalling... · f1d21486
      ysr 提交于
      6692906: CMS: parallel concurrent marking may be prone to hanging or stalling mutators for periods of time
      Summary: Inserted missing yield(check)s in closures used during the work-stealing phase of parallel concurrent marking, a missing synchronous yield-request in the cms perm gen allocation path, and a terminator-terminator for the offer_termination invocation that monitors the yield status of the concurrent marking task. Elaborated some documentation comments and made some task queue termination loop flags configurable at start-up to aid debugging in the field.
      Reviewed-by: jmasa, johnc, poonam
      f1d21486
  24. 29 9月, 2010 1 次提交
  25. 28 9月, 2010 1 次提交
  26. 22 9月, 2010 1 次提交
  27. 17 9月, 2010 1 次提交
  28. 15 9月, 2010 1 次提交
  29. 14 9月, 2010 1 次提交
  30. 11 9月, 2010 1 次提交
  31. 04 9月, 2010 1 次提交
    • I
      6953144: Tiered compilation · d2bc8599
      iveresov 提交于
      Summary: Infrastructure for tiered compilation support (interpreter + c1 + c2) for 32 and 64 bit. Simple tiered policy implementation.
      Reviewed-by: kvn, never, phh, twisti
      d2bc8599
  32. 31 8月, 2010 1 次提交
  33. 28 8月, 2010 1 次提交
  34. 25 8月, 2010 1 次提交
    • T
      6978355: renaming for 6961697 · ffaef974
      twisti 提交于
      Summary: This is the renaming part of 6961697 to keep the actual changes small for review.
      Reviewed-by: kvn, never
      ffaef974