Skip to content

Commit 10d8326

Browse files
author
Christian Wimmer
committed
Temporary: remove options
1 parent df40e10 commit 10d8326

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/SubstrateOptions.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,12 +1053,6 @@ protected void onValueUpdate(EconomicMap<OptionKey<?>, Object> values, String ol
10531053
@Option(help = "Verify type states computed by the static analysis at run time. This is useful when diagnosing problems in the static analysis, but reduces peak performance significantly.", type = OptionType.Debug)//
10541054
public static final HostedOptionKey<Boolean> VerifyTypes = new HostedOptionKey<>(false);
10551055

1056-
@Option(help = "Deprecated, has no effect.", deprecated = true)//
1057-
static final HostedOptionKey<Boolean> RunReachabilityHandlersConcurrently = new HostedOptionKey<>(true);
1058-
1059-
@Option(help = "Deprecated, has no effect.", deprecated = true)//
1060-
static final HostedOptionKey<Boolean> PlatformInterfaceCompatibilityMode = new HostedOptionKey<>(false);
1061-
10621056
@Option(help = "Force many trampolines to be needed for inter-method calls. Normally trampolines are only used when a method destination is outside the range of a pc-relative branch instruction.", type = OptionType.Debug)//
10631057
public static final HostedOptionKey<Boolean> UseDirectCallTrampolinesALot = new HostedOptionKey<>(false);
10641058

0 commit comments

Comments
 (0)