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.

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

              Created:
              Updated: