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

nmethod header size reduction

XMLWordPrintable

    • b09
    • generic
    • generic

      Each compiled method contains an nmethod header. In trivial case, the header takes up half the method payload: ~350 bytes. Over time, the header gets bigger. With this change, I suggest sorting the header data fields from largest to smallest to minimize header paddings, and using one to store CompilerType and CompLevel values.

            bulasevich Boris Ulasevich
            bulasevich Boris Ulasevich
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: