Skip to content

Commit 11d01e9

Browse files
smowtonpeterschrammel
authored andcommitted
Mark Class literal initializer must-not-throw
1 parent a643092 commit 11d01e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/java/lang/Class.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ protected void cproverNondetInitialize() {
449449
// avoid the time-consuming process of enumerating over the constant
450450
// dictionary's internal array, when generating the Class object non-
451451
// deterministically.
452+
@org.cprover.MustNotThrow
452453
public void cproverInitializeClassLiteral(
453454
String name,
454455
boolean isAnnotation,

0 commit comments

Comments
 (0)