This is the content of assembler.inline.hpp
#include "asm/assembler.hpp"
#include CPU_HEADER_INLINE(assembler)
Most of the assembler_<cpu>.inline.hpp include assembler.inline.hpp, but they should probably include assembler.hpp instead.
#include "asm/assembler.hpp"
#include CPU_HEADER_INLINE(assembler)
Most of the assembler_<cpu>.inline.hpp include assembler.inline.hpp, but they should probably include assembler.hpp instead.
- links to
-
Review(master) openjdk/jdk/27311