Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8359922

Incorrect comment for variable NMethodSizeLimit

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P5 P5
    • None
    • 26
    • 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)

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

              Created:
              Updated:
              Resolved: