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

Alan Bateman Alan.Bateman at oracle.com
Sat Mar 30 09:03:41 UTC 2019


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