RFR(S): 8158681: ClassLoader::classloader_type() is called from code not included under #if INCLUDE_CDS
Coleen Phillimore
coleen.phillimore at oracle.com
Wed Jun 8 22:39:50 UTC 2016
Looks good.
Coleen
On 6/8/16 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