hotspot/src/share/vm/services/management.hpp
changeset 42052 b3a1c6c4f86e
parent 33097 96e348cb0442
child 46329 53ccc37bda19
equal deleted inserted replaced
42051:0264f170da65 42052:b3a1c6c4f86e
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 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.
    51   static Klass*             _memoryPoolMXBean_klass;
    51   static Klass*             _memoryPoolMXBean_klass;
    52   static Klass*             _memoryUsage_klass;
    52   static Klass*             _memoryUsage_klass;
    53   static Klass*             _sensor_klass;
    53   static Klass*             _sensor_klass;
    54   static Klass*             _threadInfo_klass;
    54   static Klass*             _threadInfo_klass;
    55   static Klass* load_and_initialize_klass(Symbol* sh, TRAPS);
    55   static Klass* load_and_initialize_klass(Symbol* sh, TRAPS);
       
    56   static Klass* load_and_initialize_klass_or_null(Symbol* sh, TRAPS);
       
    57   static Klass* initialize_klass(Klass* k, TRAPS);
    56 
    58 
    57 public:
    59 public:
    58   static void init();
    60   static void init();
    59   static void initialize(TRAPS);
    61   static void initialize(TRAPS);
    60 
    62