Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.0.0RC2
-
Fix Version/s: JRuby 1.0.0RC3
-
Component/s: Core Classes/Modules
-
Labels:None
-
Environment:fresh JRuby build, Linux
-
Number of attachments :
Description
jruby -rdebug test.rb just runs the program. However set_trace_func seems to be called with simple test-cases. But there were some discussion about JIT regression wrt. to set_trace_func.
This is a known issue....and it won't be in RC2, but it MUST be done for 1.0. I had left tracing out of the compiled code when the compiler was not enabled by default, but within the past few weeks we found the compiler was working well enough to enable permanently. It's not a difficult thing to add, and I'll add it.