hg: jdk8u/jdk8u-dev/hotspot: 8147026: Convert an assert in ClassLoaderData to a guarantee

kevin.walls at oracle.com kevin.walls at oracle.com
Tue Jun 21 14:41:12 UTC 2016


Changeset: 9f2a972df4da
Author:    shshahma
Date:      2016-04-26 23:29 +0530
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/9f2a972df4da

8147026: Convert an assert in ClassLoaderData to a guarantee
Summary: Guarantee is to ensure classloader is a valid oop will help catch the errors at an early stage rather than crashing the JVM later on in the GC
Reviewed-by: coleenp

! src/share/vm/classfile/classLoaderData.inline.hpp



More information about the jdk8u-dev-changes mailing list