RFR: 8261125: Move VM_Operation to vmOperation.hpp
Ioi Lam
iklam at openjdk.java.net
Fri Feb 5 05:39:40 UTC 2021
On Thu, 4 Feb 2021 17:15:37 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> I like all these include cleanups! How do you find these, do you analyze the include tree?
I have a few hand-rolled tools for identifying what header files are easy/beneficial to refactor. See
https://github.com/iklam/tools/tree/main/headers
> I think vmOperation vs vmOperations could be confusing. But have no immediate better idea. If others are fine with it, I am too.
>
> Can you please enable GA so we see that our weirder platforms build?
I think I finally re-enabled the GitHub actions properly for my PRs. Let's see if they get run for my next push to this PR :-)
-------------
PR: https://git.openjdk.java.net/jdk/pull/2398
More information about the shenandoah-dev
mailing list