mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8253402: Convert vmSymbols::SID to enum class
Reviewed-by: kvn, coleenp, kbarrett, iveresov
This commit is contained in:
parent
038f58d4f0
commit
7e5eb493e1
29 changed files with 654 additions and 320 deletions
|
@ -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*) \
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue