mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +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
|
@ -1920,7 +1920,6 @@ void BreakpointInfo::set(Method* method) {
|
|||
Thread *thread = Thread::current();
|
||||
*method->bcp_from(_bci) = Bytecodes::_breakpoint;
|
||||
method->incr_number_of_breakpoints(thread);
|
||||
SystemDictionary::notice_modification();
|
||||
{
|
||||
// Deoptimize all dependents on this method
|
||||
HandleMark hm(thread);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue