The implementation of os::file_name_strncmp() for Mac OS X in os_bsd.inline.hpp does a strcmp(). However, depending on the file system and setting on Mac OS X, it could be case-insensitive. The implementation should take that into account and call the appropriate function.
The following link has some info on the OS X file system:
http://apple.stackexchange.com/questions/8016/hfs-case-sensitive-or-case-insensitive-which-type-to-use-for-the-primary-dri
The following link has some info on the OS X file system:
http://apple.stackexchange.com/questions/8016/hfs-case-sensitive-or-case-insensitive-which-type-to-use-for-the-primary-dri
- duplicates
-
JDK-8211723 AppCDS: referring to a jar file in any way other than exactly how it was done during dumping doesn't work
- Resolved
- relates to
-
JDK-8211723 AppCDS: referring to a jar file in any way other than exactly how it was done during dumping doesn't work
- Resolved