src/share/vm/runtime/os.cpp

changeset 1063
7bb995fbd3c0
parent 1014
0fbdb4381b99
parent 1055
bcedf688d882
child 1126
956304450e80
     1.1 --- a/src/share/vm/runtime/os.cpp	Mon Mar 09 13:34:00 2009 -0700
     1.2 +++ b/src/share/vm/runtime/os.cpp	Thu Mar 12 18:16:36 2009 -0700
     1.3 @@ -207,7 +207,8 @@
     1.4          VMThread::execute(&op1);
     1.5          Universe::print_heap_at_SIGBREAK();
     1.6          if (PrintClassHistogram) {
     1.7 -          VM_GC_HeapInspection op1(gclog_or_tty, true /* force full GC before heap inspection */);
     1.8 +          VM_GC_HeapInspection op1(gclog_or_tty, true /* force full GC before heap inspection */,
     1.9 +                                   true /* need_prologue */);
    1.10            VMThread::execute(&op1);
    1.11          }
    1.12          if (JvmtiExport::should_post_data_dump()) {
    1.13 @@ -943,7 +944,7 @@
    1.14    assert(StackRedPages > 0 && StackYellowPages > 0,"Sanity check");
    1.15    address sp = current_stack_pointer();
    1.16    // Check if we have StackShadowPages above the yellow zone.  This parameter
    1.17 -  // is dependant on the depth of the maximum VM call stack possible from
    1.18 +  // is dependent on the depth of the maximum VM call stack possible from
    1.19    // the handler for stack overflow.  'instanceof' in the stack overflow
    1.20    // handler or a println uses at least 8k stack of VM and native code
    1.21    // respectively.

mercurial