RFR: 8035412: Cleanup ClassLoaderData::is_alive

Mikael Gerdin mikael.gerdin at oracle.com
Fri Feb 21 01:19:22 PST 2014


Stefan,

On Thursday 20 February 2014 14.12.11 Stefan Karlsson wrote:
> Hi all,
> 
> Please, review this patch to allow ClassLoaderData::is_alive to be used
> with all ClassLoaderData objects, including incomplete anonymous klasses.
> 
> http://cr.openjdk.java.net/~stefank/8035412

classLoaderData.cpp:
 325   assert(!keep_alive(), "Don't used with CLDs that are artificially kept 
alive");
Typo: "Don't use ..."

Otherwise the change looks good.
/Mikael

> 
> thanks,
> StefanK



More information about the hotspot-dev mailing list