RFR 8239090: Improve CPU feature support in VM_version

Eric, Chan jingxinc at amazon.com
Wed Aug 26 21:36:52 UTC 2020


Hi,

Requesting review for

Webrev : http://cr.openjdk.java.net/~xliu/eric/8213777/01/webrev/
JBS : https://bugs.openjdk.java.net/browse/JDK-8239090

I improve the “get_processor_features” method by store every cpu features in an enum array so that we don’t have to count how many “%s” that need to added. I passed the tier1 test successfully.

Regards,
Eric Chen


More information about the hotspot-compiler-dev mailing list