Integrated: 8375271: [IR Framework] Rename IREncoding to ApplicableIRRules and driver/flag/test VM to Driver/Flag/Test VM

Christian Hagedorn chagedorn at openjdk.org
Mon Jan 19 14:08:03 UTC 2026


On Wed, 14 Jan 2026 11:21:58 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> This patch is part of a series of patches split of from a prototype implementation for replacing the hotspot-pid file based transfer of IR dumps between the Test VM and the Driver VM with a socket based transfer (see [JDK-8375271](https://bugs.openjdk.org/browse/JDK-8375271) for more information). This should ease reviews.
> 
> This patch is about naming updates:
> 
> `IREncoding` is quite generic and does not really tell what it is about by looking at its name. I suggest to rename it to `ApplicableIRRules` to better reflect what it is about. I also capitalized the first letter of "driver/flag/test VM" to better indicate that these are proper names.
> 
> Thanks,
> Christian

This pull request has now been integrated.

Changeset: e7f1f16a
Author:    Christian Hagedorn <chagedorn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e7f1f16a88ce239f22f86e479a5e806f531fbe31
Stats:     498 lines in 28 files changed: 162 ins; 159 del; 177 mod

8375271: [IR Framework] Rename IREncoding to ApplicableIRRules and driver/flag/test VM to Driver/Flag/Test VM

Reviewed-by: dfenacci, thartmann, mhaessig

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

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


More information about the hotspot-compiler-dev mailing list