This obfuscates the output and can not be fixed any soon because of
lack of GC.

Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
---
 vm/jni-interface.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/vm/jni-interface.c b/vm/jni-interface.c
index 4411f0a..7427779 100644
--- a/vm/jni-interface.c
+++ b/vm/jni-interface.c
@@ -419,7 +419,7 @@ static jobject vm_jni_new_global_ref(struct vm_jni_env 
*env, jobject obj)
 {
        enter_vm_from_jni();
 
-       NOT_IMPLEMENTED;
+       /* NOT_IMPLEMENTED; */
        return obj;
 }
 
@@ -428,7 +428,7 @@ static void vm_jni_delete_global_ref(struct vm_jni_env 
*env, jobject obj)
        /* TODO: fix this when GC is implemented. */
        enter_vm_from_jni();
 
-       NOT_IMPLEMENTED;
+       /* NOT_IMPLEMENTED; */
 }
 
 static jint vm_jni_get_java_vm(struct vm_jni_env *env, struct java_vm **vm)
@@ -468,7 +468,7 @@ static void vm_jni_delete_local_ref(struct vm_jni_env *env, 
jobject ref)
 {
        enter_vm_from_jni();
 
-       NOT_IMPLEMENTED;
+       /* NOT_IMPLEMENTED; */
 }
 
 static jint vm_jni_get_int_field(struct vm_jni_env *env, jobject object,
-- 
1.6.0.6


------------------------------------------------------------------------------
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