RFR (XXS): 8150690: C++11 user-defined literal syntax in jvmciCompilerToVM.cpp
Christian Thalinger
christian.thalinger at oracle.com
Thu Mar 31 23:31:07 UTC 2016
Looks correct.
> On Mar 30, 2016, at 6:21 PM, Rahul Raghavan <rahul.v.raghavan at oracle.com> wrote:
>
> 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