RFR: 8261075: Create stubRoutines.inline.hpp with SafeFetch implementation [v2]
Anton Kozlov
akozlov at openjdk.java.net
Fri Mar 5 16:05:45 UTC 2021
On Thu, 4 Mar 2021 19:13:05 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
> Just so that I understand. Did you really mean safepoint.hpp and not safefetch.hpp?
Definitely safefetch.hpp. Sorry, it seems I was thinking also about another problem at that moment :)
> I assume this all has to do with the fact that safefetch.hpp is going to include threadWXSetter.hpp, which you are going to change to threadWXSsetter.inline.hpp, because it includes thread.inline.hpp. If that's the case then I think the easy fix is to just rename safefetch.hpp to safefetch.inline.hpp.
This is correct. My main concern was the noise I'm creating in the git repository, but I also think this is the best way in this situation. Thanks for confirmation! The bug is JDK-8263068 and PR is #2844.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2542
More information about the hotspot-dev
mailing list