1. 12 10月, 2010 1 次提交
  2. 08 10月, 2010 1 次提交
  3. 07 10月, 2010 1 次提交
  4. 05 10月, 2010 1 次提交
  5. 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
  6. 01 10月, 2010 2 次提交
  7. 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
  8. 29 9月, 2010 1 次提交
  9. 28 9月, 2010 1 次提交
  10. 22 9月, 2010 1 次提交
  11. 17 9月, 2010 1 次提交
  12. 15 9月, 2010 1 次提交
  13. 14 9月, 2010 1 次提交
  14. 11 9月, 2010 1 次提交
  15. 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
  16. 31 8月, 2010 1 次提交
  17. 28 8月, 2010 1 次提交
  18. 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
  19. 21 8月, 2010 1 次提交
  20. 20 8月, 2010 2 次提交
  21. 17 8月, 2010 1 次提交
    • Y
      6948538: CMS: BOT walkers can fall into object allocation and initialization cracks · 569b6fe2
      ysr 提交于
      Summary: GC workers now recognize an intermediate transient state of blocks which are allocated but have not yet completed initialization. blk_start() calls do not attempt to determine the size of a block in the transient state, rather waiting for the block to become initialized so that it is safe to query its size. Audited and ensured the order of initialization of object fields (klass, free bit and size) to respect block state transition protocol. Also included some new assertion checking code enabled in debug mode.
      Reviewed-by: chrisphi, johnc, poonam
      569b6fe2
  22. 14 8月, 2010 1 次提交
  23. 13 8月, 2010 1 次提交
  24. 11 8月, 2010 3 次提交
  25. 10 8月, 2010 1 次提交
  26. 03 8月, 2010 1 次提交
    • B
      6953477: Increase portability and flexibility of building Hotspot · 1d7def72
      bobv 提交于
      Summary: A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail.
      Reviewed-by: phh, never, coleenp, dholmes
      1d7def72
  27. 31 7月, 2010 1 次提交
  28. 29 7月, 2010 1 次提交
  29. 22 7月, 2010 1 次提交
  30. 16 7月, 2010 1 次提交
  31. 13 7月, 2010 1 次提交
  32. 09 7月, 2010 1 次提交
  33. 08 7月, 2010 1 次提交
  34. 03 7月, 2010 1 次提交
  35. 30 6月, 2010 1 次提交
  36. 29 6月, 2010 1 次提交