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

Ioi Lam iklam at openjdk.org
Mon Jul 11 05:23:46 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.

This pull request has now been integrated.

Changeset: e9d9cc6d
Author:    Ioi Lam <iklam at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e9d9cc6d0aece2237c490a610d79a562867251d8
Stats:     638 lines in 2 files changed: 320 ins; 311 del; 7 mod

8290027: Move inline functions from vm_version_x86.hpp to cpp

Reviewed-by: kbarrett, dholmes

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

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


More information about the hotspot-dev mailing list