RFR: 8256424: Move ciSymbol::symbol_name() to ciSymbols::symbol_name()

Vladimir Kozlov kvn at openjdk.java.net
Mon Dec 7 20:31:14 UTC 2020


On Tue, 17 Nov 2020 12:53:48 GMT, Claes Redestad <redestad at openjdk.org> wrote:

> This moves the mirroring of vmSymbols in ciSymbols to a separate file, ciSymbols.hpp, to reduce includes throughout hotspot (and clean up the ciSymbol namespace). In a few places code is moved from .hpp to .cpp to facilitate this.
> 
> With PCH disabled, this reduces total includes from 276949 to 276332

Marked as reviewed by kvn (Reviewer).

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

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


More information about the hotspot-dev mailing list