hotspot/src/share/vm/services/threadService.cpp
changeset 24424 2658d7834c6e
parent 24351 61b33cc6d3cf
child 25057 f38210f84f8c
equal deleted inserted replaced
24358:8528b67f6562 24424:2658d7834c6e
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2014, 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.
    36 #include "runtime/thread.inline.hpp"
    36 #include "runtime/thread.inline.hpp"
    37 #include "runtime/vmThread.hpp"
    37 #include "runtime/vmThread.hpp"
    38 #include "runtime/vm_operations.hpp"
    38 #include "runtime/vm_operations.hpp"
    39 #include "services/threadService.hpp"
    39 #include "services/threadService.hpp"
    40 
    40 
       
    41 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
       
    42 
    41 // TODO: we need to define a naming convention for perf counters
    43 // TODO: we need to define a naming convention for perf counters
    42 // to distinguish counters for:
    44 // to distinguish counters for:
    43 //   - standard JSR174 use
    45 //   - standard JSR174 use
    44 //   - Hotspot extension (public and committed)
    46 //   - Hotspot extension (public and committed)
    45 //   - Hotspot extension (private/internal and uncommitted)
    47 //   - Hotspot extension (private/internal and uncommitted)