Revision 7b4b43febb99eea4d63f49f20fd663ebcdc6ba3a authored by Tomas Kolda on 18 June 2018, 20:52:46 UTC, committed by Facebook Github Bot on 18 June 2018, 20:58:28 UTC
Summary:
`SetByteArrayRegion` does not have const source buffer thus compilation error. I have made that same as in other JNI files (const_cast). It was missing for new transaction functionality added recently.
Closes https://github.com/facebook/rocksdb/pull/4013

Differential Revision: D8493290

Pulled By: sagar0

fbshipit-source-id: 14afedf365b111121bd11e68a8d546a1cae68b26
1 parent e5bee40
History
File Mode Size
cache_bench.cc -rw-r--r-- 7.4 KB
cache_test.cc -rw-r--r-- 19.9 KB
clock_cache.cc -rw-r--r-- 26.1 KB
clock_cache.h -rw-r--r-- 601 bytes
lru_cache.cc -rw-r--r-- 15.1 KB
lru_cache.h -rw-r--r-- 10.0 KB
lru_cache_test.cc -rw-r--r-- 5.9 KB
sharded_cache.cc -rw-r--r-- 4.8 KB
sharded_cache.h -rw-r--r-- 4.1 KB

back to top