RFR: 8290027: Move inline functions from vm_version_x86.hpp to cpp

David Holmes dholmes at openjdk.org
Mon Jul 11 00:08:38 UTC 2022


On Fri, 8 Jul 2022 17:19:34 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> There are several large inline functions in vm_version_x86.hpp that are used only by vm_version_x86.cpp. E.g., `feature_flags()`
> 
> These should be moved to vm_version_x86.cpp to improve C++ build speed.
> 
> I manually diff'ed the lines that were moved between the two files. They were identical except for whitespaces.

Seems fine. thanks.

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

Marked as reviewed by dholmes (Reviewer).

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


More information about the hotspot-dev mailing list