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: compiler/src/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/spi/JavaConstantFieldProvider.java
+37-1Lines changed: 37 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@
24
24
*/
25
25
packageorg.graalvm.compiler.core.common.spi;
26
26
27
+
importjava.lang.annotation.Annotation;
28
+
27
29
importorg.graalvm.compiler.debug.GraalError;
28
30
importorg.graalvm.compiler.options.Option;
29
31
importorg.graalvm.compiler.options.OptionKey;
@@ -42,6 +44,9 @@ public abstract class JavaConstantFieldProvider implements ConstantFieldProvider
42
44
staticclassOptions {
43
45
@Option(help = "Determines whether to treat final fields with default values as constant.")//
0 commit comments