1. 21 5月, 2011 1 次提交
    • K
      7046096: SEGV IN C2 WITH 6U25 · 0527eebd
      kvn 提交于
      Summary: Missing fail flag set in strings concatenation code.
      Reviewed-by: never
      0527eebd
  2. 18 5月, 2011 2 次提交
  3. 17 5月, 2011 4 次提交
  4. 13 5月, 2011 3 次提交
  5. 12 5月, 2011 1 次提交
  6. 11 5月, 2011 3 次提交
  7. 10 5月, 2011 3 次提交
  8. 07 5月, 2011 2 次提交
  9. 06 5月, 2011 2 次提交
  10. 05 5月, 2011 6 次提交
  11. 04 5月, 2011 5 次提交
  12. 03 5月, 2011 1 次提交
  13. 02 5月, 2011 1 次提交
  14. 29 4月, 2011 1 次提交
  15. 30 4月, 2011 3 次提交
    • I
      7040485: Use transparent huge page on linux by default · b1575360
      iveresov 提交于
      Summary: Turn on UseLargePages by default but try only HugeTLBFS method if it is not explicitly specified on the command line.
      Reviewed-by: ysr
      b1575360
    • T
      7035144: G1: nightly failure: Non-dirty cards in region that should be dirty... · 086cc9b4
      tonyp 提交于
      7035144: G1: nightly failure: Non-dirty cards in region that should be dirty (failures still exist...)
      Summary: We should only undirty cards after we decide that they are not on a young region, not before. The fix also includes improvements to the verify_dirty_region() method which print out which cards were not found dirty.
      Reviewed-by: johnc, brutisso
      086cc9b4
    • T
      7034139: G1: assert(Thread::current()->is_ConcurrentGC_thread()) failed: only... · 2526ebc0
      tonyp 提交于
      7034139: G1: assert(Thread::current()->is_ConcurrentGC_thread()) failed: only a conc GC thread can call this.
      Summary: We were calling STS join and leave during a STW pause and we are not suppoesed to. I now only call those during  concurrent phase. I also added stress code in the non-product builds to force an overflows (the condition that ws uncovering the bug) to make sure it does not happen again.
      Reviewed-by: johnc, brutisso
      2526ebc0
  16. 29 4月, 2011 2 次提交