Hi Bernd, we had that discussion about JDK-8211752: https://mail.openjdk.java.net/pipermail/core-libs-dev/2018-December/057370.html
There were objections against making this addition to jdk.includeInExceptions and the patch that Matthias proposed was also considered incomplete (e.g. not all possible native IOException would add a file path). So we withdrew the proposal. Best regards Christoph > -----Original Message----- > From: core-libs-dev <[email protected]> On Behalf > Of Bernd Eckenfels > Sent: Freitag, 22. März 2019 20:04 > To: Java Core Libs <[email protected]> > Subject: Re: RFR(S): 8221262: Cleanups in UnixFileSystem/WinNTFileSystem > implementation classes > > Instead of removing the file path, would it be possible to add it to all > implementations guarded by jdk.includeInExceptions=filename? > > Gruss > Bernd > -- > http://bernd.eckenfels.net > > ________________________________ > Von: core-libs-dev <[email protected]> im Auftrag > von Alan Bateman <[email protected]> > Gesendet: Freitag, März 22, 2019 5:35 PM > An: Langer, Christoph; Java Core Libs > Betreff: Re: RFR(S): 8221262: Cleanups in UnixFileSystem/WinNTFileSystem > implementation classes > > On 22/03/2019 08:37, Langer, Christoph wrote: > > Hi, > > > > when contemplating over JDK-8211752, I found a few minor cleanups for > the implementations of UnixFileSystem/WinNTFileSystem. Can I please get > reviews? > > > > Bug: https://bugs.openjdk.java.net/browse/JDK-8221262 > > Webrev: http://cr.openjdk.java.net/~clanger/webrevs/8221262.0/ > This looks okay to me. > > -Alan
