src/share/vm/ci/ciTypeFlow.cpp

changeset 1040
98cb887364d3
parent 905
ad8c8ca4ab0f
child 1101
ebebd376f657
     1.1 --- a/src/share/vm/ci/ciTypeFlow.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/ci/ciTypeFlow.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -541,7 +541,7 @@
     1.4      // is report a value that will meet correctly with any downstream
     1.5      // reference types on paths that will truly be executed.  This null type
     1.6      // meets with any reference type to yield that same reference type.
     1.7 -    // (The compiler will generate an unconditonal exception here.)
     1.8 +    // (The compiler will generate an unconditional exception here.)
     1.9      push(null_type());
    1.10      return;
    1.11    }

mercurial