Create OpenJDK without "code too large".

Pascal Kesseli pkesseli at outlook.com
Fri Sep 19 15:20:02 UTC 2014


Hi everyone,

 

I am trying to create a Java compiler from OpenJDK 8 which ignores
"compiler.err.limit.code" and
"compiler.err.limit.code.too.large.for.try.stmt" errors. I understand there
is no flag in javac to disable this - is there a way to remove them from the
OpenJDK source, such that methods with more instructions will compile?

 

Thanks,

Pascal

 




More information about the discuss mailing list