()
| 36 | } |
| 37 | |
| 38 | public static void test8M() { |
| 39 | long[] array = new long[8 * 1024 * 1024]; |
| 40 | testRandomRead(array, 8 * 1024 * 1024); |
| 41 | } |
| 42 | |
| 43 | public static void main(String[] args) { |
| 44 | new Thread(Dictionary::test16K).start(); |
nothing calls this directly
no test coverage detected