Poor ByteBuffer performance on SPARC

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Won't Fix
    • Priority: P4
    • tbd
    • Affects Version/s: 9, 10
    • Component/s: hotspot
    • sparc
    • generic

      Unaligned byte access conditions resulting in (unnecessarily) poor code on the SPARC architecture. Poor results are demonstrated in e.g., java.nio.ByteBuffers.testByteBufferBulkGet10, where the code executed on SPARC uses a simplistic load-byte, store-byte approach (compared to the merged load-quad used on x86).

      Code generation on SPARC could be improved by using the new (S5) support for misaligned loads/stores and improved byte copy layout for inline intrinsics.

            Assignee:
            Unassigned
            Reporter:
            Patric Hedlin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: