mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +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
|
@ -467,7 +467,7 @@ typedef HashtableEntry<InstanceKlass*, mtClass> KlassHashtableEntry;
|
|||
/* vmSymbols */ \
|
||||
/*************/ \
|
||||
\
|
||||
static_field(vmSymbols, _symbols[0], Symbol*) \
|
||||
static_field(Symbol, _vm_symbols[0], Symbol*) \
|
||||
\
|
||||
/*******************/ \
|
||||
/* HashtableBucket */ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue