RFR(L): 8161259: Simplify including platform files.

Lindenmaier, Goetz goetz.lindenmaier at sap.com
Thu Jul 14 12:42:42 UTC 2016


Hi Andrew, 

unfortunately it's not that simple ... 
It does not grok the macro INCLUDE_SUFFIX_CPU, nor the dot in .hpp:

#define CONCAT4(a, b, c, d) a ## b ## c ## d
#define xcpu_header(x, y)    XSTR(CONCAT4(x, _, INCLUDE_SUFFIX_CPU, y))
#define cpu_header(basename)            xcpu_header(basename,.hpp)
cpu_header(globalDefinitions)

error: pasting "globalDefinitions_INCLUDE_SUFFIX_CPU" and "." does not give a valid preprocessing token

Best regards,
  Goetz


> -----Original Message-----
> From: Andrew Haley [mailto:aph at redhat.com]
> Sent: Donnerstag, 14. Juli 2016 13:42
> To: Lindenmaier, Goetz <goetz.lindenmaier at sap.com>; hotspot-compiler-
> dev at openjdk.java.net; hotspot-runtime-dev at openjdk.java.net
> Subject: Re: RFR(L): 8161259: Simplify including platform files.
> 
> On 14/07/16 11:40, Lindenmaier, Goetz wrote:
> > Hmm, how do you define CONCAT?
> 
> #define CONCAT5(a, b, c, d, e) a ## b ## c ## d ## e
> CONCAT5(Twas,Brillig,And,The,Slithy)
> 
> Andrew.



More information about the hotspot-compiler-dev mailing list