Integrated: 8268927: Windows: link error: unresolved external symbol "int __cdecl convert_to_unicode(char const *, wchar_t * *)"

David Holmes dholmes at openjdk.java.net
Thu Jun 17 07:06:13 UTC 2021


On Thu, 17 Jun 2021 05:50:50 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Please review this trivial fix to add a missing "static" to a function prototype. For some reason VS 16.9.3+ doesn't treat this as an error but earlier versions do (and gcc/g++ confirms).
> 
> Tested our CI builds remain okay with this change.
> 
> Thanks,
> David

This pull request has now been integrated.

Changeset: e8446107
Author:    David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/e84461072af9cdb2ee83f5c0747ea5881a0ae805
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8268927: Windows: link error: unresolved external symbol "int __cdecl convert_to_unicode(char const *,wchar_t * *)"

Reviewed-by: stuefe

-------------

PR: https://git.openjdk.java.net/jdk/pull/4516


More information about the hotspot-runtime-dev mailing list