Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8369312

Refactor Float.toHexString() to avoid use of regex

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 26
    • core-libs

      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

            darcy Joe Darcy
            darcy Joe Darcy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: