Looks good!

Thanks,
Johnny Chen

On Sep 30, 2013, at 11:54 PM, Clemens Eisserer <[email protected]> wrote:

> 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

Reply via email to