Skip to content

Commit 5bcf0e0

Browse files
author
Christian Wimmer
committed
TEMPORARY: remove StrictImageHeap option to check it is not used by the gate
1 parent f035c26 commit 5bcf0e0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/classinitialization/ClassInitializationOptions.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ private static class InitializationValueBuildTime extends InitializationValueTra
9191
@Option(help = "Assert class initialization is specified for all classes.", type = OptionType.Debug)//
9292
public static final HostedOptionKey<Boolean> AssertInitializationSpecifiedForAllClasses = new HostedOptionKey<>(false);
9393

94-
@APIOption(name = "strict-image-heap", deprecated = "'--strict-image-heap' is now the default. You can remove the option.") //
95-
@Option(help = "Deprecated, option no longer has any effect.", deprecated = true, deprecationMessage = "It no longer has any effect, and no replacement is available")//
96-
static final HostedOptionKey<Boolean> StrictImageHeap = new HostedOptionKey<>(true);
97-
9894
@Option(help = "Simulate the effects of class initializer at image build time, to avoid class initialization at run time.", type = OptionType.Expert)//
9995
public static final HostedOptionKey<Boolean> SimulateClassInitializer = new HostedOptionKey<>(true);
10096

0 commit comments

Comments
 (0)