1. 05 6月, 2013 1 次提交
  2. 03 6月, 2013 1 次提交
  3. 01 6月, 2013 1 次提交
  4. 31 5月, 2013 1 次提交
  5. 23 5月, 2013 1 次提交
  6. 17 5月, 2013 2 次提交
  7. 16 5月, 2013 1 次提交
  8. 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
  9. 14 5月, 2013 2 次提交
  10. 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
  11. 09 5月, 2013 2 次提交
  12. 08 5月, 2013 1 次提交
  13. 07 5月, 2013 1 次提交
  14. 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
  15. 03 5月, 2013 2 次提交
  16. 01 5月, 2013 1 次提交
  17. 29 4月, 2013 2 次提交
  18. 27 4月, 2013 1 次提交
  19. 26 4月, 2013 4 次提交
  20. 25 4月, 2013 1 次提交
  21. 31 5月, 2013 2 次提交
    • A
      8013496: Code cache management command line options work only in special... · 2535d8a3
      anoll 提交于
      8013496: Code cache management command line options work only in special order. Another order of arguments does not deliver the second parameter to the jvm.
      Summary: Moved check that ReservedCodeCacheSize >= InitialCodeCacheSize to Arguments::check_vm_args_consistency(). As a result, the ordering in which the two parameters are given to the VM is not relevant. Added a regression test.
      Reviewed-by: kvn, twisti
      2535d8a3
    • R
      8009981: nashorn tests fail with -XX:+VerifyStack · 228c8cc6
      roland 提交于
      Summary: nmethod::preserve_callee_argument_oops() must take appendix into account.
      Reviewed-by: kvn, twisti
      228c8cc6
  22. 24 4月, 2013 1 次提交
  23. 22 4月, 2013 1 次提交
  24. 20 4月, 2013 2 次提交
  25. 17 4月, 2013 1 次提交
  26. 12 4月, 2013 1 次提交
  27. 16 4月, 2013 1 次提交
  28. 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