-
Enhancement
-
Resolution: Won't Fix
-
P4
-
11, 17, 21, 22
`runtime/SelectionResolution` tests take considerable time in `hotspot:tier3`, and `InvokeVirtualICCE` dragging the testing tail. There are tests that are expected to throw ICCE, they are named as `*ICCE.java`. We can optimize them a little bit by adding `-XX:-StackTraceInThrowable` to relevant tests.
Example run for `runtime/SelectionResolution` on Linux x86_64 fastdebug:
default:
1285.52s user 37.23s system 634% cpu 3:28.53 total
with `-XX:-StackTraceInThrowable`:
1229.94s user 35.44s system 678% cpu 3:06.39 total
Example run for `runtime/SelectionResolution` on Linux x86_64 fastdebug:
default:
1285.52s user 37.23s system 634% cpu 3:28.53 total
with `-XX:-StackTraceInThrowable`:
1229.94s user 35.44s system 678% cpu 3:06.39 total