Obsolete NewSizeThreadIncrease flag

XMLWordPrintable

    • Type: CSR
    • Resolution: Unresolved
    • Priority: P4
    • 27
    • Component/s: hotspot
    • None
    • gc
    • behavioral
    • minimal
    • Searching for the affected flag doesn't return any blog posts/tutorials covering or suggesting its use.
    • add/remove/modify command line option
    • JDK

      Summary

      Obsolete the VM product option NewSizeThreadIncrease.

      Problem

      This option controls how much memory ergonomic generation sizing adds to the young generation per application thread when determining optimal size. Figuring out the right value for this option is challenging because there's no clear guidance on what number makes sense. This option only affects Serial GC potentially causing confusion leading to missed expectations.

      Solution

      Obsolete the VM product option NewSizeThreadIncrease without any deprecation period.

      Specification

      -  product_pd(size_t, NewSizeThreadIncrease,                                 \
      -          "Additional size added to desired new generation size per "       \
      -          "non-daemon thread (in bytes)")                                   \
      -          range(0, max_uintx)                                               \
      -                                                                            \
      

            Assignee:
            Albert Yang
            Reporter:
            Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: