IBM JVM rejects class/method names with #, as in our JIT recently. ------------------------------------------------------------------
Key: JRUBY-6253 URL: https://jira.codehaus.org/browse/JRUBY-6253 Project: JRuby Issue Type: Bug Components: Compiler Affects Versions: JRuby 1.6.5 Reporter: Charles Oliver Nutter Priority: Blocker Fix For: JRuby 1.6.6, JRuby 1.7 A recent change to both master and 1.6 branches modified the jitted class name to be of the form class#method, to provide better information in stack traces. Unfortunately, on IBM JVMs, the # method among others are rejected. This means that since this change, our JIT has been unable to load any jitted methods' classes. This must be addressed before any 1.6.6 or 1.7 release. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email