jvmti patch for mingw32

David Daney ddaney@avtrex.com
Fri Sep 22 19:21:00 GMT 2006


Patches go to java-patches@gcc.gnu.org

David Daney.


Marco Trudel wrote:
> Building for mingw32 is currently broken at multiple places. This is the 
> first patch. I'll see if I can fix the others as well...
> 
> Ok? I have no commiting rights...
> 
> 
> Marco
> 
> 
> ------------------------------------------------------------------------
> 
> --- jvmti.cc	2006-09-22 21:14:53.000000000 +0200
> +++ jvmti.cc	2006-09-22 21:13:24.000000000 +0200
> @@ -966,7 +966,7 @@
>    return JVMTI_ERROR_NONE;
>  }
>  
> -jvmtiError
> +jvmtiError JNICALL
>  _Jv_JVMTI_GetErrorName (MAYBE_UNUSED jvmtiEnv *env, jvmtiError error,
>  			char **name_ptr)
>  {



More information about the Java mailing list