RFR: 8293188: x86_64: Introduce stubGenerator_x86_64.hpp [v5]

Vladimir Ivanov vlivanov at openjdk.org
Fri Sep 2 01:32:41 UTC 2022


On Thu, 1 Sep 2022 23:48:08 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

>> Introduce stubGenerator_x86_64.hpp and extract StubGenerator class declaration there. 
>> 
>> Testing: hs-tier1 - hs-tier4
>
> Vladimir Ivanov has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains seven commits:
> 
>  - update
>  - Merge branch 'master' into stub.x86_64.hpp
>  - RuntimeStub
>  - fix hs-minimal build
>  - update
>  - fix
>  - stubGenerator_x86_64.hpp

Thanks for the reviews, David and Vladimir.

> I'm assuming the motivation here was just to get smaller files to work with?

Yes, I'm looking at splitting `stubGenerator_x86_64.cpp` and grouping stub implementations based on the area they belong to.

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

PR: https://git.openjdk.org/jdk/pull/10111


More information about the hotspot-dev mailing list