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