Skip to content

Commit f6cc173

Browse files
committedSep 9, 2021
8273539: [PPC64] gtest build error after JDK-8264207
Reviewed-by: shade, stuefe
1 parent 9690df7 commit f6cc173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/hotspot/gtest/code/test_codestrings.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#ifndef PRODUCT
2727
#ifndef ZERO
2828

29-
#include "asm/macroAssembler.hpp"
29+
#include "asm/macroAssembler.inline.hpp"
3030
#include "compiler/disassembler.hpp"
3131
#include "memory/resourceArea.hpp"
3232
#include "unittest.hpp"

0 commit comments

Comments
 (0)
Please sign in to comment.