Integrated: 8293515: heapShared.cpp: rename JavaThread parameter to current
Matias Saavedra Silva
duke at openjdk.org
Wed Sep 28 21:29:38 UTC 2022
On Tue, 27 Sep 2022 13:51:39 GMT, Matias Saavedra Silva <duke at openjdk.org> wrote:
> Replaced instances of THREAD with current and placed the parameter at the beginning rather than the end. Necessary instances of THREAD were initialized with current. Verified with tier 1 tests. Please review.
This pull request has now been integrated.
Changeset: 88731924
Author: Matias Saavedra Silva <matias.s.saavedra.silva at oracle.com>
Committer: Calvin Cheung <ccheung at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/887319243351c198152f49ead3e4790442c52d95
Stats: 17 lines in 3 files changed: 2 ins; 2 del; 13 mod
8293515: heapShared.cpp: rename JavaThread parameter to current
Reviewed-by: coleenp, ccheung
-------------
PR: https://git.openjdk.org/jdk/pull/10451
More information about the hotspot-dev
mailing list