提交 ab35664f 编写于 作者: V Vlad Ilyushchenko

another bugfix

上级 220fb39b
......@@ -854,7 +854,7 @@ public class IODispatcherTest {
long buf = Unsafe.malloc(bufLen); // 1Mb buffer
Rnd rnd = new Rnd();
for (int i = 0; i < bufLen; i++) {
Unsafe.getUnsafe().putLong(buf + i, rnd.nextByte());
Unsafe.getUnsafe().putByte(buf + i, rnd.nextByte());
}
for (int i = 0; i < 20; i++) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册