Details
Description
When displaying the multianewarray instruction, VMTT will display it in a manner which is not able to be compiled:
5: multianewarray #11 // "[[Ljava/lang/Object;" 2
The second argument (2) should come before the comment:
5: multianewarray #11 2 // "[[Ljava/lang/Object;"