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

Off heap memory accesses should be vectorized

    XMLWordPrintable

Details

    • b07

    Backports

      Description

            void floss(ByteBuffer b, int n) {
                for (int i = 0; i < SIZE; i++) {
                    b.putInt(i<<2, n);
                }
            }

        for

        ByteBuffer buf = ByteBuffer.allocateDirect(SIZE * 4);

        is not vectorized but should be.

        Attachments

          Issue Links

            Activity

              People

                roland Roland Westrelin
                roland Roland Westrelin
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: