On Wed, 1 Oct 2025 17:22:17 GMT, Joe Darcy <[email protected]> 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
