Integrated: JDK-8281522: Rename ADLC classes which have the same name as hotspot variants

Thomas Stuefe stuefe at openjdk.java.net
Fri Feb 11 05:38:19 UTC 2022


On Wed, 9 Feb 2022 08:10:04 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> After some prior offlist discussions with Oracle staff, I propose to change the names of some of the adlc classes and functions to avoid name clashes with their hotspot counterparts. This has bugged me for a while since my IDE gets often confused about this when working on hotspot arena code.
> 
> This patch prefixes "Arena", "Chunk", "CHeapObj" and "AllStatic", "AllocateHeap", "ReallocateHeap" with "Adl...". The replacement is purely mechanical, no functional change happens here.
> 
> Thanks, Thomas

This pull request has now been integrated.

Changeset: eee6a562
Author:    Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/eee6a5622dca683d4d6a701daa48e09e8d17b54e
Stats:     726 lines in 13 files changed: 346 ins; 346 del; 34 mod

8281522: Rename ADLC classes which have the same name as hotspot variants

Reviewed-by: neliasso, kvn

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

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


More information about the hotspot-compiler-dev mailing list