RFR: 8277204: Implementation of JEP 8264130: PAC-RET protection for Linux/AArch64 [v14]
David Holmes
dholmes at openjdk.java.net
Thu Feb 3 01:56:15 UTC 2022
On Wed, 2 Feb 2022 10:18:38 GMT, Andrew Haley <aph at openjdk.org> wrote:
>> And this change will keep ROP protection enabled if we fall into the "this VM was built without ROP-protection support.". In that case we'll be protecting generated code, but the VM itself won't be protected. This will run without crashing.
>
>> And this change will keep ROP protection enabled if we fall into the "this VM was built without ROP-protection support.". In that case we'll be protecting generated code, but the VM itself won't be protected. This will run without crashing.
>
> That's perfect.
Okay, that makes sense. Thanks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6334
More information about the build-dev
mailing list