RFR: 8218547: Simplify JLI_Open on Windows in native code (libjli) - was : RE: RFR : 8217093: Support extended-length paths in parse_manifest.c on windows

Baesken, Matthias matthias.baesken at sap.com
Tue Apr 2 12:54:57 UTC 2019


Hi Alan, here is a new webrev :

http://cr.openjdk.java.net/~mbaesken/webrevs/8218547.3/webrev/

re-formatted the  comment  in  java_md.c    to avoid   VERY LONG lines
adjusted test/jdk/tools/launcher/Arrrghs.java


Best regards, Matthias



> -----Original Message-----
> From: Alan Bateman <Alan.Bateman at oracle.com>
> Sent: Samstag, 30. März 2019 10:04
> To: Baesken, Matthias <matthias.baesken at sap.com>
> Cc: core-libs-dev at openjdk.java.net
> Subject: Re: RFR: 8218547: Simplify JLI_Open on Windows in native code
> (libjli) - was : RE: RFR : 8217093: Support extended-length paths in
> parse_manifest.c on windows
> 
> On 29/03/2019 12:36, Baesken, Matthias wrote:
> > Thanks.   Alan, are you fine with the current webrev, if yes may I add you as
> reviewer ?
> >
> The update to java_md.c looks okay, I probably would re-format the
> comment to void the line longs but it is otherwise okay.
> 
> I think the new test needs a of bit clean-up, L490 is the main issue.
> One suggest is to rename pLong to longPath and build up ots value in a
> loop to avoid having a 340+ character line? The other variables names
> are very strange too but I can you can eliminate some of them by
> changing L491-492 to:
>       Path jarPath = Files.createDirectories(longPah).resolve("foo.jar");
> 
> -Alan
> 



More information about the core-libs-dev mailing list