src/share/vm/asm/assembler.cpp

changeset 6072
be525e91f65b
parent 4993
746b070f5022
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/asm/assembler.cpp	Tue Nov 05 02:29:41 2013 -0800
     1.2 +++ b/src/share/vm/asm/assembler.cpp	Wed Nov 06 06:51:24 2013 -0800
     1.3 @@ -122,7 +122,7 @@
     1.4  void AbstractAssembler::generate_stack_overflow_check( int frame_size_in_bytes) {
     1.5    if (UseStackBanging) {
     1.6      // Each code entry causes one stack bang n pages down the stack where n
     1.7 -    // is configurable by StackBangPages.  The setting depends on the maximum
     1.8 +    // is configurable by StackShadowPages.  The setting depends on the maximum
     1.9      // depth of VM call stack or native before going back into java code,
    1.10      // since only java code can raise a stack overflow exception using the
    1.11      // stack banging mechanism.  The VM and native code does not detect stack

mercurial