On Wed, 11 May 2022 10:51:10 GMT, Jorn Vernee <jver...@openjdk.org> wrote:

>> src/hotspot/cpu/x86/foreign_globals_x86.hpp line 30:
>> 
>>> 28: #include "utilities/growableArray.hpp"
>>> 29: 
>>> 30: class outputStream;
>> 
>> Redundant declaration?
>
> Yeah, this whole file is redundant :) (replaced by foreign_globals_x86_64.hpp)

Hmm, it doesn't look like having x64 specific header files is support by the 
CPU_HEADER macros. Will stick to the shared header file for x86_32 and x86_64 
for now.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7959

Reply via email to