Incorrect comment for variable NMethodSizeLimit

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P5
    • None
    • Affects Version/s: 26
    • Component/s: hotspot
    • None
    • generic
    • generic

        static uint desired_max_code_buffer_size() {
          return (uint)NMethodSizeLimit; // default 64K
        }

      Actual default value of NMethodSizeLimit is 64K*wordSize

        develop(intx, NMethodSizeLimit, (64*K)*wordSize, \
                "Maximum size of a compiled method.") \
                range(0, 1*M)

            Assignee:
            Sendao Yan
            Reporter:
            Sendao Yan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: