- 
    Bug 
- 
    Resolution: Fixed
- 
     P2 P2
- 
    17.0.2
- 
        b06
- 
        os_x
- 
        Not verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build | 
|---|---|---|---|---|---|---|
| JDK-8277707 | 17.0.3-oracle | Dukebot | P2 | Resolved | Fixed | b01 | 
                    A part of the fix JDK-8274381 has already been back ported to 17u, however after the fix JDK-8267385 the rest changes need to be back ported too.
It's this chunk:
- (id)accessibilityHitTest:(NSPoint)point
{
JNIEnv* env = [ThreadUtilities getJNIEnv];
+ GET_CACCESSIBILITY_CLASS_RETURN(nil);
It's this chunk:
- (id)accessibilityHitTest:(NSPoint)point
{
JNIEnv* env = [ThreadUtilities getJNIEnv];
+ GET_CACCESSIBILITY_CLASS_RETURN(nil);
- backported by
- 
                    JDK-8277707 missing CAccessibility definition in [CommonComponentAccessibility accessibilityHitTest] -           
- Resolved
 
-         
- relates to
- 
                    JDK-8283347 [macos] Bad JNI lookup accessibilityHitTest is shown when Screen magnifier is enabled -           
- Resolved
 
-         
 
        