src/share/vm/runtime/globals.hpp

changeset 8856
ac27a9c85bea
parent 8712
c7140a91e56a
parent 8604
04d83ba48607
child 8861
2a33b32dd03c
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed Sep 06 00:35:24 2017 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu May 24 18:41:44 2018 +0800
     1.3 @@ -52,6 +52,9 @@
     1.4  #ifdef TARGET_ARCH_ppc
     1.5  # include "globals_ppc.hpp"
     1.6  #endif
     1.7 +#ifdef TARGET_ARCH_mips
     1.8 +# include "globals_mips.hpp"
     1.9 +#endif
    1.10  #ifdef TARGET_OS_FAMILY_linux
    1.11  # include "globals_linux.hpp"
    1.12  #endif
    1.13 @@ -73,6 +76,9 @@
    1.14  #ifdef TARGET_OS_ARCH_linux_sparc
    1.15  # include "globals_linux_sparc.hpp"
    1.16  #endif
    1.17 +#ifdef TARGET_OS_ARCH_linux_mips
    1.18 +# include "globals_linux_mips.hpp"
    1.19 +#endif
    1.20  #ifdef TARGET_OS_ARCH_linux_zero
    1.21  # include "globals_linux_zero.hpp"
    1.22  #endif
    1.23 @@ -107,6 +113,9 @@
    1.24  #ifdef TARGET_ARCH_sparc
    1.25  # include "c1_globals_sparc.hpp"
    1.26  #endif
    1.27 +#ifdef TARGET_ARCH_mips
    1.28 +# include "c1_globals_mips.hpp"
    1.29 +#endif
    1.30  #ifdef TARGET_ARCH_arm
    1.31  # include "c1_globals_arm.hpp"
    1.32  #endif
    1.33 @@ -136,6 +145,9 @@
    1.34  #ifdef TARGET_ARCH_sparc
    1.35  # include "c2_globals_sparc.hpp"
    1.36  #endif
    1.37 +#ifdef TARGET_ARCH_mips
    1.38 +# include "c2_globals_mips.hpp"
    1.39 +#endif
    1.40  #ifdef TARGET_ARCH_arm
    1.41  # include "c2_globals_arm.hpp"
    1.42  #endif

mercurial