svoid bench_throwAndCatchException() { benchfor10(-> { try { if (alwaysTrue()) throw new RuntimeException; } catch (RuntimeException e) { } }); }