The fix for JDK-8227497 needs to be clarified as it might be confused as Java SE standard. The long form options are HotSpot VM specific options.
In addition, JNI spec states that "Non-standard option names must begin with "-X" or an underscore ("_").
The above would need to be updated to include option names begin with "--". This probably requires CSR.
In addition, JNI spec states that "Non-standard option names must begin with "-X" or an underscore ("_").
The above would need to be updated to include option names begin with "--". This probably requires CSR.
- csr for
-
JDK-8233142 Update JNI Spec w.r.t. VM implementation-specific long form options
- Closed
- relates to
-
JDK-8227497 No documented method for setting module addexports to JNI_CreateJavaVM
- Resolved