comparison src/share/vm/runtime/fprofiler.hpp @ 8001:db9981fd3124

8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS Summary: Rename INCLUDE_ALTERNATE_GCS to INCLUDE_ALL_GCS and replace SERIALGC with INCLUDE_ALL_GCS. Reviewed-by: coleenp, stefank
author jprovino
date Wed, 23 Jan 2013 13:02:39 -0500
parents f34d701e952e
children de6a9e811145
comparison
equal deleted inserted replaced
7619:46e60405583b 8001:db9981fd3124
23 */ 23 */
24 24
25 #ifndef SHARE_VM_RUNTIME_FPROFILER_HPP 25 #ifndef SHARE_VM_RUNTIME_FPROFILER_HPP
26 #define SHARE_VM_RUNTIME_FPROFILER_HPP 26 #define SHARE_VM_RUNTIME_FPROFILER_HPP
27 27
28 #include "utilities/macros.hpp"
28 #include "runtime/timer.hpp" 29 #include "runtime/timer.hpp"
29 30
30 // a simple flat profiler for Java 31 // a simple flat profiler for Java
31 32
32 33