JDK-8259729 : Missed JNFInstanceOf -> IsInstanceOf conversion
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.accessibility
  • Affected Version: 17
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-01-13
  • Updated: 2021-10-19
  • Resolved: 2021-01-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 17 JDK 8
11.0.12-oracleFixed 17 b06Fixed 8u321Fixed
Related Reports
Relates :  
Description
JDK-8257853 converted calls to JNFInstanceOf into calls to the normal JNI IsInstanceOf method. I found one was missed in JavaComponentAccessibility.m
Comments
Fix request (11u) This is the part bugfixes for removing JNF dependency from jdk11u. Applies cleanly. Also needed for parity with oracle.
18-05-2021

ojdk15/13 wasn't affected by this issue as the issue was fixed as part of 8260616 ojdk11 will follow the route of 13/15
15-04-2021

Changeset: 360c7226 Author: Phil Race <prr@openjdk.org> Date: 2021-01-15 17:02:05 +0000 URL: https://git.openjdk.java.net/jdk/commit/360c7226
15-01-2021