8381924: Fix include guard in lambdaProxyClassDictionary.hpp

Reviewed-by: jwaters, stefank
This commit is contained in:
jonghoonpark 2026-04-17 06:37:15 +00:00 committed by Julian Waters
parent 5c403a8029
commit 15a7eabd4a

View File

@ -22,8 +22,8 @@
*
*/
#ifndef SHARE_CDS_LAMBDAPROXYCLASSINFO_HPP
#define SHARE_CDS_LAMBDAPROXYCLASSINFO_HPP
#ifndef SHARE_CDS_LAMBDAPROXYCLASSDICTIONARY_HPP
#define SHARE_CDS_LAMBDAPROXYCLASSDICTIONARY_HPP
#include "cds/aotCompressedPointers.hpp"
#include "cds/aotMetaspace.hpp"
@ -331,4 +331,4 @@ public:
static void print_statistics(outputStream* st, bool is_static_archive);
};
#endif // SHARE_CDS_LAMBDAPROXYCLASSINFO_HPP
#endif // SHARE_CDS_LAMBDAPROXYCLASSDICTIONARY_HPP