[vmkit-commits] [vmkit] r55584 - /vmkit/branches/isolate/lib/JnJVM/VMCore/JnjvmModule.cpp

Nicolas Geoffray nicolas.geoffray at lip6.fr
Sun Aug 31 02:51:27 PDT 2008


Author: geoffray
Date: Sun Aug 31 04:51:27 2008
New Revision: 55584

URL: http://llvm.org/viewvc/llvm-project?rev=55584&view=rev
Log:
Only copy the usefull VTs.


Modified:
    vmkit/branches/isolate/lib/JnJVM/VMCore/JnjvmModule.cpp

Modified: vmkit/branches/isolate/lib/JnJVM/VMCore/JnjvmModule.cpp
URL: http://llvm.org/viewvc/llvm-project/vmkit/branches/isolate/lib/JnJVM/VMCore/JnjvmModule.cpp?rev=55584&r1=55583&r2=55584&view=diff

==============================================================================
--- vmkit/branches/isolate/lib/JnJVM/VMCore/JnjvmModule.cpp (original)
+++ vmkit/branches/isolate/lib/JnJVM/VMCore/JnjvmModule.cpp Sun Aug 31 04:51:27 2008
@@ -275,17 +275,8 @@
     memcpy((void*)((unsigned)CLASS::VT + VT_SIZE), \
            (void*)((unsigned)res + VT_SIZE), size);
 
+      COPY(JavaArray)
       COPY(JavaObject)
-      COPY(ArrayUInt8)
-      COPY(ArraySInt8)
-      COPY(ArrayUInt16)
-      COPY(ArraySInt16)
-      COPY(ArrayUInt32)
-      COPY(ArraySInt32)
-      COPY(ArrayLong)
-      COPY(ArrayFloat)
-      COPY(ArrayDouble)
-      COPY(UTF8)
       COPY(ArrayObject)
 
 #undef COPY





More information about the vmkit-commits mailing list