-
Bug
-
Resolution: Fixed
-
P3
-
9
-
None
-
b147
src/jdk.accessibility/windows/native/include//bridge/AccessBridgeCallbacks.h
src/jdk.accessibility/windows/native/include//bridge/AccessBridgeCalls.c
src/jdk.accessibility/windows/native/include//bridge/AccessBridgeCalls.h
src/jdk.accessibility/windows/native/include//bridge/AccessBridgePackages.h
These files are copied to the JDK image under the `include` directory.
First, AccessBridgeCalls.c is misplaced in the "include" directory which should only contain header files.
Second, if these header files are not intended for developers use, i.e. not exported external interface, they should not be copied in the JDK image.
src/jdk.accessibility/windows/native/include//bridge/AccessBridgeCalls.c
src/jdk.accessibility/windows/native/include//bridge/AccessBridgeCalls.h
src/jdk.accessibility/windows/native/include//bridge/AccessBridgePackages.h
These files are copied to the JDK image under the `include` directory.
First, AccessBridgeCalls.c is misplaced in the "include" directory which should only contain header files.
Second, if these header files are not intended for developers use, i.e. not exported external interface, they should not be copied in the JDK image.