This breaks in Java 8 but runs fine in Java 7 (Oracle) ! Still deserves a bug report! :-)
Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Feb 24, 2016 at 10:35 PM, Sebastien <[email protected]> wrote: > Hi Martin, > > Thank you very much for having took time to test it! :) > > I've performed the same test as you did (actually this was my previous > code), but I've the same exception ([1], [2])... > To prevent any confusion, here is the code I just tested: > https://gist.github.com/sebfz1/1cb071101ed18dd055fd > > Weird... > > > [1] - mine > openjdk version "1.8.0_66-internal" > OpenJDK Runtime Environment (build 1.8.0_66-internal-b17) > OpenJDK 64-Bit Server VM (build 25.66-b17, mixed mode) > > [2] - a friend of mine who just tested > java version "1.8.0_72" > Java(TM) SE Runtime Environment (build 1.8.0_72-b15) > Java HotSpot(TM) 64-Bit Server VM (build 25.72-b15, mixed mode) >
