Strategy in StringConcatFactory
问题 I have know the invokedynamic instruction. Also I have known the basic process how it implements. But when I arrive the code. I can't understand the code in StringConcatFactory . Can you tell me how the six strategies implements by the source code. Only the default strategy is also done. As a university student, I can't under the source code. private enum Strategy { /** * Bytecode generator, calling into {@link java.lang.StringBuilder}. */ BC_SB, /** * Bytecode generator, calling into {@link