Skip to content

Commit 8ff1241

Browse files
committed
Update to JDK 25 head
1 parent 4d3a0d4 commit 8ff1241

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

jdk

Submodule jdk updated 287 files

src/main/java/io/github/dmlloyd/classfile/CodeBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ public sealed interface CodeBuilder
132132
* values require two slots.
133133
*
134134
* @param paramNo the index of the parameter
135+
* @throws IndexOutOfBoundsException if the parameter index is out of bounds
135136
*/
136137
int parameterSlot(int paramNo);
137138

0 commit comments

Comments
 (0)