RFR: 8312491: Update Classfile API snippets and examples
Adam Sotona
asotona at openjdk.org
Thu Jul 27 15:19:54 UTC 2023
On Thu, 27 Jul 2023 14:59:49 GMT, Brian Goetz <briangoetz at openjdk.org> wrote:
>> 8312491: Update Classfile API snippets and examples
>
> src/java.base/share/classes/jdk/internal/classfile/CodeBuilder.java line 1239:
>
>> 1237: return ldc(BytecodeHelpers.constantEntry(constantPool(), value));
>> 1238: }
>> 1239:
>
> Method needs specification
Right, we need to add a lot of missing javadoc.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14968#discussion_r1276442803
More information about the core-libs-dev
mailing list