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

Cleanup ClassFileParser::parse_linenumber_table

XMLWordPrintable

    • b12

      ClassFileParser::parse_linenumber_table use CompressedLineNumberWriteStream to turn line number information into a compact table for inclusion in each Method. Calls in that area are poorly inlined and shows up in startup profiles.

      Additionally, there are a few hacks in the area to disable compiler optimization on Windows due a bug in MSC 2005 that caused stack overflow when building. Testing show no sign that this code should exhibit any particular issues any longer.

      A cleanup in the area shows better inlining and slight improvements in startup.

            redestad Claes Redestad
            redestad Claes Redestad
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: