1. 04 7月, 2013 1 次提交
  2. 14 6月, 2013 1 次提交
  3. 08 6月, 2013 1 次提交
  4. 17 5月, 2013 1 次提交
    • T
      8014765: VM exits if MaxTenuringThreshold is set below the default... · 65c687b0
      tschatzl 提交于
      8014765: VM exits if MaxTenuringThreshold is set below the default InitialTenuringThreshold, and InitialTenuringThreshold is not set
      Summary: The VM exits when the condition in the subject line applies. The fix sets InitialTenuringThreshold to MaxTenuringThreshold if it is larger than MaxTenuringThreshold and InitialTenuringThreshold has not been set (is default).
      Reviewed-by: jwilhelm, jmasa, brutisso, johnc
      65c687b0
  5. 16 5月, 2013 1 次提交
  6. 15 5月, 2013 1 次提交
  7. 14 5月, 2013 1 次提交
  8. 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
  9. 09 5月, 2013 2 次提交
  10. 08 5月, 2013 1 次提交
  11. 06 5月, 2013 1 次提交
    • 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
  12. 03 5月, 2013 1 次提交
  13. 29 4月, 2013 1 次提交
  14. 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
  15. 17 4月, 2013 1 次提交
  16. 05 4月, 2013 1 次提交
  17. 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
  18. 26 3月, 2013 1 次提交
  19. 28 3月, 2013 1 次提交
    • T
      7112912: Message "Error occurred during initialization of VM" on boxes with lots of RAM · d9cc1e05
      tschatzl 提交于
      Summary: Ergonomics now also takes available virtual memory into account when deciding for a heap size. The helper method to determine the maximum allocatable memory block now uses the appropriate OS specific calls to retrieve available virtual memory for the java process. In 32 bit environments this method now also searches for the maximum actually reservable amount of memory. Merge previously separate implementations for Linux/BSD/Solaris into a single method.
      Reviewed-by: jmasa, tamao
      d9cc1e05
  20. 21 3月, 2013 1 次提交
  21. 12 3月, 2013 2 次提交
  22. 08 3月, 2013 1 次提交
  23. 07 3月, 2013 1 次提交
  24. 20 2月, 2013 1 次提交
  25. 15 2月, 2013 1 次提交
  26. 06 4月, 2013 1 次提交
  27. 09 2月, 2013 1 次提交
  28. 04 2月, 2013 1 次提交
  29. 02 2月, 2013 1 次提交
  30. 25 1月, 2013 1 次提交
    • Z
      8000692: Remove old KERNEL code · 5a6c724a
      zgu 提交于
      Summary: Removed depreciated kernel VM source code from hotspot VM
      Reviewed-by: dholmes, acorn
      5a6c724a
  31. 06 2月, 2013 1 次提交
  32. 24 1月, 2013 1 次提交
  33. 07 2月, 2013 1 次提交
  34. 24 1月, 2013 1 次提交
  35. 17 1月, 2013 1 次提交
  36. 09 1月, 2013 2 次提交
  37. 05 1月, 2013 1 次提交