RFR: 8268224: Cleanup references to "strictfp" in core lib comments
John R Rose
jrose at openjdk.java.net
Fri Jun 4 01:26:56 UTC 2021
On Fri, 4 Jun 2021 01:04:39 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> With the right baseline this time, as noticed by John Rose, after JEP 306 removing non-strict floating-point was integrated, a few stale references were left to "strictfp" and "value sets" in core library comments. This changeset removes those stray references.
Good. I note that `strictfp` occurs in a few other places, notably two files in `java.lang.reflect`. But (as you explain) those occurrences are necessary to support the contents of old-format class files.
-------------
Marked as reviewed by jrose (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/4349
More information about the core-libs-dev
mailing list