mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8323058: Revisit j.l.classfile.CodeBuilder API surface
Reviewed-by: briangoetz, psandoz
This commit is contained in:
parent
286cbf831c
commit
ae82405ff7
53 changed files with 725 additions and 876 deletions
|
@ -138,7 +138,7 @@ public class CondyNestedTest {
|
|||
// .withCode(codeBuilder -> {
|
||||
// codeBuilder
|
||||
// .aload(2)
|
||||
// .instanceof_(ConstantDescs.CD_MethodType)
|
||||
// .instanceOf(ConstantDescs.CD_MethodType)
|
||||
// .iconst_0();
|
||||
// Label condy = codeBuilder.newLabel();
|
||||
// codeBuilder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue