Skip to content

Commit

Permalink
fixed SwitchBootstrapTest
Browse files Browse the repository at this point in the history
  • Loading branch information
asotona committed Nov 27, 2023
1 parent deb064f commit dd9a4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/java/lang/runtime/SwitchBootstrapsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ private static byte[] createClass() {
clb.withFlags(AccessFlag.SYNTHETIC)
.withMethodBody("<init>",
MethodTypeDesc.of(ConstantDescs.CD_void),
Classfile.ACC_PUBLIC,
ClassFile.ACC_PUBLIC,
cb -> {
cb.aload(0);
cb.invokespecial(ConstantDescs.CD_Object,
Expand Down

0 comments on commit dd9a4aa

Please sign in to comment.