mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-21 12:20:29 +00:00
8381924: Fix include guard in lambdaProxyClassDictionary.hpp
Reviewed-by: jwaters, stefank
This commit is contained in:
parent
5c403a8029
commit
15a7eabd4a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user