1. 24 6月, 2013 1 次提交
  2. 21 6月, 2013 1 次提交
    • G
      8016586: PPC64 (part 3): basic changes for PPC64 · 5f92a492
      goetz 提交于
      Summary: added #includes needed for ppc64 port. Renamed _MODEL_ppc to _MODEL_ppc_32 and renamed corresponding old _ppc files to _ppc_32.
      Reviewed-by: dholmes, kvn
      5f92a492
  3. 19 6月, 2013 1 次提交
    • G
      8016491: PPC64 (part 2): Clean up PPC defines. · d11fa79d
      goetz 提交于
      Summary: Distinguish PPC, PPC64 and PPC32. PPC should guard code needed on any PPC system. PPC32 and PPC64 should guard code needed in a port for the ppc64 or ppc32 instruction set.
      Reviewed-by: kvn
      d11fa79d
  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 次提交
  27. 25 4月, 2013 1 次提交
  28. 31 5月, 2013 1 次提交
    • 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