Knut Anders Hatlen (JIRA) wrote:
     [ http://issues.apache.org/jira/browse/DERBY-816?page=all ]

I believe there are also some places in the client code where it
could be beneficial to use System.arraycopy and/or Arrays.fill.
For example, in Reply.compressBLayerData() in Reply.java there is
such a case:

           // perform the compress
           for (int j = 0; j < bytesToShift; j++) {
               buffer_[tempPos + shiftSize] = buffer_[tempPos];
               tempPos--;
           }

thanks,

bryan

Reply via email to