1. 05 9月, 2013 1 次提交
  2. 16 8月, 2013 1 次提交
    • H
      8003424: Enable Class Data Sharing for CompressedOops · 663f2686
      hseigel 提交于
      8016729: ObjectAlignmentInBytes=16 now forces the use of heap based compressed oops
      8005933: The -Xshare:auto option is ignored for -server
      Summary: Move klass metaspace above the heap and support CDS with compressed klass ptrs.
      Reviewed-by: coleenp, kvn, mgerdin, tschatzl, stefank
      663f2686
  3. 01 8月, 2013 1 次提交
  4. 29 7月, 2013 1 次提交
  5. 19 7月, 2013 1 次提交
  6. 11 7月, 2013 1 次提交
  7. 09 7月, 2013 1 次提交
  8. 04 7月, 2013 1 次提交
  9. 02 7月, 2013 1 次提交
  10. 29 6月, 2013 1 次提交
    • T
      8017611: Auto corrector for mistyped vm options · 81592497
      tamao 提交于
      Summary: The auto corrector for mistyped vm options fuzzy-matches existing flags based on string similarity (Dice's coefficient).
      Reviewed-by: kvn, dsamersoff, hseigel, johnc
      81592497
  11. 27 6月, 2013 1 次提交
  12. 14 6月, 2013 1 次提交
  13. 08 6月, 2013 1 次提交
  14. 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
  15. 16 5月, 2013 1 次提交
  16. 15 5月, 2013 1 次提交
  17. 14 5月, 2013 1 次提交
  18. 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
  19. 09 5月, 2013 2 次提交
  20. 08 5月, 2013 1 次提交
  21. 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
  22. 03 5月, 2013 1 次提交
  23. 29 4月, 2013 1 次提交
  24. 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
  25. 17 4月, 2013 1 次提交
  26. 05 4月, 2013 1 次提交
  27. 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
  28. 26 3月, 2013 1 次提交
  29. 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
  30. 21 3月, 2013 1 次提交
  31. 12 3月, 2013 2 次提交
  32. 08 3月, 2013 1 次提交
  33. 07 3月, 2013 1 次提交
  34. 20 2月, 2013 1 次提交
  35. 15 2月, 2013 1 次提交
  36. 06 4月, 2013 1 次提交
  37. 09 2月, 2013 1 次提交
  38. 04 2月, 2013 1 次提交