Hi Johnny, > Should: > if(major <= 3 && minor < 5) > > be changed to: > if (major < 3 || (major == 3 && minor < 5))
Thanks for taking such a close look - seems I forgot about the 2.x-kernels still out there. Please find the corrected webref at: http://cr.openjdk.java.net/~ceisserer/8007386/webrev.04/ Thanks, Clemens
