src/share/vm/gc_implementation/shared/vmGCOperations.cpp

changeset 4497
16fb9f942703
parent 4131
097d78aaf2b5
child 4544
3c9bc17b9403
     1.1 --- a/src/share/vm/gc_implementation/shared/vmGCOperations.cpp	Thu Jan 24 23:30:45 2013 -0800
     1.2 +++ b/src/share/vm/gc_implementation/shared/vmGCOperations.cpp	Fri Jan 25 15:06:18 2013 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -167,7 +167,9 @@
    1.11        ch->collect_as_vm_thread(GCCause::_heap_inspection);
    1.12      }
    1.13    }
    1.14 -  HeapInspection::heap_inspection(_out, _need_prologue /* need_prologue */);
    1.15 +  HeapInspection inspect(_csv_format, _print_help, _print_class_stats,
    1.16 +                         _columns);
    1.17 +  inspect.heap_inspection(_out, _need_prologue /* need_prologue */);
    1.18  }
    1.19  
    1.20  

mercurial