--- old/src/solaris/native/java/io/io_util_md.h 2012-06-25 21:56:13.000000000 -0700 +++ new/src/solaris/native/java/io/io_util_md.h 2012-06-25 21:56:13.000000000 -0700 @@ -72,3 +72,7 @@ * IO helper function(s) */ void fileClose(JNIEnv *env, jobject this, jfieldID fid); + +#ifdef MACOSX +jstring newStringPlatform(JNIEnv *env, const char* str); +#endif