You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/classinitialization/ClassInitializationInfo.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@
51
51
52
52
/**
53
53
* Information about the runtime class initialization state of a {@link DynamicHub class}, and
54
-
* {@link #slowPath(ClassInitializationInfo, DynamicHub)} implementation} of class initialization
54
+
* {@link #slowPath(ClassInitializationInfo, DynamicHub) implementation} of class initialization
55
55
* according to the Java VM specification.
56
56
* <p>
57
57
* The information is not directly stored in {@link DynamicHub} because 1) the class initialization
0 commit comments