On Thu, 27 Jul 2023 15:16:33 GMT, Adam Sotona wrote:
>> src/java.base/share/classes/jdk/internal/classfile/CodeBuilder.java line
>> 1239:
>>
>>> 1237: return ldc(BytecodeHelpers.constantEntry(constantPool(),
>>> value));
>>> 1238: }
>>> 1239:
>>
>> Method needs specification
>
>
> This pull request updates Classfile API snippets and examples and adds
> missing javadoc.
>
> Please review.
>
> Thanks,
> Adam
Adam Sotona has updated the pull request incrementally with two additional
commits since the last revision:
- fixing javadoc
- fixing javadoc
-
Cha