RFR 8081202 C++11 requires a space between literal and identifier
bill pittore
bill.pittore at oracle.com
Wed May 27 22:36:13 UTC 2015
As part of some work I'm doing I had to fix this particular problem with
string literals and macros. A few people mentioned to me that it would
be a good idea to just get this pushed into JDK 9 so here is the
webrev. I tested this with gcc 5.1.0 using -std=c++11 option as well as
Visual Studio 2015 RC. Note that there are other issues WRT building
using C++11 but this webrev only deals with the string literal issue.
In my workspace, hg diff -w shows no files with diffs meaning that all
the changes in this webrev are whitespace only. Ran through JPRT with
no issues. This will most likely be pushed after the hs-gc repo
effectively merges into hs-rt repo, sometime in the next week or so
pending approval.
http://cr.openjdk.java.net/~bpittore/8081202/
thanks,
bill
More information about the hotspot-dev
mailing list