Integrated: 8317697: refactor-encapsulate x86 VM_Version::CpuidInfo
Jan Kratochvil
jkratochvil at openjdk.org
Sat Feb 17 16:41:01 UTC 2024
On Sat, 7 Oct 2023 17:44:06 GMT, Jan Kratochvil <jkratochvil at openjdk.org> wrote:
> In OpenJDK project CRaC I had a [need to fetch new CpuidInfo without affecting the existing one](https://github.com/openjdk/crac/commit/ed4ad9ba31b77732dcede2eb743b2f389ec9a0fe#diff-6ed856c57ddbe33e49883adb7c52ec51ed377e5f697dfd6d8bea505a97bfc5a5R2743).
> Which led me to encapsulate the object more and I think this no-functionality-change patch is even appropriate for JDK.
> I am sure interested primarily to reduce the CRaC patchset boilerplate.
This pull request has now been integrated.
Changeset: cf13086e
Author: Jan Kratochvil <jkratochvil at openjdk.org>
Committer: Vladimir Kozlov <kvn at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/cf13086efe0a145d3fc84896473a39a863530629
Stats: 125 lines in 2 files changed: 30 ins; 23 del; 72 mod
8317697: refactor-encapsulate x86 VM_Version::CpuidInfo
Reviewed-by: dholmes, kvn
-------------
PR: https://git.openjdk.org/jdk/pull/16093
More information about the hotspot-dev
mailing list