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.