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

Off heap memory accesses should be vectorized

XMLWordPrintable

    • b07

            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.

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

                Created:
                Updated:
                Resolved: