changeset 9698:8cee5c95b774

fixed documentation for FrameMap.outgoingSize
author Christian Haeubl <haeubl@ssw.jku.at>
date Fri, 26 Apr 2013 12:00:50 +0200
parents cd1a1d92b3e3
children 9529ab567367
files graal/com.oracle.graal.lir/src/com/oracle/graal/lir/FrameMap.java
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.lir/src/com/oracle/graal/lir/FrameMap.java	Thu Apr 25 18:14:08 2013 +0200
+++ b/graal/com.oracle.graal.lir/src/com/oracle/graal/lir/FrameMap.java	Fri Apr 26 12:00:50 2013 +0200
@@ -96,7 +96,8 @@
 
     /**
      * Size of the area occupied by outgoing overflow arguments. This value is adjusted as calling
-     * conventions for outgoing calls are retrieved. On some platforms, there is a minimum
+     * conventions for outgoing calls are retrieved. On some platforms, there is a minimum outgoing
+     * size even if no overflow arguments are on the stack.
      */
     private int outgoingSize;