[RFR]: 8223667: ASAN build broken

Erik Joelsson erik.joelsson at oracle.com
Fri May 10 14:24:06 UTC 2019


Hello Arthur,

Do you really need to use $(SPACE)? I would expect it to work with just 
removing the quotes.

/Erik

On 2019-05-09 18:14, Arthur Eubanks wrote:
> Bug: https://bugs.openjdk.java.net/browse/JDK-8223667
> Webrev: http://cr.openjdk.java.net/~aeubanks/8223667/webrev.00/index.html
>
> The ASAN build, enabled with --enable-asan, is broken. At some point during
> the build, the following message appears:
>
> ERROR: Invalid value for bool option: '0"'
> ERROR: Flag parsing failed.
>
> This is in ASAN's flag parsing code, caused by the ASAN_OPTIONS environment
> variable having an extra quote at the end.
>
> Instead of using quotes in spec.gmk, use $(SPACE).



More information about the build-dev mailing list