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

Refactor StackMapReader::next()

XMLWordPrintable

      The StackMapReader parses the StackMapTable attribute from a class file and constructs the associated structure in the VM.The parsing of individual frames is done by StackMapReader::next() which has a large amount of repeated code. This shared behavior should be extracted into its own method for the sake of maintainability.

            matsaave Matias Saavedra Silva
            matsaave Matias Saavedra Silva
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: