Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -654,10 +654,6 @@ public static int maxJavaStackTraceDepth() {
return maxJavaStackTraceDepth;
}

public static void updateMaxJavaStackTraceDepth(EconomicMap<OptionKey<?>, Object> runtimeValues, int newValue) {
ConcealedOptions.MaxJavaStackTraceDepth.update(runtimeValues, newValue);
}

/* Same option name and specification as the Java HotSpot VM. */
@Option(help = "Maximum total size of NIO direct-buffer allocations", type = OptionType.Expert)//
public static final RuntimeOptionKey<Long> MaxDirectMemorySize = new RuntimeOptionKey<>(0L);
Expand Down

This file was deleted.