1. 08 9月, 2011 4 次提交
    • I
      7086226: UseNUMA fails on old versions of windows · 46c8735b
      iveresov 提交于
      Summary: Return correct answers from os::numa_*() for UMA machines or if NUMA API is not supported
      Reviewed-by: johnc
      46c8735b
    • Y
      4965777: GC changes to support use of discovered field for pending references · d5318109
      ysr 提交于
      Summary: If and when the reference handler thread is able to use the discovered field to link reference objects in its pending list, so will GC. In that case, GC will scan through this field once a reference object has been placed on the pending list, but not scan that field before that stage, as the field is used by the concurrent GC thread to link discovered objects. When ReferenceHandleR thread does not use the discovered field for the purpose of linking the elements in the pending list, as would be the case in older JDKs, the JVM will fall back to the old behaviour of using the next field for that purpose.
      Reviewed-by: jcoomes, mchung, stefank
      d5318109
    • Y
      Merge · 8967afd6
      ysr 提交于
      8967afd6
    • T
      7050392: G1: Introduce flag to generate a log of the G1 ergonomic decisions · e4a3f7b0
      tonyp 提交于
      Summary: It introduces ergonomic decision logging in G1 for the following heuristics: heap sizing, collection set construction, concurrent cycle initiation, and partially-young GC start/end. The code has a bit of refactoring in a few places to make the decision logging possible. It also replaces alternative ad-hoc logging that we have under different parameters and switches (G1_DEBUG, G1PolicyVerbose).
      Reviewed-by: johnc, ysr
      e4a3f7b0
  2. 07 9月, 2011 1 次提交
  3. 03 9月, 2011 2 次提交
  4. 02 9月, 2011 1 次提交
  5. 03 9月, 2011 3 次提交
  6. 02 9月, 2011 1 次提交
  7. 01 9月, 2011 4 次提交
  8. 30 8月, 2011 2 次提交
  9. 27 8月, 2011 1 次提交
  10. 26 8月, 2011 2 次提交
  11. 25 8月, 2011 1 次提交
  12. 23 8月, 2011 4 次提交
  13. 22 8月, 2011 1 次提交
  14. 21 8月, 2011 1 次提交
  15. 20 8月, 2011 2 次提交
  16. 19 8月, 2011 4 次提交
  17. 18 8月, 2011 1 次提交
  18. 17 8月, 2011 4 次提交
  19. 16 8月, 2011 1 次提交
    • Y
      Merge · d5bd8611
      ysr 提交于
      d5bd8611