commit | 2aea48249d880271a2c0c5171c0352ce0e28c22f | [log] [tgz] |
---|---|---|
author | Stefan Johansson <sjohanss@openjdk.org> | Thu Dec 11 09:56:57 2014 +0100 |
committer | Stefan Johansson <sjohanss@openjdk.org> | Thu Dec 11 09:56:57 2014 +0100 |
tree | 2feda27b85c0af76c240c28059b5d5964e77eb56 | |
parent | ac1c0ee5d26f9cecfa61f1407f3d8fddb9ea8301 [diff] |
8062672: JVM crashes during GC on various asserts which checks that HeapWord ptr is an oop 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