Hi all,

I prepared a patch to fix Harmony build on my FreeBSD 6.3 machine.

Could anyone of classlib gurus review and approve Classlib part of
this patch [1], as I'm not familiar with Classlib coding rules?

Most of the problems were caused by casting jlong to void*, because
sizes of these types are different, and -Werror was specified.
In the patch I used double casting like (void*)(size_t)(jlong value).

[1] https://issues.apache.org/jira/browse/HARMONY-5967

-- 
Ilya.

Reply via email to