欢迎来到Riguz的小站!这是一个私人wiki,用来记录一些我的笔记。
invoke a static method:
invokestatic indexbyte1 indexbyte2
invoke a static method, the method is from the constant pool by
index= (indexbyte1 << 8) | indexbyte2