* Fixed BufferUtils on android when used on non bytebuffers
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9211 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
b2e086bbee
commit
aa8298ecdf
@ -1179,7 +1179,7 @@ public final class BufferUtils {
|
|||||||
viewedBufferMethod = loadMethod("sun.nio.ch.DirectBuffer", "viewedBuffer");
|
viewedBufferMethod = loadMethod("sun.nio.ch.DirectBuffer", "viewedBuffer");
|
||||||
|
|
||||||
// Apache Harmony
|
// Apache Harmony
|
||||||
freeMethod = loadMethod("java.nio.DirectByteBuffer", "free");
|
freeMethod = loadMethod("org.apache.harmony.nio.internal.DirectBuffer", "free");
|
||||||
|
|
||||||
// GUN Classpath (not likely)
|
// GUN Classpath (not likely)
|
||||||
//finalizeMethod = loadMethod("java.nio.DirectByteBufferImpl", "finalize");
|
//finalizeMethod = loadMethod("java.nio.DirectByteBufferImpl", "finalize");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user