RFR: 8368985: Small Float16 refactorings [v3]

Eirik Bjørsnøs eirbjo at openjdk.org
Wed Oct 1 18:34:03 UTC 2025


On Wed, 1 Oct 2025 17:22:17 GMT, Joe Darcy <darcy at openjdk.org> wrote:

>> A few more small cleanups to Float16 and its tests.
>
> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Respond to review feedback.

Just an observation:  Constants in this class are some times qualified using the class name, in other cases not.

This was probably the case before this PR, but the PR seems itself to be a bit inconsistent.

Since the class uses constants from other classes, would it perhaps be beneficial to always use qualified constants?

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

PR Comment: https://git.openjdk.org/jdk/pull/27587#issuecomment-3357615652


More information about the core-libs-dev mailing list