Skip to content

Commit 1b4d569

Browse files
authored
Merge pull request #210 from bulasevich/GR-68111
[Backport] [Oracle GraalVM] [GR-68111] Backport to 23.1: Remove HostedOptionCustomizer.
2 parents 7e7eba3 + cb0c4d7 commit 1b4d569

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)