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

Jiangli Zhou jiangli.zhou at oracle.com
Thu Jun 9 00:50:14 UTC 2016


Thank you for the review and all the good questions in the CR, David!

Jiangli

> On Jun 8, 2016, at 5:03 PM, David Holmes <david.holmes at oracle.com> wrote:
> 
> Not that you need it but +1 from me too. After our discussions in the CR I had to review it. :)
> 
> Thanks,
> David
> 
> On 9/06/2016 8:05 AM, 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