On Tue, 17 Nov 2020 12:53:48 GMT, Claes Redestad <redes...@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 This pull request has now been integrated. Changeset: f5740561 Author: Claes Redestad <redes...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/f5740561 Stats: 183 lines in 32 files changed: 102 ins; 30 del; 51 mod 8256424: Move ciSymbol::symbol_name() to ciSymbols::symbol_name() Reviewed-by: kvn, iklam ------------- PR: https://git.openjdk.java.net/jdk/pull/1256