1. 24 6月, 2013 1 次提交
  2. 21 6月, 2013 2 次提交
  3. 20 6月, 2013 2 次提交
  4. 18 6月, 2013 1 次提交
  5. 14 6月, 2013 3 次提交
  6. 10 6月, 2013 1 次提交
  7. 08 6月, 2013 1 次提交
  8. 05 6月, 2013 1 次提交
  9. 03 6月, 2013 1 次提交
  10. 01 6月, 2013 1 次提交
  11. 31 5月, 2013 1 次提交
  12. 23 5月, 2013 1 次提交
  13. 17 5月, 2013 2 次提交
  14. 16 5月, 2013 1 次提交
  15. 15 5月, 2013 2 次提交
    • T
      6843347: Boundary values in some public GC options cause crashes · f0036e39
      tschatzl 提交于
      Summary: Setting some public integer options to specific values causes crashes or undefined GC behavior. This patchset adds the necessary argument checking for these options.
      Reviewed-by: jmasa, brutisso
      f0036e39
    • M
      8012902: remove use of global operator new - take 2 · 73092391
      minqi 提交于
      Summary: The fix of 8010992, disable use of global operator new and new[] which caused failure on some tests. This takes two of the bugs also add ALLOW_OPERATOR_NEW_USAGE to prevent crash for third party code calling operator new of jvm on certain platforms.
      Reviewed-by: coleenp, dholmes, zgu
      Contributed-by: yumin.qi@oracle.com
      73092391
  16. 14 5月, 2013 2 次提交
  17. 10 5月, 2013 1 次提交
    • J
      7176479: G1: JVM crashes on T5-8 system with 1.5 TB heap · ec36d18f
      johnc 提交于
      Summary: Refactor G1's hot card cache and card counts table into their own files. Simplify the card counts table, including removing the encoding of the card index in each entry. The card counts table now has a 1:1 correspondence with the cards spanned by heap. Space for the card counts table is reserved from virtual memory (rather than C heap) during JVM startup and is committed/expanded when the heap is expanded. Changes were also reviewed-by Vitaly Davidovich.
      Reviewed-by: tschatzl, jmasa
      ec36d18f
  18. 09 5月, 2013 2 次提交
  19. 08 5月, 2013 1 次提交
  20. 07 5月, 2013 1 次提交
  21. 06 5月, 2013 2 次提交
    • T
      8006088: Incompatible heap size flags accepted by VM · babbf056
      tschatzl 提交于
      Summary: Make processing of minimum, initial and maximum heap size more intiutive by removing previous limitations on allowed values, and make error reporting consistent. Further, fix errors in ergonomic heap sizing.
      Reviewed-by: johnc, jwilhelm, tamao
      babbf056
    • Z
      8013120: NMT: Kitchensink crashes with assert(next_region == NULL ||... · 5bfa7e7e
      zgu 提交于
      8013120: NMT: Kitchensink crashes with assert(next_region == NULL || !next_region->is_committed_region()) failed: Sanity check
      Summary: Fixed NMT to deal with releasing virtual memory region when there are still committed regions within it
      Reviewed-by: acorn, coleenp
      5bfa7e7e
  22. 03 5月, 2013 2 次提交
  23. 01 5月, 2013 1 次提交
  24. 29 4月, 2013 2 次提交
  25. 27 4月, 2013 1 次提交
  26. 26 4月, 2013 4 次提交