rocksdb/java
Yueh-Hsuan Chiang 94e43a1dfe [Java] Fixed 32-bit overflowing issue when converting jlong to size_t
Summary:
Fixed 32-bit overflowing issue when converting jlong to size_t by
capping jlong to std::numeric_limits<size_t>::max().

Test Plan:
make rocksdbjava
make jtest

Reviewers: ankgup87, ljin, sdong, igor

Reviewed By: igor

Subscribers: leveldb

Differential Revision: https://reviews.facebook.net/D23511
2014-09-17 12:30:06 -07:00
..
org/rocksdb [Java] Include WriteBatch into RocksDBSample.java, fix how DbBenchmark.java handles WriteBatch. 2014-09-15 12:34:12 -07:00
rocksjni [Java] Fixed 32-bit overflowing issue when converting jlong to size_t 2014-09-17 12:30:06 -07:00
HISTORY-JAVA.md [Java] Add HISTORY-JAVA.md and include both C++ and Java history files in .jar. 2014-06-20 23:18:25 -07:00
jdb_bench.sh [Java] Fixed compile error due to the removal of ReadOptions.prefix_seek, minor improvement on DbBenchmark.java. 2014-04-27 21:49:45 -07:00
Makefile JNI changes corresponding to BlockBasedTableOptions migration 2014-08-25 14:22:55 -07:00
RocksDBSample.java [Java] Include WriteBatch into RocksDBSample.java, fix how DbBenchmark.java handles WriteBatch. 2014-09-15 12:34:12 -07:00