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

David Holmes david.holmes at oracle.com
Thu Jun 9 00:03:08 UTC 2016


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