Tomek Grabiec wrote:
> @@ -52,6 +52,53 @@
>       if (!vm_object_is_instance_of((x), vm_java_lang_Class))         \
>               return NULL;
>  
> +static void vm_jni_destroy_java_vm(void) {
> +     NOT_IMPLEMENTED;
> +}
> +
> +static void vm_jni_attach_current_thread(void) {
> +     NOT_IMPLEMENTED;
> +}
> +
> +static void vm_jni_detach_current_thread(void) {
> +     NOT_IMPLEMENTED;
> +}
> +
> +static jint vm_jni_get_env(JavaVM *vm, void **env, jint version) {

Can you send a cleanup patch to fixup opening brace placement in 
vm/jni-interface.c? It's slowly getting out of control. :-)

                        Pekka

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to