is ClassLoader.loadClass() supposed to work on module-info classes?
Stephane Epardaud
stef at epardaud.fr
Fri Dec 4 14:33:13 UTC 2015
On 04/12/2015 15:21, David M. Lloyd wrote:
>
> IIRC there is *already* within Java 9 an option to compile against
> previous JDK ABIs (which are bundled with JDK 9), isn't there?
>
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).
I'd love for that flag to exist ;)
More information about the jigsaw-dev
mailing list