On Wed, 2 Feb 2022 10:18:38 GMT, Andrew Haley <a...@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