On 04/12/2015 15:21, David M. Lloyd wrote:
Ah that's interesting, I got hit by calls to byteBuffer(int) which compiled in JDK9 to ByteBuffer.position(int) which did not run in JDK8 which only had Buffer.position(int).IIRC there is *already* within Java 9 an option to compile against previous JDK ABIs (which are bundled with JDK 9), isn't there?
I'd love for that flag to exist ;)