Skip to content

Commit 0daf24a

Browse files
[GR-67748] Remove HostedOptionCustomizer.
PullRequest: graal/21518
2 parents 6771c14 + 8cde684 commit 0daf24a

File tree

2 files changed

+0
-70
lines changed

2 files changed

+0
-70
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
@@ -654,10 +654,6 @@ public static int maxJavaStackTraceDepth() {
654654
return maxJavaStackTraceDepth;
655655
}
656656

657-
public static void updateMaxJavaStackTraceDepth(EconomicMap<OptionKey<?>, Object> runtimeValues, int newValue) {
658-
ConcealedOptions.MaxJavaStackTraceDepth.update(runtimeValues, newValue);
659-
}
660-
661657
/* Same option name and specification as the Java HotSpot VM. */
662658
@Option(help = "Maximum total size of NIO direct-buffer allocations", type = OptionType.Expert)//
663659
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 & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)