This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
"make tests" failed with NullPointerException #20
Comments
JerryYangSH
changed the title
"make tests failed with NullPointerException"
"make tests" failed with NullPointerException
Dec 17, 2019
Hi Jerry could you describe the steps to reproduce this. Do you run 'make tests' with a clean heap? Thanks |
@asonje I did clean everything (make clean and rm -rf /mnt/mem/* ) to run 'make tests'. This issue would likely happen when key op count or test time increases. I wrote a BasicBenchMarkTest to demo this. https://github.com/JerryYangSH/pcj/blob/master/src/test/java/tests/BasicBenchmarkTest.java 1.copy BasicBenchmarkTest.java into your codebase,
My setup is as below:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
relevent code is in ObjectCache.java:
The text was updated successfully, but these errors were encountered: