This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Allow 1.7 class file format
On 04/23/2012 05:58 PM, Andrew Hughes wrote:
> FWIW, I think gcj is the only Classpath VM that checks the range of this at all
> and it's always seemed fairly incompatible with a FOSS model of working to me
> i.e. if there's a real issue with not being able to read a class, it's easier
> to dig into the code and debug it when it hits the unknown bytecode
> rather than on some arbitrary version check.
I don't know why that check is there. I suppose it's always been
easier to update it rather than just delete the check.
Andrew.