RFR: 8261075: Create stubRoutines.inline.hpp with SafeFetch implementation [v2]

Anton Kozlov akozlov at openjdk.java.net
Thu Mar 4 18:41:42 UTC 2021


On Tue, 16 Feb 2021 16:11:36 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

>> Anton Kozlov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   stubRoutines.inline.hpp -> safefetch.hpp
>
> Marked as reviewed by stefank (Reviewer).

I've messed up with this :( I'm trying to fix @stefank 's note https://github.com/openjdk/jdk/pull/2200#discussion_r572707505. I need to rename a file.hpp included in the safepoint.hpp to file.inline.hpp. This will require renaming safepoint.hpp to safepoint.inline.hpp, polluting the PR #2200 again and defeating the purpose of having this patch extracted. I think the better alternative will be a follow-up patch just renaming safepoint.hpp to safepoint.inline.hpp. I'm going to do the follow-up. Or is there a better alternative? Sorry and thanks.

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

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


More information about the hotspot-dev mailing list