The implementation of Float.toHexString() uses regular expression to generate the strings for subnormal values. A small refactoring can use simpler string handling instead; see
https://github.com/openjdk/jdk/pull/27625#issuecomment-3377503605
https://github.com/openjdk/jdk/pull/27625#issuecomment-3377503605
- relates to
-
JDK-8369123 Still more small Float16 refactorings
-
- Resolved
-