We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488158c commit e88a888Copy full SHA for e88a888
src/main/java/org/truffleruby/core/module/ModuleFields.java
@@ -788,8 +788,8 @@ private void newMethodVersion(String methodToInvalidate) {
788
if (methodEntry == null) {
789
return;
790
} else {
791
- methodEntry.invalidate(rubyModule, methodToInvalidate);
792
if (methods.replace(methodToInvalidate, methodEntry, methodEntry.withNewAssumption())) {
+ methodEntry.invalidate(rubyModule, methodToInvalidate);
793
794
}
795
0 commit comments