1. 29 6月, 2011 1 次提交
  2. 24 6月, 2011 1 次提交
  3. 23 6月, 2011 1 次提交
  4. 21 6月, 2011 1 次提交
  5. 17 6月, 2011 1 次提交
  6. 15 6月, 2011 2 次提交
  7. 09 6月, 2011 1 次提交
  8. 05 6月, 2011 1 次提交
  9. 04 6月, 2011 1 次提交
  10. 03 6月, 2011 2 次提交
  11. 02 6月, 2011 2 次提交
  12. 01 6月, 2011 1 次提交
  13. 28 5月, 2011 1 次提交
  14. 27 5月, 2011 1 次提交
  15. 26 5月, 2011 1 次提交
  16. 25 5月, 2011 2 次提交
  17. 24 5月, 2011 1 次提交
  18. 22 5月, 2011 3 次提交
  19. 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
  20. 18 5月, 2011 2 次提交
  21. 17 5月, 2011 4 次提交
  22. 13 5月, 2011 3 次提交
  23. 12 5月, 2011 1 次提交
  24. 11 5月, 2011 3 次提交
  25. 10 5月, 2011 2 次提交
    • T
      7042122: JSR 292: adjust various inline thresholds for JSR 292 API methods and... · a0dc8908
      twisti 提交于
      7042122: JSR 292: adjust various inline thresholds for JSR 292 API methods and method handle adapters
      Reviewed-by: jrose, never, kvn
      a0dc8908
    • Y
      6883834: ParNew: assert(!_g->to()->is_in_reserved(obj),"Scanning field... · 01b28013
      ysr 提交于
      6883834: ParNew: assert(!_g->to()->is_in_reserved(obj),"Scanning field twice?") with LargeObjects tests
      Summary: Fixed process_chunk_boundaries(), used for parallel card scanning when using ParNew/CMS, so as to prevent double-scanning, or worse, non-scanning of imprecisely marked objects exceeding parallel chunk size. Made some sizing parameters for parallel card scanning diagnostic, disabled ParallelGCRetainPLAB, and elaborated and clarified some comments.
      Reviewed-by: stefank, johnc
      01b28013