[lworld] RFR: 8298659: [lworld] ValueObject isSubstutiable comparison of float/double should use raw bits [v2]
Mandy Chung
mchung at openjdk.org
Tue Mar 19 15:58:29 UTC 2024
On Tue, 19 Mar 2024 14:13:48 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
>> Correct substitutability comparison of float and double using the raw-bits as indicated in JEP 401.
>
> Roger Riggs has updated the pull request incrementally with one additional commit since the last revision:
>
> Update src/java.base/share/classes/java/lang/runtime/ValueObjectMethods.java
>
> Co-authored-by: Mandy Chung <mandy.chung at oracle.com>
Marked as reviewed by mchung (Committer).
src/java.base/share/classes/java/lang/runtime/ValueObjectMethods.java line 34:
> 32: import java.lang.reflect.Modifier;
> 33: import java.security.AccessController;
> 34: import java.security.PrivilegedAction;
These imports are unused now.
-------------
PR Review: https://git.openjdk.org/valhalla/pull/1039#pullrequestreview-1946697183
PR Review Comment: https://git.openjdk.org/valhalla/pull/1039#discussion_r1530664363
More information about the valhalla-dev
mailing list