Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/hotspot/share/cds/lambdaProxyClassDictionary.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -331,4 +331,4 @@ class LambdaProxyClassDictionary : public OffsetCompactHashtable<
static void print_statistics(outputStream* st, bool is_static_archive);
};

#endif // SHARE_CDS_LAMBDAPROXYCLASSINFO_HPP
#endif // SHARE_CDS_LAMBDAPROXYCLASSDICTIONARY_HPP