Rewrite BridgeUtils.cpp to use wrappers

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 8
    • Affects Version/s: 7u6
    • Component/s: javafx
    • None
    • web

      BridgeUtils.cpp should be rewritten to make use of wrappers instead of raw JNI objects. E.g.
          JLObject valClass(JSC::Bindings::callJNIMethod<jobject>(val, "getClass", "()Ljava/lang/Class;"));
      instead of
          jobject valClass = JSC::Bindings::callJNIMethod<jobject>(val, "getClass", "()Ljava/lang/Class;");

            Assignee:
            Per Bothner (Inactive)
            Reporter:
            Peter Zhelezniakov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: