RFR (XXS): 8150690: C++11 user-defined literal syntax in jvmciCompilerToVM.cpp

Rahul Raghavan rahul.v.raghavan at oracle.com
Thu Mar 31 04:21:56 UTC 2016


Hi,

<bug>: https://bugs.openjdk.java.net/browse/JDK-8150690
<webrev>: http://cr.openjdk.java.net/~rraghavan/8150690/webrev.00/

- Added space required between literal and identifier for C++11, in CompilerToVM::methods array initializer.
(only white space changes)
- Confirmed no other similar issues elsewhere in jvmciCompilerToVM.cpp.
- This proposed fix is similar to fix done for JDK-8081202, JDK-8135209, JDK-8132969.

- Could not try and reconfirm with Visual Studio 2015. 
But manually confirmed the changes and
understood another related infrastructure/build task is reported separately - JDK-8145549 (to build OpenJDK using Visual Studio 2015 Community edition)

- No issues with jprt run (-testset hotspot).

Thanks,
Rahul


More information about the hotspot-compiler-dev mailing list