[code-reflection] RFR: Experiment with replacing textual representation in classfile with method that builds the model [v9]

Adam Sotona asotona at openjdk.org
Thu Nov 21 10:07:37 UTC 2024


On Wed, 20 Nov 2024 19:47:31 GMT, Mourad Abbay <mabbay at openjdk.org> wrote:

>> Experiment with replacing textual representation in classfile with method that builds the model.
>> Note: This PR is based on changes from #272.
>
> Mourad Abbay has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Write the columns names after all processing is done

src/java.base/share/classes/java/lang/reflect/code/bytecode/BytecodeGenerator.java line 198:

> 196:     }
> 197: 
> 198:     public static byte[] addOpByteCodeToClassFile(MethodHandles.Lookup lookup, ClassModel cm, String methodName, FuncOp builderOp) {

Is this method still used?

-------------

PR Review Comment: https://git.openjdk.org/babylon/pull/274#discussion_r1851733294


More information about the babylon-dev mailing list