8253402: Convert vmSymbols::SID to enum class

Reviewed-by: kvn, coleenp, kbarrett, iveresov
This commit is contained in:
Ioi Lam 2020-10-15 05:52:54 +00:00
parent 038f58d4f0
commit 7e5eb493e1
29 changed files with 654 additions and 320 deletions

View file

@ -346,7 +346,7 @@
\
nonstatic_field(ThreadShadow, _pending_exception, oop) \
\
static_field(vmSymbols, _symbols[0], Symbol*) \
static_field(Symbol, _vm_symbols[0], Symbol*) \
\
nonstatic_field(vtableEntry, _method, Method*) \