Skip to content

DynamicScope construction via invokeExact failing due to Android bug #5

@headius

Description

@headius

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions