mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8222446: assert(C->env()->system_dictionary_modification_counter_changed()) failed: Must invalidate if TypeFuncs differ
Remove SystemDictionary::modification_counter optimization Reviewed-by: dlong, eosterlund
This commit is contained in:
parent
475cf213d9
commit
04b98fd1df
16 changed files with 21 additions and 139 deletions
|
@ -840,7 +840,6 @@ typedef PaddedEnd<ObjectMonitor> PaddedObjectMonitor;
|
|||
/* CI */ \
|
||||
/************/ \
|
||||
\
|
||||
nonstatic_field(ciEnv, _system_dictionary_modification_counter, int) \
|
||||
nonstatic_field(ciEnv, _compiler_data, void*) \
|
||||
nonstatic_field(ciEnv, _failure_reason, const char*) \
|
||||
nonstatic_field(ciEnv, _factory, ciObjectFactory*) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue