Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.5
-
Fix Version/s: JRuby 1.5
-
Component/s: Performance
-
Labels:None
-
Environment:Windows XP, JRuby 1.4.0 and 1.5.0.dev
Description
When running jruby -b -S rake test on a Rails app with several hundred tests it is easy to see a major performance downturn when moving from 1.4.0 to 1.5.0.dev. This can be seen at http://pastie.org/818994
The reported times by rake are close, but the runtime (from -b) is way slower in 1.5.0.dev.
Issue Links
- is related to
-
JRUBY-3299
Unable to embed Hpricot gem in a jar file
-
Found that the long pause is gone/equal to 1.4.0s if we roll back to 13993be918fb5fd68ad021e487b350298d063a29. It seems that some nested jar logic may be to blame.