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

Remove java.nio.Bits copy wrapper methods

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • None
    • core-libs
    • None
    • b109

      JDK-8141491 moves the copy functionality from libjava.so/Bits.c into the VM and Unsafe. The wrapper methods are no longer needed and the nio code should be updated to call them directly instead. This will have the additional benefit of removing the now confusingly named copy{From,To}{Short,Int,Long} (they don't just copy data, they also byte swap elements on the fly).

            mikael Mikael Vidstedt
            mikael Mikael Vidstedt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: