SIGSEGV error on 11.0.1+13, libjvm.dylib

Alan Bateman Alan.Bateman at oracle.com
Wed Jan 2 10:44:12 UTC 2019


On 02/01/2019 10:16, Severin Gehwolf wrote:
> :
> Looking at https://github.com/hazelcast/hazelcast/issues/14319 it
> appears this could be related to JDK-8212937[1] which got backported to
> JDK 11 and should be fixed in 11.0.3[2]. Could you re-test with a fixed
> build with [3]?
I think you may be right as it does not duplicate with a JDK 12 build 
containing this fix. One other thing about this test case is that 
something in com.hazelcast.util.FilteringClassLoader seem to be hacking 
direcly on the private final ClassLoader.parent field.  That may be 
worthy of a bug report to the maintainers of that code as it creates the 
potential for a lot of side effects and cannot be guaranteed to work 
from release to release (even an update release).

-Alan


More information about the hotspot-dev mailing list