Integrated: 8248186: Move CDS C++ vtable code to cppVtables.cpp

Ioi Lam iklam at openjdk.java.net
Sun Sep 13 19:23:34 UTC 2020


On Fri, 11 Sep 2020 22:03:27 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> I moved the code that supports C++ vtables in the CDS archive from metaspaceShared.cpp to a new file, cppVtables.cpp.
> To keep the refactoring straightforward, the code is moved verbatim, except for:
> - Methods are renamed from `MetaspaceShared::xx` to `CppVtables::xx`
> - Access to `_mc_region` is changed to the inline function `mc_region()`

This pull request has now been integrated.

Changeset: c5e63b63
Author:    Ioi Lam <iklam at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/c5e63b63
Stats:     696 lines in 7 files changed: 305 ins; 384 del; 7 mod

8248186: Move CDS C++ vtable code to cppVtables.cpp

Reviewed-by: coleenp

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

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


More information about the hotspot-runtime-dev mailing list