RFR: 8295776: [JVMCI] Add AMD64 CPU flags for MPK and CET
Vladimir Kozlov
kvn at openjdk.org
Fri Oct 21 16:21:47 UTC 2022
On Fri, 21 Oct 2022 09:48:23 GMT, Matthias Neugschwandtner <mneugschwand at openjdk.org> wrote:
> Add the CPU flags for memory protection keys (MPK) and control flow enforcement technology (CET) to JVMCI such that Graal can make use of these technologies.
Changes look fine. I approve them.
The only confusion I have is platform name in title (yes, I know it is because Graal still uses AMD64 as platform name). May be better use x86 in title (I assume it is not 64-bit specific feature). I see these features are implemented in Intel's CPUs. Do AMD also have them?
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.org/jdk/pull/10810
More information about the hotspot-dev
mailing list