RFR: 8216385: ZGC: Fix building without C2

Per Liden per.liden at oracle.com
Tue Jan 8 20:14:20 UTC 2019


Building without C2 enabled (e.g. a client VM variant) fails after 
JDK-8215547, which introduced unconditional uses of "MaxVectorSize", a 
symbol only available when C2 is enabled.

Bug: https://bugs.openjdk.java.net/browse/JDK-8216385
Webrev: http://cr.openjdk.java.net/~pliden/8216385/webrev.0

/Per



More information about the hotspot-gc-dev mailing list