Skip to content

JNI reference handling #2

Description

@DemiMarie

All references produced implicitly by the JVM are local refs. They need to be managed with PushLocalFrame and PopLocalFrame. Furthermore, any reference that is meant to be shared cross-thread must be a global ref or weak global ref.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions