Skip to content

Commit 2353f3e

Browse files
committedFeb 19, 2025
8350210: CTW: Use stackless exceptions
Reviewed-by: kvn, chagedorn
1 parent 79db2d4 commit 2353f3e

File tree

1 file changed

+2
-0
lines changed
  • test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw

1 file changed

+2
-0
lines changed
 

‎test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/CtwRunner.java

+2
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ private String[] cmd(long classStart, long classStop) {
305305
// Expand the optimization scope by disallowing most traps.
306306
"-XX:PerMethodTrapLimit=0",
307307
"-XX:PerMethodSpecTrapLimit=0",
308+
// Do not pay extra stack trace generation cost for normally thrown exceptions
309+
"-XX:-StackTraceInThrowable",
308310
"-XX:+IgnoreUnrecognizedVMOptions",
309311
// Do not pay extra zapping cost for explicit GC invocations
310312
"-XX:-ZapUnusedHeapArea",

0 commit comments

Comments
 (0)
Please sign in to comment.