Skip to content

Commit cb0c4d7

Browse files
christianhaeublbulasevich
authored andcommitted
Remove HostedOptionCustomizer.
(cherry picked from commit 8cde684ed288438fdea082861489839d01a38a53)
1 parent 7b21ceb commit cb0c4d7

File tree

2 files changed

+0
-69
lines changed

2 files changed

+0
-69
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -400,10 +400,6 @@ public static int maxJavaStackTraceDepth() {
400400
return maxJavaStackTraceDepth;
401401
}
402402

403-
public static void updateMaxJavaStackTraceDepth(EconomicMap<OptionKey<?>, Object> runtimeValues, int newValue) {
404-
ConcealedOptions.MaxJavaStackTraceDepth.update(runtimeValues, newValue);
405-
}
406-
407403
/* Same option name and specification as the Java HotSpot VM. */
408404
@Option(help = "Maximum total size of NIO direct-buffer allocations", type = OptionType.Expert)//
409405
public static final RuntimeOptionKey<Long> MaxDirectMemorySize = new RuntimeOptionKey<>(0L);

substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/option/HostedOptionCustomizer.java

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)