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

Poor ByteBuffer performance on SPARC

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Won't Fix
    • P4
    • tbd
    • 9, 10
    • hotspot
    • sparc
    • generic

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: