src/JavaClassReader.st
branchjk_new_structure
changeset 1694 c9c3667b4e55
parent 1693 19fab8b4cd97
child 1698 d32a2a3dce36
--- a/src/JavaClassReader.st	Tue Sep 04 10:58:53 2012 +0000
+++ b/src/JavaClassReader.st	Tue Sep 04 11:17:13 2012 +0000
@@ -80,9 +80,9 @@
 
     "Maximum stack depth supported by the VM.
      if you change it, make sure it is equal (or lower)
-     to CONSIZE in jinterpret.c (line 98 or so)
+     to CONSIZE in jinterpret.c (line 111 or so)
      Otherwise, VM may crash!!!!!!"
-    MaxContextSizeLimit := 64.
+    MaxContextSizeLimit := 100.
 
 
     "