RFR: 8268821: Split systemDictionaryShared.cpp [v4]

Yumin Qi minqi at openjdk.java.net
Fri Jun 25 22:32:03 UTC 2021


On Fri, 25 Jun 2021 16:50:37 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

>> Yumin Qi has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove 'Shared' from class names and rename corresponding files
>
> 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());

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

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



More information about the build-dev mailing list