Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DynamicScope construction via invokeExact failing due to Android bug #5

Open
headius opened this issue Jul 31, 2019 · 0 comments
Open

Comments

@headius
Copy link
Member

headius commented Jul 31, 2019

We have encountered an issue in Android whereby the constructor handle for our generated DynamicScope subclasses appears to break when invoked with invokeExact. Instead of constructing the scope, it produces the following error, which seems to indicate that it's trying to instantiate the abstract class instead of the subclass:

java.lang.InstantiationException: Can't instantiate abstract class class org.jruby.runtime.DynamicScope

I have filed this issue in Google's Android issue tracker here: https://issuetracker.google.com/issues/138705083

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant