src/os/aix/vm/globals_aix.hpp

Print this page

        

@@ -28,11 +28,11 @@
 
 //
 // Defines Aix specific flags. They are not available on other platforms.
 //
 // (Please keep the switches sorted alphabetically.)
-#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) \
                                                                                     \
   /* Whether to allow the VM to run if EXTSHM=ON. EXTSHM is an environment */       \
   /* variable used on AIX to activate certain hacks which allow more shm segments */\
   /* for 32bit processes. For 64bit processes, it is pointless and may have */      \
   /* harmful side effects (e.g. for some reasonn prevents allocation of 64k pages */\