[vmkit-commits] [vmkit] r75005 - /vmkit/trunk/lib/JnJVM/VMCore/Jnjvm.h

Nicolas Geoffray nicolas.geoffray at lip6.fr
Wed Jul 8 07:15:31 PDT 2009


Author: geoffray
Date: Wed Jul  8 09:15:29 2009
New Revision: 75005

URL: http://llvm.org/viewvc/llvm-project?rev=75005&view=rev
Log:
Public'ize loadBootstrap.


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

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

==============================================================================
--- vmkit/trunk/lib/JnJVM/VMCore/Jnjvm.h (original)
+++ vmkit/trunk/lib/JnJVM/VMCore/Jnjvm.h Wed Jul  8 09:15:29 2009
@@ -146,12 +146,6 @@
   ///
   JnjvmClassLoader* loadAppClassLoader();
   
-  /// loadBootstrap - Bootstraps the JVM, getting the class loader, initializing
-  /// bootstrap classes (e.g. java/lang/Class, java/lang/*Exception) and
-  /// mapping the initial thread.
-  ///
-  void loadBootstrap();
-
   /// executeClass - Executes in the given JVM this main class with the given
   /// Java args.
   ///
@@ -359,6 +353,12 @@
   /// class loader from the function map.
   ///
   void removeMethodsInFunctionMap(JnjvmClassLoader* loader);
+  
+  /// loadBootstrap - Bootstraps the JVM, getting the class loader, initializing
+  /// bootstrap classes (e.g. java/lang/Class, java/lang/*Exception) and
+  /// mapping the initial thread.
+  ///
+  void loadBootstrap();
 
 #ifdef ISOLATE
   static Jnjvm* RunningIsolates[NR_ISOLATES];





More information about the vmkit-commits mailing list