RFR: 8200251: AArch64::CPUFeature out of sync with VM_Version::Feature_Flag (original) (raw)

Vladimir Kozlov vladimir.kozlov at oracle.com
Mon Mar 26 16:47:30 UTC 2018


Good.

Thanks, Vladimir

On 3/26/18 9:24 AM, stewartd.qdt wrote:

Please review this webrev [1] which attempts to bring the AArch64::CPUFeature enum (Java) in sync with VMVersion::FeatureFlag enum (C++ enum) for aarch64.

This is in preparation for creating AArch64 some intrinsics for Graal. But I found that the CPUFeature enum was not being transferred over to Graal for AArch64. In attempting to do that I then found out that CPUFeatures was not in sync with the VMVersion::FeatureFlag enum. The bug report is filed at [2]. I am happy to modify the patch as necessary. Regards, Daniel Stewart [1] - http://cr.openjdk.java.net/~dstewart/8200251/webrev.00/ [2] - https://bugs.openjdk.java.net/browse/JDK-8200251



More information about the hotspot-dev mailing list