Re: [llvm-dev] OpenJDK8 failed to work after compiled by LLVM 8 for X86

2018-09-12 Thread Dimitry Andric
; 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. > >

Re: [llvm-dev] OpenJDK8 failed to work after compiled by LLVM 8 for X86

2018-09-12 Thread Dimitry Andric
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