XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P2 P2
    • 9
    • 9
    • hotspot
    • None
    • x86, x86_64

      We need to adapt the following string related intrinsics on x86 to compact strings:
      - String.equals
      - String.compareTo
      - String.indexOf

      We need new intrinsics for the following methods:
      - StringCoderLatin1.toBytes0 (inline_string_copy(true), StrCompressedCopy, string_compress)
      - StringCoderLatin1.toChars0 (inline_string_copy(false), StrInflatedCopy, string_inflate)
      - StringCoderUTF16.toBytes (inline_string_toBytesU, uses arraycopy)
      - StringCoderUTF16.getChars (inline_string_getCharsU, uses arraycopy)
      - StringCoderUTF16.getChar (inline_string_char_access)
      - StringCoderUTF16.putChar (inline_string_char_access)

            thartmann Tobias Hartmann
            thartmann Tobias Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: