[vmkit-commits] [vmkit] r62221 - /vmkit/trunk/lib/JnJVM/VMCore/Jnjvm.cpp

Nicolas Geoffray nicolas.geoffray at lip6.fr
Wed Jan 14 06:08:12 PST 2009


Author: geoffray
Date: Wed Jan 14 08:08:05 2009
New Revision: 62221

URL: http://llvm.org/viewvc/llvm-project?rev=62221&view=rev
Log:
Fix comment.


Modified:
    vmkit/trunk/lib/JnJVM/VMCore/Jnjvm.cpp

Modified: vmkit/trunk/lib/JnJVM/VMCore/Jnjvm.cpp
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/lib/JnJVM/VMCore/Jnjvm.cpp?rev=62221&r1=62220&r2=62221&view=diff

==============================================================================
--- vmkit/trunk/lib/JnJVM/VMCore/Jnjvm.cpp (original)
+++ vmkit/trunk/lib/JnJVM/VMCore/Jnjvm.cpp Wed Jan 14 08:08:05 2009
@@ -1109,8 +1109,7 @@
 
 
 static void compileClass(Class* cl) {
-  // Use the owner class field of the class so that we know if the class
-  // belongs to the list of classes that we are static compiling.
+  // Make sure the class is emitted.
   cl->classLoader->getModule()->getNativeClass(cl);
 
   for (uint32 i = 0; i < cl->nbVirtualMethods; ++i) {





More information about the vmkit-commits mailing list