1. 02 10月, 2010 4 次提交
    • T
      6980838: G1: guarantee(false) failed: thread has an unexpected active value in its SATB queue · 8e359b8f
      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
      8e359b8f
    • J
      Merge · d8615e26
      johnc 提交于
      d8615e26
    • J
      6983311: G1: LoopTest hangs when run with -XX:+ExplicitInvokesConcurrent · b06b0f42
      johnc 提交于
      Summary: Clear the concurrent marking "in progress" flag while the FullGCCount_lock is held. This avoids a race that can cause back to back System.gc() calls, when ExplicitGCInvokesConcurrent is enabled, to fail to initiate a marking cycle causing the requesting thread to hang.
      Reviewed-by: tonyp, ysr
      b06b0f42
    • Y
      6794422: Perm gen expansion policy for concurrent collectors · 70ffe199
      ysr 提交于
      Summary: Concurrent collectors should expand the perm gen without a full STW GC, but possibly by triggering a concurrent collection. Temporary band-aid for G1 where no concurrent collection is kicked off since the perm gen is not collected concurrently.
      Reviewed-by: johnc
      70ffe199
  2. 01 10月, 2010 1 次提交
  3. 30 9月, 2010 1 次提交
    • Y
      6692906: CMS: parallel concurrent marking may be prone to hanging or stalling... · a5c5cb45
      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
      a5c5cb45
  4. 29 9月, 2010 2 次提交
  5. 09 9月, 2010 1 次提交
  6. 21 9月, 2010 1 次提交
  7. 17 9月, 2010 1 次提交
    • J
      Merge · ddf78e4c
      johnc 提交于
      ddf78e4c
  8. 16 9月, 2010 1 次提交
  9. 14 9月, 2010 1 次提交
    • J
      6981746: G1: SEGV with -XX:+TraceGen0Time · 2b9e6a87
      johnc 提交于
      Summary: Pass correct value for length to NumberSeq constructor. Guard dereferences of "body_summary" pointer with a NULL check.
      Reviewed-by: tonyp, ysr
      2b9e6a87
  10. 13 9月, 2010 1 次提交
    • K
      Merge · 54aea1e4
      kamg 提交于
      54aea1e4
  11. 12 9月, 2010 1 次提交
    • Y
      Merge · 494d2183
      ysr 提交于
      494d2183
  12. 11 9月, 2010 2 次提交
  13. 09 9月, 2010 2 次提交
  14. 08 9月, 2010 1 次提交
  15. 07 9月, 2010 2 次提交
  16. 04 9月, 2010 1 次提交
  17. 01 9月, 2010 3 次提交
  18. 05 7月, 2017 14 次提交
    • D
      Merge · cfc20798
      duke 提交于
      cfc20798
    • D
      Merge · bf4ae476
      duke 提交于
      bf4ae476
    • D
      Merge · 7f860d57
      duke 提交于
      7f860d57
    • D
      Merge · a1b912a8
      duke 提交于
      a1b912a8
    • D
      Merge · 22786ec1
      duke 提交于
      22786ec1
    • D
      Merge · 3118671f
      duke 提交于
      3118671f
    • D
      Merge · 29b7cc37
      duke 提交于
      29b7cc37
    • D
      Added tag jdk7-b107 for changeset 439de530aac5 · 092f05de
      duke 提交于
      092f05de
    • D
      Merge · 3221cc0f
      duke 提交于
      3221cc0f
    • D
      Merge · 50a80cd8
      duke 提交于
      50a80cd8
    • D
      Merge · e4a23017
      duke 提交于
      e4a23017
    • D
      Merge · 9c8c2fb0
      duke 提交于
      9c8c2fb0
    • D
      Merge · 39f1ce0f
      duke 提交于
      39f1ce0f
    • D
      Merge · 9406201c
      duke 提交于
      9406201c