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

Implement ObjectArena and ArenaRef to solve JNI Global Reference Issue #1145

Closed
wants to merge 10 commits into from

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    24394c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    81d9dd6 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    de5a90d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Fix Android build issue.

    cherylEnkidu committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    4391eb9 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Configuration menu
    Copy the full SHA
    edbf8cd View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    a005e02 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Bug fix, adding tests

    cherylEnkidu committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    a48d72d View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. object_arena.cc: add an assertion into the constructor to crash if cr…

    …eating the HashMap fails.
    dconeybe authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    73bc880 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    73a7803 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    6b6caab View commit details
    Browse the repository at this point in the history