src/os/bsd/vm/globals_bsd.hpp

Print this page

        

@@ -26,11 +26,11 @@
 #define OS_BSD_VM_GLOBALS_BSD_HPP
 
 //
 // Defines Bsd specific flags. They are not available on other platforms.
 //
-#define RUNTIME_OS_FLAGS(develop, develop_pd, product, product_pd, diagnostic, notproduct, range, constraint) \
+#define RUNTIME_OS_FLAGS(develop, develop_pd, product, product_pd, diagnostic, diagnostic_pd, notproduct, range, constraint) \
                                                                                 \
   product(bool, UseOprofile, false,                                             \
         "enable support for Oprofile profiler")                                 \
                                                                                 \
   /*  NB: The default value of UseBsdPosixThreadCPUClocks may be  */            \