Integrated: 8279189: Inaccurate comment about class VMThread

Xin Liu xliu at openjdk.java.net
Fri Dec 24 01:00:15 UTC 2021


On Thu, 23 Dec 2021 01:14:50 GMT, Xin Liu <xliu at openjdk.org> wrote:

> The comment is inaccurate now. VMThread is different from the primordial thread. I guess the comment is based on the old codebase.
> Because VMThread is singleton, I put the Constructor and Destructor in "private" section. clients use static member functions create/destroy.

This pull request has now been integrated.

Changeset: 22c15dda
Author:    Xin Liu <xliu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/22c15ddae5ef7431f677edf4df9a403613716def
Stats:     10 lines in 1 file changed: 4 ins; 5 del; 1 mod

8279189: Inaccurate comment about class VMThread

Reviewed-by: dholmes, kbarrett

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

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


More information about the hotspot-runtime-dev mailing list