ContextInspectorView.st
branchjv
changeset 13661 6364d526c3e8
parent 13658 065376680d85
child 15566 184cea584be5
--- a/ContextInspectorView.st	Tue Nov 05 17:16:14 2013 +0000
+++ b/ContextInspectorView.st	Tue Nov 05 17:51:13 2013 +0000
@@ -202,7 +202,7 @@
             ].
 
             n := homeNames size.
-            n < ((argsOnly ifTrue:[0] ifFalse:[ methodHomeContext numVars]) + methodHomeContext numArgs) ifTrue:[
+            n < (((argsOnly or:[methodHomeContext isJavaContext]) ifTrue:[0] ifFalse:[ methodHomeContext numVars]) + methodHomeContext numArgs) ifTrue:[
                 "/ its a context which includes locals from
                 "/ inlined sub-blocks.
                 "/ First, generate synthetic varNames ...