RFR: 8078621: AARCH64: Fails to build without precompiled headers

David Holmes david.holmes at oracle.com
Mon Apr 27 00:53:46 UTC 2015


Hi Andrew,

On 25/04/2015 2:00 AM, Andrew Haley wrote:
> http://cr.openjdk.java.net/~aph/8078621/

  src/cpu/aarch64/vm/aarch64.ad

This seems to be the only occurrence of a #include in a .ad file. If it 
works I guess that is okay, but I don't know if it is intended to work.

  src/cpu/aarch64/vm/macroAssembler_aarch64.cpp

I was wondering if the include of the opto headers should be guarded by 
"#ifdef COMPILER2", but as the code that uses the definitions isn't also 
guarded then I guess not.

Copyright dates need updating before pushing.

Thanks,
David

> Andrew.
>


More information about the hotspot-dev mailing list