JavaVM: Initialization fix jk_new_structure
authorvranyj1
Thu, 11 Aug 2011 00:00:01 +0000
branchjk_new_structure
changeset 907 9ab15562799b
parent 906 fea23aa2b228
child 908 d990d0d520d9
JavaVM: Initialization fix
src/JavaVM.st
--- a/src/JavaVM.st	Wed Aug 10 22:58:10 2011 +0000
+++ b/src/JavaVM.st	Thu Aug 11 00:00:01 2011 +0000
@@ -1841,9 +1841,9 @@
     "/>  jdk 6
     
     self initializeOpenFileTable.
+    self initializeReflection.
     self initializeBaseClasses.
     self initializePrimitiveClasses.
-    self initializeReflection.
     Java initSystemClass.
     ObjectMemory addDependent: self.
 
@@ -1855,7 +1855,7 @@
     "Modified: / 14-12-1999 / 18:58:56 / cg"
     "Modified: / 15-10-2010 / 15:27:45 / Jan Kurs <kurs.jan@post.cz>"
     "Modified: / 01-04-2011 / 15:33:39 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
-    "Modified: / 30-04-2011 / 22:59:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 11-08-2011 / 00:57:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 initializeVMIfNoEventThreadRunning