JDK 24 |
---|
24 b14Fixed |
CSR :
|
From offline discussion, we discovered that many methods in Opcode are rarely used yet is present, increasing initialization costs while providing little value. We should aim to simplify the fields, maybe as little as opcode, sizeIfFixed, and kind, and move other getters all into switches.
|