javac flag to suppress synthetic members?
Jake Wharton
jakewharton at gmail.com
Tue Dec 22 03:40:54 UTC 2015
javac is already rewriting the callsite to point at a completely different
method than the source indicates, and one that's not even present anywhere
in the original source file. In a strictly objective look at the javac's
rewriting behavior, the proposal is far less drastic in terms of changes to
the generated code than the current behavior.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/compiler-dev/attachments/20151222/5d28ebd1/attachment.html>
More information about the compiler-dev
mailing list