RFR: VSC++ complains about multiple assignment operators

Zhengyu Gu zgu at redhat.com
Fri Sep 21 18:19:27 UTC 2018


Should be wrapped for VSC++ only:

Webrev: 
http://cr.openjdk.java.net/~zgu/shenandoah/multi-assignment/webrev.01/

Thanks,

-Zhengyu

On 09/21/2018 02:00 PM, Zhengyu Gu wrote:
> VSC++ complains about multiple assignment operators, so silence it.
> 
> c:\workspace\sh-jdk\src\hotspot\share\gc/shenandoah/shenandoahTaskqueue.hpp(176) 
> : error C2220: warning treated as error
>   - no 'object' file generated
> c:\workspace\sh-jdk\src\hotspot\share\gc/shenandoah/shenandoahTaskqueue.hpp(176) 
> : warning C4522: 'ObjArrayChunkedTask'
> : multiple assignment operators specified
> 
> Webrev: 
> http://cr.openjdk.java.net/~zgu/shenandoah/multi-assignment/webrev.00/
> 
> Test:
> 
>    Build on Windows.
> 
> Thanks,
> 
> -Zhengyu


More information about the shenandoah-dev mailing list