src/share/vm/runtime/os.cpp

changeset 1040
98cb887364d3
parent 983
773234c55e8c
child 1055
bcedf688d882
     1.1 --- a/src/share/vm/runtime/os.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/runtime/os.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -943,7 +943,7 @@
     1.4    assert(StackRedPages > 0 && StackYellowPages > 0,"Sanity check");
     1.5    address sp = current_stack_pointer();
     1.6    // Check if we have StackShadowPages above the yellow zone.  This parameter
     1.7 -  // is dependant on the depth of the maximum VM call stack possible from
     1.8 +  // is dependent on the depth of the maximum VM call stack possible from
     1.9    // the handler for stack overflow.  'instanceof' in the stack overflow
    1.10    // handler or a println uses at least 8k stack of VM and native code
    1.11    // respectively.

mercurial