hotspot/src/share/vm/services/nmtCommon.cpp
changeset 38733 2b65f4db449e
parent 37491 edf4cc53f5a3
equal deleted inserted replaced
38732:bb77e0dcc7e5 38733:2b65f4db449e
     1 /*
     1 /*
     2  * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    40   "Arena Chunk",
    40   "Arena Chunk",
    41   "Test",
    41   "Test",
    42   "Tracing",
    42   "Tracing",
    43   "Logging",
    43   "Logging",
    44   "Arguments",
    44   "Arguments",
       
    45   "Module",
    45   "Unknown"
    46   "Unknown"
    46 };
    47 };
    47 
    48 
    48 
    49 
    49 const char* NMTUtil::scale_name(size_t scale) {
    50 const char* NMTUtil::scale_name(size_t scale) {