We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456c06d commit ad5a6ccCopy full SHA for ad5a6cc
client/go/internal/admin/jvm/xx_options.go
@@ -19,5 +19,6 @@ func (opts *Options) AddCommonXX() {
19
// not common after all:
20
opts.AddOption("-XX:MaxJavaStackTraceDepth=1000000")
21
// Aid debugging for slight cost in performance
22
- opts.AddOption("-XX:-OmitStackTraceInFastThrow")
+ // TODO(2025-02-06, bjorncs): Disabled due to https://github.com/jetty/jetty.project/issues/12775
23
+ //opts.AddOption("-XX:-OmitStackTraceInFastThrow")
24
}
0 commit comments