; But I argue that the root cause might be in the compiler side, why
> clang-3.9.1, gcc-6.4.1 couldn't reproduce the bug? And it might be work for
> clang-4.0 https://bugs.openjdk.java.net/browse/JDK-8208494 I will test LLVM
> 5 to check out whether or not reproducible.
>
>
Hi Leslie,
This is likely the same problem as was reported in
https://bugs.freebsd.org/225054#c8, and fixed by the following patch:
https://svnweb.freebsd.org/ports/head/java/openjdk8/files/patch-hotspot_src_share_vm_services_memTracker.cpp?view=markup&pathrev=459368
Can you please try that out