hg: jdk9/hs-gc/hotspot: 8062672: JVM crashes during GC on various asserts which checks that HeapWord ptr is an oop

stefan.johansson at oracle.com stefan.johansson at oracle.com
Tue Feb 24 13:57:33 UTC 2015


Changeset: 36ea8ccb155c
Author:    sjohanss
Date:      2014-12-11 09:56 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/36ea8ccb155c

8062672: JVM crashes during GC on various asserts which checks that HeapWord ptr is an oop
Summary: Crashes were caused by not disabling UseMemSetInBOT as should be done on sparc. Added support for picking up blkinit as a platform feature if available on Linux sparc. This is needed to avoid enabling UseMemSetInBOT when running on this platform.
Reviewed-by: jwilhelm, brutisso

! src/os_cpu/linux_sparc/vm/vm_version_linux_sparc.cpp



More information about the jdk9-all-changes mailing list