RFR: 8268821: Split systemDictionaryShared.cpp [v4]

Calvin Cheung ccheung at openjdk.java.net
Fri Jun 25 23:39:13 UTC 2021


On Fri, 25 Jun 2021 22:28:50 GMT, Yumin Qi <minqi at openjdk.org> wrote:

>> src/hotspot/share/cds/lambdaProxyClassDictionary.hpp line 28:
>> 
>>> 26: #define SHARED_CDS_LAMBDAPROXYCLASSINFO_HPP
>>> 27: #include "cds/metaspaceShared.hpp"
>>> 28: #include "classfile/javaClasses.hpp"
>> 
>> Is this include necessary?
>
> It is needed, line 84:
>  return java_lang_String::hash_code((const jbyte*)sym->bytes(), sym->utf8_length());

I see.

-------------

PR: https://git.openjdk.java.net/jdk/pull/4568



More information about the build-dev mailing list