RFR(S): 8158681: ClassLoader::classloader_type() is called from code not included under #if INCLUDE_CDS

Jiangli Zhou jiangli.zhou at oracle.com
Wed Jun 8 22:20:45 UTC 2016


Hi Lois,

Thanks for the quick review!

Jiangli

> On Jun 8, 2016, at 3:18 PM, Lois Foltan <lois.foltan at oracle.com> wrote:
> 
> Looks good.
> Lois
> 
> On 6/8/2016 6:05 PM, Jiangli Zhou wrote:
>> Please review the following change that fixes the openjdk only ‘minimal’ build issue:
>> 
>> webrev: http://cr.openjdk.java.net/~jiangli/8158681/webrev.00/
>> bug: https://bugs.openjdk.java.net/browse/JDK-8158681?filter=14921
>> 
>> The ClassLoader::classloader_type() is only defined under INCLUDE_CDS. The usage of the classloader_type() from classLoaderExt.hpp causes build failure in minimal build with openjdk only code.
>> 
>> Thanks,
>> Jiangli
> 



More information about the hotspot-runtime-dev mailing list