Skip to content

[fix] infinite loop calling Java super from Ruby#7990

Merged
kares merged 1 commit intojruby:masterfrom
kares:fix-regression-sub-class-proxy
Oct 29, 2023
Merged

[fix] infinite loop calling Java super from Ruby#7990
kares merged 1 commit intojruby:masterfrom
kares:fix-regression-sub-class-proxy

Conversation

@kares
Copy link
Member

@kares kares commented Oct 27, 2023

introduced in 9.4.4.0 while doing a variant of: bd9d40c#diff-d269af154b613900dfe27e6c544a8c6748bf52af91e74395df49c70764db1478R1841

managed to miss copy-ing the loop last step (and I was pretty confident that is a tested code path)

@kares kares added this to the JRuby 9.4.5.0 milestone Oct 27, 2023
@kares kares linked an issue Oct 27, 2023 that may be closed by this pull request
@jimtng
Copy link
Contributor

jimtng commented Oct 28, 2023

Thanks for the fix! I've tested it and can confirm that this solved the problem I was having.

@headius
Copy link
Member

headius commented Oct 28, 2023

Looks good to me!

@kares kares merged commit 83af68e into jruby:master Oct 29, 2023
kares added a commit to kares/jruby that referenced this pull request Oct 29, 2023
@kares
Copy link
Member Author

kares commented Oct 29, 2023

unfortunately, this also made it to 9.3.11.0 - thus got back-ported at #7991

@kares kares deleted the fix-regression-sub-class-proxy branch October 29, 2023 05:45
kares added a commit that referenced this pull request Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Process stuck with 100% cpu when using jruby 9.4.4.0

3 participants