[rakuten:book:10975686:detail] Java 仮想マシン仕様 4.10 節に制限事項があります。これらのひとつが、1 メソッドの最大サイズは 65,536 バイト(64KB)という制限。こちら。 The amount of code per non-native, non-abstract method is limited to 65536 bytes by the sizes of the indices in the exception_table of the Code attribute (§4.7.3), in the LineNumberTable attribute (§4.7.8), and in the LocalVariableTable attribute (§4.7.9). Java 言語で普通にコーディングする方々から見ると「1 メソッ