RFR: 8244146: javac changes for JEP 306

Joe Darcy darcy at openjdk.java.net
Tue May 4 23:10:07 UTC 2021


On Sat, 1 May 2021 23:00:05 GMT, Joe Darcy <darcy at openjdk.org> wrote:

> 8244146: javac changes for JEP 306

Preliminary implementation of JEP 306 in javac; all langtools tests pass with the changes.

To allow the existing strictfp checks to be used (no abstract strictfp methods, etc.), the strictfp-ness is kept through the compiler stages until being filtered out in ClassWriter.

-------------

PR: https://git.openjdk.java.net/jdk/pull/3831


More information about the compiler-dev mailing list