Re: RFR: JDK-8212091 : Move native code under platform specific folders and files

2019-02-17 Thread Magnus Ihse Bursie
> 16 feb. 2019 kl. 04:03 skrev Alexander Matveev : > > Hi Magnus, > > http://cr.openjdk.java.net/~almatvee/8212091/webrev.01/ > > Moved all files from "posix" to "unix" folder and reverted > Lib-jdk.jpackage.gmk changes. > Webrev updated with files moved, instead of add/remove. Thank you!

Re: RFR: 8207851 JEP Draft: Support ByteBuffer mapped over non-volatile memory

2019-02-17 Thread Alan Bateman
On 15/02/2019 17:13, Chris Hegarty wrote: : I see that there are changes to the Java SE Platform, namely to the MapMode constructor and an overload of MappedByteBuffer::force. I see these more as "enablers" in support of this feature ( rather than the core of the feature itself ). They can