RFR: Make -target 8 in javac generate version 52.0 classfile
Joe Darcy
joe.darcy at oracle.com
Sat Oct 27 10:46:11 PDT 2012
On 10/26/2012 6:09 PM, Jonathan Gibbons wrote:
> On 10/26/2012 05:49 PM, Kumar Srinivasan wrote:
>> Hello Jon, et. al.,
>>
>> This is the change to increment class files major number
>> generated by javac, in preparation for the incoming JSRs.
>>
>> http://cr.openjdk.java.net/~ksrini/8001112/webrev.0/
>>
>> check.sh contains a set -x, I can rip it out if you think I must.
>>
>> Thanks
>> Kumar
>>
>
> Should you add entries for 5 and 6 round about line 73?
>
> I think the set -x should come out -- it can always be specified on
> the command line if you need to debug the script.
>
> -- Jon
In Target.java,
71 /** JDK 8. */ // For now, a clone of 7
72 JDK1_8("1.8", 52, 0);
the above comment about being a clone of 7 needs to be deleted.
-Joe
More information about the compiler-dev
mailing list