RFR(8u): 8229872: (fs) Increase buffer size used with getmntent
Vladimir Kempik
vkempik at azul.com
Mon Oct 28 09:20:22 UTC 2019
Hello
Can anyone please take a look at this patch?
The difference between 11 and 8 is pretty simple: move one method from superclass to subclass to prevent it being compiled on every Unix system(it can’t be compiled on solaris). This code is only used on Linux so far.
Thanks, Vladimir
21 окт. 2019 г., в 19:23, Hohensee, Paul <hohensee at amazon.com<mailto:hohensee at amazon.com>> написал(а):
+jdk8u-dev
Paul
From: nio-dev <nio-dev-bounces at openjdk.java.net<mailto:nio-dev-bounces at openjdk.java.net>> on behalf of Vladimir Kempik <vkempik at azul.com<mailto:vkempik at azul.com>>
Date: Monday, October 21, 2019 at 2:47 AM
To: "nio-dev at openjdk.java.net<mailto:nio-dev at openjdk.java.net>" <nio-dev at openjdk.java.net<mailto:nio-dev at openjdk.java.net>>
Subject: RFR(8u): 8229872: (fs) Increase buffer size used with getmntent
Hello
Please review backport of https://bugs.openjdk.java.net/browse/JDK-8229872 to 8u:
http://cr.openjdk.java.net/~vkempik/8229872/ojdk8/webrev.00/
Difference between 14/13/11 fix: getline is missing on solaris10, so getlinelen method was moved from UnixNativeDispatcher to LinuxNativeDispatcher.
Original fix: https://hg.openjdk.java.net/jdk/jdk/rev/2d40e6a7ce8e
Such fix was already included into azul’s october psu for openjdk8 and passed all release cycle tests.
Thanks, Vladimir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/nio-dev/attachments/20191028/7184babe/attachment-0001.html>
More information about the nio-dev
mailing list