commit | dadd93d416861fe5bfa1dd32cc54e9e21043fc09 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Oct 06 14:08:53 2009 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Oct 06 14:08:53 2009 -0700 |
tree | 1a804411a6388f12f56591943d47175d1eb27364 | |
parent | d15d75063b4b824e715a7a3b35bd4cb5cca0f5fa [diff] |
Don't use GetPrimitiveArrayCritical around network operations. This code seems to have been using GetPrimitiveArrayCritical to work around the fact that it was supply JNI_ABORT on release, where it really wanted GetByteArrayElements and to keep its changes (since the whole point of the byte[] was to keep state between calls).