Problem with Rails assets:precompile on 7u40

Hi

I’m having problems running rake RAILS_ENV=production
RAILS_GROUPS=assets assets:precompile with the following exception:

This is with Rails 3.2.13, JRuby 1.7.4 on Ubuntu 12.04LTS and Oracle
Java 7u40. The same code works fine on 7u25.

Anyone knows what the problem is? I have tried running execstack as
specified in the error message but it doesn’t help.

/ Jonas

I ran into similar looking stacktrace and reported the issue to the
github issue tracker here:

Try increasing your heap and/or permgen or disabling invokedynamic.

Thanks, I increased heap and permgen and it worked.

/ Jonas