From 38825d5ead4dd241da6096ae6c324c710ac43e33 Mon Sep 17 00:00:00 2001 From: Elif Aslan Date: Mon, 5 Aug 2024 22:07:04 +0000 Subject: [PATCH] Backport of 9ac7faffb931044faecb62bd9c26d8d537631928 --- src/hotspot/share/adlc/adlc.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hotspot/share/adlc/adlc.hpp b/src/hotspot/share/adlc/adlc.hpp index 8aebcb85b5..bf692b961b 100644 --- a/src/hotspot/share/adlc/adlc.hpp +++ b/src/hotspot/share/adlc/adlc.hpp @@ -112,4 +112,5 @@ extern ArchDesc* globalAD; // an encoding error) and that the output was not truncated. extern int snprintf_checked(char* buf, size_t len, const char* fmt, ...); -#endif // SHARE_ADLC_ADLC_HPP \ No newline at end of file +#endif // SHARE_VM_ADLC_ADLC_HPP +