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

Reviewed-by: kvn, iklam
This commit is contained in:
Claes Redestad 2020-12-10 17:22:48 +00:00
parent 1e5e790ba0
commit f57405617e
32 changed files with 153 additions and 81 deletions

View file

@ -36,6 +36,7 @@
#include "classfile/stringTable.hpp"
#include "classfile/symbolTable.hpp"
#include "classfile/systemDictionary.hpp"
#include "classfile/vmSymbols.hpp"
#include "code/codeBlob.hpp"
#include "code/codeCache.hpp"
#include "code/compressedStream.hpp"