On Fri, 25 Jun 2021 16:50:37 GMT, Calvin Cheung <cche...@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