RFR (XS): 8022993: Convert MAX_UNROLL constant to LoopMaxUnroll C2 flag

Roland Westrelin roland.westrelin at oracle.com
Wed Aug 14 05:25:29 PDT 2013


> http://cr.openjdk.java.net/~kvn/8022993/webrev/
> 
> C2 has loop max unroll limit hard coded. It limits size of vectors (byte vectors) which are used in AVX instructions.
> Replace MAX_UNROLL constant with new C2 LoopMaxUnroll flag.

It looks good.

Roland.


More information about the hotspot-compiler-dev mailing list