Closed zcbbpo closed 2 years ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Java 9利用InvokeDynamic调用了StringConcatFactory.makeConcatWithConstants方法进行字符串拼接优化,也就是说makeConcatWithConstants的opcode是INVOKEDYNAMIC. 需要过滤掉这种情况
See mock失效