Details
-
Type:
Task
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
For JRUBY-5567, I added logging to show when MethodFactory is unable to load bytecode, and falls back on reflection. Because this could mask other issues, i'm leaving this logging in place during the remaining days of 1.6 dev. I'd like to know for certain that there are no particularly odd cases of this fallback happening, like in production Rails applications.
We must remove this logging before final. JRUBY-5567 will remain open for 1.6.1 to come up with a more robust mechanism for loading invokers on systems that do not allow bytecode loading.
The logging was not removed for 1.6. However, nobody has reported seeing it. I have just pushed changes to master that move us to slf4j and remove this logging line.