Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8119907

Rewrite BridgeUtils.cpp to use wrappers

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • 7u6
    • 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;");

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

              Created:
              Updated:
              Resolved:
              Imported: