RFR: 8271956: AArch64: C1 build failed after JDK-8270947
    Aleksey Shipilev 
    shade at openjdk.java.net
       
    Mon Aug  9 06:46:34 UTC 2021
    
    
  
On Mon, 9 Aug 2021 06:28:35 GMT, Hao Sun <haosun at openjdk.org> wrote:
> C1 build failed on AArch64 with the following error message:
> 
>   src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp:4642:30: error:
>   invalid use of incomplete type 'class CompileTask'
> 
> 
> Including the header would fix this error. Note that this header is
> included already under COMPILER2 by "opto/compile.hpp".
Looks fine and trivial.
-------------
Marked as reviewed by shade (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/5045
    
    
More information about the hotspot-dev
mailing list