1. 08 8月, 2011 1 次提交
  2. 30 7月, 2011 1 次提交
  3. 29 7月, 2011 1 次提交
  4. 28 7月, 2011 3 次提交
  5. 27 7月, 2011 1 次提交
  6. 22 7月, 2011 1 次提交
    • K
      7063628: Use cbcond on T4 · 6ed3c318
      kvn 提交于
      Summary: Add new short branch instruction to Hotspot sparc assembler.
      Reviewed-by: never, twisti, jrose
      6ed3c318
  7. 21 7月, 2011 2 次提交
  8. 09 7月, 2011 2 次提交
  9. 08 7月, 2011 1 次提交
  10. 07 7月, 2011 6 次提交
  11. 06 7月, 2011 1 次提交
  12. 02 7月, 2011 2 次提交
  13. 29 6月, 2011 3 次提交
  14. 28 6月, 2011 1 次提交
    • B
      7016112: CMS: crash during promotion testing · cf62aa47
      brutisso 提交于
      Summary: Also reviewed by mikael.gerdin@oracle.com; stdlib:qsort() does byte-by-byte swapping on Windows. This leads to pointer shearing. Fix is to implement a quicksort that does full pointer updates.
      Reviewed-by: never, coleenp, ysr
      cf62aa47
  15. 25 6月, 2011 1 次提交
  16. 24 6月, 2011 1 次提交
  17. 23 6月, 2011 1 次提交
  18. 22 6月, 2011 1 次提交
    • T
      7046182: G1: remove unnecessary iterations over the collection set · 76ac10c6
      tonyp 提交于
      Summary: Remove two unnecessary iterations over the collection set which are supposed to prepare the RSet's of the CSet regions for parallel iterations (we'll make sure this is done incrementally). I'll piggyback on this CR the removal of the G1_REM_SET_LOGGING code.
      Reviewed-by: brutisso, johnc
      76ac10c6
  19. 21 6月, 2011 3 次提交
  20. 17 6月, 2011 2 次提交
  21. 16 6月, 2011 1 次提交
  22. 15 6月, 2011 3 次提交
  23. 14 6月, 2011 1 次提交
    • T
      7046558: G1: concurrent marking optimizations · 2db1d718
      tonyp 提交于
      Summary: Some optimizations to improve the concurrent marking phase: specialize the main oop closure, make sure a few methods in the fast path are properly inlined, a few more bits and pieces, and some cosmetic fixes.
      Reviewed-by: stefank, johnc
      2db1d718