On Sun, Feb 10, 2019 at 7:41 PM David Holmes <david.hol...@oracle.com> wrote:
> > > Still in limbo: > > 8203662: remove increment of modCount from ArrayList and Vector > replaceAll() > > > https://cr.openjdk.java.net/~martin/webrevs/jdk/jsr166-integration/replaceAll/index.html > > https://bugs.openjdk.java.net/browse/JDK-8203662 > > If still in limbo why is this here? > It remains in jsr166 CVS. > > 8215249: Miscellaneous changes imported from jsr166 CVS 2019-02 > > > https://cr.openjdk.java.net/~martin/webrevs/jdk/jsr166-integration/miscellaneous/index.html > > https://bugs.openjdk.java.net/browse/JDK-8215249 > > - CyclicBarrier.java > > I'm surprised you can just rethrow a Throwable, when the method is not > declared to throw Throwable. We always used to have a rethrow(Throwable > t) helper method Is this some (fairly) new exception type inference > based on what it is in the try block? > I think this is Multi-catch and more precise rethrow <https://openjdk.java.net/projects/coin/>