RFR: 8283799: Collapse identical catch branches in jdk.hotspot.agent

Leonid Mesnik lmesnik at openjdk.java.net
Mon Mar 28 21:48:40 UTC 2022


On Sat, 26 Mar 2022 20:50:34 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

> Let's take advantage of Java 7 languate feature - "Catching Multiple Exception Types".
> It simplifies code. Reduce duplication.
> Found by IntelliJ IDEA inspection `Identical 'catch' branches in 'try' statement`

Marked as reviewed by lmesnik (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/7973


More information about the serviceability-dev mailing list