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

Cleanup the JNI invocation API spec and code examples

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 20
    • 20
    • hotspot
    • b11

      There are a number of inconsistencies in parameter naming e.g. penv vs. p_env, and vm vs p_vm, that should be made consistent across the invocation API. Some grammatical improvements in parameter descriptions can also be made e.g.

      `vm`: the VM to which the current thread will be attached, must not be `NULL`.

      should read:

      `vm`: the VM to which the current thread will be attached. It must not be `NULL`.

            dholmes David Holmes
            dholmes David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: