[vmkit-commits] [vmkit] r69283 - /vmkit/trunk/lib/JnJVM/VMCore/JavaClass.cpp

Nicolas Geoffray nicolas.geoffray at lip6.fr
Thu Apr 16 04:02:59 PDT 2009


Author: geoffray
Date: Thu Apr 16 06:02:59 2009
New Revision: 69283

URL: http://llvm.org/viewvc/llvm-project?rev=69283&view=rev
Log:
Remove obsolete comment.


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

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

==============================================================================
--- vmkit/trunk/lib/JnJVM/VMCore/JavaClass.cpp (original)
+++ vmkit/trunk/lib/JnJVM/VMCore/JavaClass.cpp Thu Apr 16 06:02:59 2009
@@ -745,10 +745,6 @@
 }
 
 void UserClass::loadParents() {
-  // W prevent the GC from scanning the interfaces until they
-  // are loaded. So we temporarly consider that this class does not
-  // have any interfaces. This is harmless because the class is being
-  // resolved and can not be used elsewhere for getting its interfaces.
   if (super == 0) {
     depth = 0;
     display = (CommonClass**)





More information about the vmkit-commits mailing list