We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc9a9e6 + 794564e commit 3487e67Copy full SHA for 3487e67
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/hub/DynamicHub.java
@@ -325,7 +325,8 @@ public void setModule(Module module) {
325
@Substitute @InjectAccessors(AnnotationTypeAccessors.class) //
326
private AnnotationType annotationType;
327
328
- @Substitute private static long serialVersionUID;
+ // This field has a fixed value 3206093459760846163L in java.lang.Class
329
+ @Substitute private static final long serialVersionUID = 3206093459760846163L;
330
331
@Substitute @InjectAccessors(CachedConstructorAccessors.class) //
332
private Constructor<?> cachedConstructor;
0 commit comments