# HG changeset patch # User Christian Haeubl # Date 1366970450 -7200 # Node ID 8cee5c95b774ffbe9cb0250f0c46c659b472fd1a # Parent cd1a1d92b3e39b29633eb445a34d03a5b17e7eb7 fixed documentation for FrameMap.outgoingSize diff -r cd1a1d92b3e3 -r 8cee5c95b774 graal/com.oracle.graal.lir/src/com/oracle/graal/lir/FrameMap.java --- 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;