JNI Handle leak in java_lang_String::create_from_platform_dependent_str()

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P4
    • None
    • Affects Version/s: 7
    • Component/s: hotspot
    • generic
    • generic

      java_lang_String::create_from_platform_dependent_str() returns a Handle, but leaves a JNIHandle active.

      This creates as a leak of String objects, and if the caller makes no suitable JNI transition the objects can never be collected.

            Assignee:
            Kevin Walls
            Reporter:
            Kevin Walls
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: