RFR: 8317697: refactor-encapsulate x86 VM_Version::CpuidInfo [v3]

Jan Kratochvil jkratochvil at openjdk.org
Wed Oct 25 12:47:47 UTC 2023


> 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.

Jan Kratochvil has updated the pull request incrementally with one additional commit since the last revision:

  Remove the automatic zero-initialization

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/16093/files
  - new: https://git.openjdk.org/jdk/pull/16093/files/92568384..beee275a

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=16093&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16093&range=01-02

  Stats: 9 lines in 2 files changed: 1 ins; 6 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/16093.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16093/head:pull/16093

PR: https://git.openjdk.org/jdk/pull/16093


More information about the hotspot-dev mailing list