mirror of
https://github.com/openjdk/jdk.git
synced 2026-08-03 06:35:31 +00:00
8388463: Aarch64+Zero build is broken by JDK-8387652
Reviewed-by: dholmes, stuefe
This commit is contained in:
parent
694cebaadc
commit
16fbf6289b
@ -270,8 +270,8 @@ public:
|
||||
// Returns true if address points into protection zone (for error reporting)
|
||||
static bool is_in_protection_zone(address addr);
|
||||
|
||||
// platform-specific initializations
|
||||
static void initialize_pd() NOT_AARCH64({});
|
||||
// platform-specific initializations (needed only on non-zero aarch64 builds)
|
||||
static void initialize_pd() ZERO_ONLY({}) NOT_ZERO(NOT_AARCH64({}));
|
||||
};
|
||||
|
||||
#endif // SHARE_OOPS_COMPRESSEDKLASS_HPP
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user