1. 17 5月, 2013 2 次提交
  2. 16 5月, 2013 1 次提交
  3. 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
  4. 14 5月, 2013 2 次提交
  5. 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
  6. 09 5月, 2013 2 次提交
  7. 08 5月, 2013 1 次提交
  8. 07 5月, 2013 1 次提交
  9. 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
  10. 03 5月, 2013 2 次提交
  11. 01 5月, 2013 1 次提交
  12. 29 4月, 2013 2 次提交
  13. 27 4月, 2013 1 次提交
  14. 26 4月, 2013 4 次提交
  15. 25 4月, 2013 1 次提交
  16. 24 4月, 2013 1 次提交
  17. 22 4月, 2013 1 次提交
  18. 20 4月, 2013 2 次提交
  19. 17 4月, 2013 1 次提交
  20. 12 4月, 2013 1 次提交
  21. 16 4月, 2013 1 次提交
  22. 13 4月, 2013 1 次提交
    • D
      7104565: trim jprt build targets · f0e7c0d7
      drchase 提交于
      Summary: remove JPRT debug builds, remove -DDEBUG -DFASTDEBUG and use ASSERT instead in sources
      Reviewed-by: dholmes, kvn, coleenp
      f0e7c0d7
  23. 10 4月, 2013 3 次提交
  24. 08 4月, 2013 1 次提交
  25. 05 4月, 2013 1 次提交
  26. 28 3月, 2013 1 次提交
    • M
      2178143: JVM crashes if the number of bound CPUs changed during runtime · a331be27
      minqi 提交于
      Summary: Supply a new flag -XX:+AssumeMP to workaround the problem. With the flag is turned on, assume VM run on MP platform so is_MP() will return true that sync calls will not skip away.
      Reviewed-by: dholmes, acorn, dcubed, jmasa
      Contributed-by: yumin.qi@oracle.com
      a331be27
  27. 26 3月, 2013 1 次提交