RFR: 8244146: javac changes for JEP 306
Srikanth Adayapalam
sadayapalam at openjdk.java.net
Wed May 5 05:34:50 UTC 2021
On Sat, 1 May 2021 23:00:05 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> 8244146: javac changes for JEP 306
src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties line 1769:
> 1767: compiler.warn.strictfp=\
> 1768: as of release 17, all floating-point expressions are evaluated strictly and ''strictfp'' is not required
> 1769:
Nitpick: Three other uses of floating point in the same file use the non-hyphenated form.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3831
More information about the core-libs-dev
mailing list