src/share/vm/runtime/globals.hpp

changeset 6876
710a3c8b516e
parent 6868
ca6d25be853b
parent 180
5616e477f016
child 7535
7ae4e26cb1e0
     1.1 --- a/src/share/vm/runtime/globals.hpp	Mon Sep 08 12:35:01 2014 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Tue Aug 08 15:57:29 2017 +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