RFR: 8261075: Create stubRoutines.inline.hpp with SafeFetch implementation

Anton Kozlov akozlov at openjdk.java.net
Mon Feb 15 15:50:40 UTC 2021


On Mon, 15 Feb 2021 15:36:18 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> To my understanding, xxx.inline.hpp is a companion file to an xxx.hpp which you create if you want to remove some of the rarely used functions from a high traffic header.

Oh, you're right. I had an impression that there are standalone inline.hpp files, and I could not find the opposite in the Hotspot Style Guide. However, now I see inline.hpp are just the way you've described. Thanks!

-------------

PR: https://git.openjdk.java.net/jdk/pull/2542


More information about the hotspot-dev mailing list