Integrated: 8254012: NMT: MetaspaceSnapshot::snapshot uses wrong enum

Yumin Qi minqi at openjdk.java.net
Wed Oct 14 17:16:12 UTC 2020


On Tue, 13 Oct 2020 23:40:54 GMT, Yumin Qi <minqi at openjdk.org> wrote:

> Please review this simple change.
> Snapshot should be done first on NonClassType which will include ClassType allocation when
> Metaspace::using_class_space() is false.  _class_vsm (a VirtualSpaceManager) is set only for class type allocation when
> using_class_space is true. The correct order is do snapshot for NonClassType first, then for ClassType if
> using_class_space.  Tests: mach5 tier1-4 in progress.

This pull request has now been integrated.

Changeset: fde02e23
Author:    Yumin Qi <minqi at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/fde02e23
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8254012: NMT: MetaspaceSnapshot::snapshot uses wrong enum

Reviewed-by: stuefe, rrich

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

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


More information about the hotspot-runtime-dev mailing list