src/share/vm/services/memReporter.hpp

changeset 9053
da59531e1fdf
parent 7267
417e3b8d04c5
child 9054
db49d511817a
     1.1 --- a/src/share/vm/services/memReporter.hpp	Wed Nov 15 11:09:37 2017 -0800
     1.2 +++ b/src/share/vm/services/memReporter.hpp	Wed Nov 08 09:07:05 2017 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2012, 2017, 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 @@ -76,7 +76,7 @@
    1.11  
    1.12    // Print summary total, malloc and virtual memory
    1.13    void print_total(size_t reserved, size_t committed) const;
    1.14 -  void print_malloc(size_t amount, size_t count) const;
    1.15 +  void print_malloc(size_t amount, size_t count, MEMFLAGS flag = mtNone) const;
    1.16    void print_virtual_memory(size_t reserved, size_t committed) const;
    1.17  
    1.18    void print_malloc_line(size_t amount, size_t count) const;

mercurial