Skip to content

Commit ad5a6cc

Browse files
committed
Temporarily re-enable 'OmitStackTraceInFastThrow'
1 parent 456c06d commit ad5a6cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/go/internal/admin/jvm/xx_options.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ func (opts *Options) AddCommonXX() {
1919
// not common after all:
2020
opts.AddOption("-XX:MaxJavaStackTraceDepth=1000000")
2121
// Aid debugging for slight cost in performance
22-
opts.AddOption("-XX:-OmitStackTraceInFastThrow")
22+
// TODO(2025-02-06, bjorncs): Disabled due to https://github.com/jetty/jetty.project/issues/12775
23+
//opts.AddOption("-XX:-OmitStackTraceInFastThrow")
2324
}

0 commit comments

Comments
 (0)