Hi
I have just read that direct buffers are no longer page aligned on Java 1.7:
http://download.java.net/jdk8/docs/technotes/guides/io/enhancements.html#jdk7
Is it possible to get the same behavior on Java 1.6 by using -XX:+PageAlignDirectMemory=false? Does it have a bad impact on performance when using big direct NIO buffers? Best regards.