-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Description
I'm currently running into some weird JVM segmentation fault issues when using the JRuby JIT compiler mode. Turning off the JIT compiler fixes the problem.
I think it would be useful to expose this method to the users so that they can configure the JRuby runtime for their requirements:
Line 120 in e7c4ab7
| protected T compileMode(CompileMode compileMode) |
Reactions are currently unavailable