RFR: 8261075: Create stubRoutines.inline.hpp with SafeFetch implementation
Thomas Stuefe
stuefe at openjdk.java.net
Fri Feb 12 17:32:41 UTC 2021
On Fri, 12 Feb 2021 09:52:44 GMT, Anton Kozlov <akozlov at openjdk.org> wrote:
> Hi,
>
> Please reivew a small non-functional change that extracts inline SafeFetch functions to a separate file. This is preliminary work for JEP-391 integration that will reduce the size of that patch.
>
> CC @dcubed-ojdk
>
> Thanks!
I would rename the new header safefetch.hpp, just because these functions were never part of the StubRoutines namespace, and the naming is much clearer.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2542
More information about the hotspot-dev
mailing list