Proposal for adding O_DIRECT support into JDK 9

Volker Simonis volker.simonis at gmail.com
Sat Sep 9 10:30:40 UTC 2017


Brian Burkhalter <brian.burkhalter at oracle.com> schrieb am Fr. 8. Sep. 2017
um 20:53:

> It’s in there.
>

Yes, it's in. Just verfied it from home.
So this was a caching problem with my browser. I had that before, although
I did several reloads.

I therefore usually strongly discourage people from changing webrevs
in-place on cr.openjdk.java.net.

>
> Thanks,
>
> Brian
>
> On Sep 8, 2017, at 9:45 AM, Lu, Yingqi <yingqi.lu at intel.com> wrote:
>
> The change you refer to is the following one or something else?
>
> --- old/make/gensrc/GensrcMisc.gmk 2017-09-06 01:38:06.005049364 -0400
> +++ new/make/gensrc/GensrcMisc.gmk 2017-09-06 01:38:05.885049363 -0400
> @@ -63,7 +63,7 @@
> define generate-preproc-src
> $(call MakeDir, $(@D))
> ( $(NAWK) '/@@END_COPYRIGHT@@/{exit}1' $< && \
> -   $(CPP) $(CPP_FLAGS) $(SYSROOT_CFLAGS) $< \
> +   $(CPP) $(CPP_FLAGS) $(SYSROOT_CFLAGS) $(CFLAGS_JDKLIB) $< \
>       2> >($(GREP) -v '^$(<F)$$' >&2) \
>       | $(NAWK) '/@@START_HERE@@/,0' \
>       |  $(SED) -e 's/@@START_HERE@@/\/\/ AUTOMATICALLY GENERATED FILE -
> DO NOT EDIT/' \
>
> If it is above, it is already in the
> http://cr.openjdk.java.net/~kkharbas/8164900/webrev.08/make/gensrc/GensrcMisc.gmk.patch.
> If it is not, please let me know.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/nio-dev/attachments/20170909/f9fd2ac3/attachment.html>


More information about the nio-dev mailing list