1. 24 3月, 2014 3 次提交
    • T
      8027295: Free CSet takes ~50% of young pause time · adc4e64c
      tschatzl 提交于
      Summary: Improve fast card cache iteration and avoid taking locks when freeing the collection set.
      Reviewed-by: brutisso
      adc4e64c
    • T
      8035815: Cache-align and pad the from card cache · b4c57fe2
      tschatzl 提交于
      Summary: The from card cache is a very frequently accessed data structure. It is essentially a 2d array of per-region values, one row of values for every GC thread. Pad and align the data structure to avoid false sharing.
      Reviewed-by: stefank
      b4c57fe2
    • T
      8035406: Improve data structure for Code Cache remembered sets · 81f9110e
      tschatzl 提交于
      Summary: Change the code cache remembered sets data structure from a GrowableArray to a chunked list of nmethods. This makes the data structure more amenable to parallelization, and decreases freeing time.
      Reviewed-by: mgerdin, brutisso
      81f9110e
  2. 17 3月, 2014 2 次提交
  3. 06 2月, 2014 1 次提交
  4. 10 1月, 2014 2 次提交
  5. 21 3月, 2014 5 次提交
  6. 20 3月, 2014 1 次提交
  7. 17 3月, 2014 1 次提交
  8. 15 3月, 2014 1 次提交
  9. 14 3月, 2014 3 次提交
  10. 13 3月, 2014 2 次提交
  11. 06 3月, 2014 3 次提交
  12. 05 3月, 2014 2 次提交
  13. 18 3月, 2014 2 次提交
    • R
      Merge · f51328c3
      roland 提交于
      f51328c3
    • I
      Merge · 1ebe8dbb
      iveresov 提交于
      1ebe8dbb
  14. 15 3月, 2014 1 次提交
  15. 13 3月, 2014 1 次提交
  16. 01 3月, 2014 2 次提交
  17. 28 2月, 2014 2 次提交
  18. 27 2月, 2014 1 次提交
    • M
      6498581: ThreadInterruptTest3 produces wrong output on Windows · 195d273c
      minqi 提交于
      Summary: There is race condition between os::interrupt and os::is_interrupted on Windows. In JVM_Sleep(Thread.sleep), check if thread gets interrupted, it may see interrupted but not really interrupted so cause spurious waking up (early return from sleep). Fix by checking if interrupt event really gets set thus prevent false return. For intrinsic of _isInterrupted, on Windows, go fastpath only on bit not set.
      Reviewed-by: acorn, kvn
      Contributed-by: david.holmes@oracle.com, yumin.qi@oracle.com
      195d273c
  19. 06 3月, 2014 3 次提交
  20. 12 3月, 2014 1 次提交
    • M
      Merge · 704d4ce3
      minqi 提交于
      704d4ce3
  21. 11 3月, 2014 1 次提交
    • I
      8025644:... · 61b4eae9
      iveresov 提交于
      8025644: java/util/stream/test/org/openjdk/tests/java/util/stream/ToArrayOpTest.java fails with TestData$OfRef): failure java.lang.AssertionError: expected [true] but found [false]
      Summary: In GraphKit::gen_checkcast() provide only exact superklass to GraphKit::maybe_cast_profiled_receiver()
      Reviewed-by: kvn, roland
      61b4eae9