hotspot/src/os/aix/vm/globals_aix.hpp
changeset 38273 2634194d7555
parent 35594 cc13089c6327
child 39117 59fa99a45873
equal deleted inserted replaced
38267:29feb145a316 38273:2634194d7555
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright (c) 2012, 2015 SAP SE. All rights reserved.
     3  * Copyright (c) 2012, 2015 SAP SE. All rights reserved.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
    28 
    28 
    29 //
    29 //
    30 // Defines Aix specific flags. They are not available on other platforms.
    30 // Defines Aix specific flags. They are not available on other platforms.
    31 //
    31 //
    32 // (Please keep the switches sorted alphabetically.)
    32 // (Please keep the switches sorted alphabetically.)
    33 #define RUNTIME_OS_FLAGS(develop, develop_pd, product, product_pd, diagnostic, notproduct, range, constraint) \
    33 #define RUNTIME_OS_FLAGS(develop, \
       
    34                          develop_pd, \
       
    35                          product, \
       
    36                          product_pd, \
       
    37                          diagnostic, \
       
    38                          notproduct, \
       
    39                          range, \
       
    40                          constraint, \
       
    41                          writeable) \
    34                                                                                     \
    42                                                                                     \
    35   /* Whether to allow the VM to run if EXTSHM=ON. EXTSHM is an environment */       \
    43   /* Whether to allow the VM to run if EXTSHM=ON. EXTSHM is an environment */       \
    36   /* variable used on AIX to activate certain hacks which allow more shm segments */\
    44   /* variable used on AIX to activate certain hacks which allow more shm segments */\
    37   /* for 32bit processes. For 64bit processes, it is pointless and may have */      \
    45   /* for 32bit processes. For 64bit processes, it is pointless and may have */      \
    38   /* harmful side effects (e.g. for some reasonn prevents allocation of 64k pages */\
    46   /* harmful side effects (e.g. for some reasonn prevents allocation of 64k pages */\