src/share/vm/services/threadService.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/services/threadService.cpp

src/share/vm/services/threadService.cpp

Print this page

        

*** 35,44 **** --- 35,46 ---- #include "runtime/vframe.hpp" #include "runtime/vmThread.hpp" #include "runtime/vm_operations.hpp" #include "services/threadService.hpp" + PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC + // TODO: we need to define a naming convention for perf counters // to distinguish counters for: // - standard JSR174 use // - Hotspot extension (public and committed) // - Hotspot extension (private/internal and uncommitted)
src/share/vm/services/threadService.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File