src/share/vm/runtime/vmStructs.cpp

changeset 9041
95a08233f46c
parent 9008
432f92e99174
parent 8856
ac27a9c85bea
child 9806
758c07667682
     1.1 --- a/src/share/vm/runtime/vmStructs.cpp	Tue Dec 19 15:25:06 2017 -0800
     1.2 +++ b/src/share/vm/runtime/vmStructs.cpp	Mon May 28 10:33:52 2018 +0800
     1.3 @@ -22,6 +22,12 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +/*
     1.8 + * This file has been modified by Loongson Technology in 2015. These
     1.9 + * modifications are Copyright (c) 2015 Loongson Technology, and are made
    1.10 + * available on the same license terms set forth above.
    1.11 + */
    1.12 +
    1.13  #include "precompiled.hpp"
    1.14  #include "classfile/dictionary.hpp"
    1.15  #include "classfile/javaClasses.hpp"
    1.16 @@ -119,6 +125,9 @@
    1.17  #ifdef TARGET_ARCH_ppc
    1.18  # include "vmStructs_ppc.hpp"
    1.19  #endif
    1.20 +#ifdef TARGET_ARCH_mips
    1.21 +# include "vmStructs_mips.hpp"
    1.22 +#endif
    1.23  #ifdef TARGET_OS_ARCH_linux_x86
    1.24  # include "vmStructs_linux_x86.hpp"
    1.25  #endif
    1.26 @@ -143,6 +152,9 @@
    1.27  #ifdef TARGET_OS_ARCH_linux_ppc
    1.28  # include "vmStructs_linux_ppc.hpp"
    1.29  #endif
    1.30 +#ifdef TARGET_OS_ARCH_linux_mips
    1.31 +# include "vmStructs_linux_mips.hpp"
    1.32 +#endif
    1.33  #ifdef TARGET_OS_ARCH_aix_ppc
    1.34  # include "vmStructs_aix_ppc.hpp"
    1.35  #endif
    1.36 @@ -204,6 +216,8 @@
    1.37  # include "adfiles/adGlobals_zero.hpp"
    1.38  #elif defined TARGET_ARCH_MODEL_ppc_64
    1.39  # include "adfiles/adGlobals_ppc_64.hpp"
    1.40 +#elif defined TARGET_ARCH_MODEL_mips_64
    1.41 +# include "adfiles/adGlobals_mips_64.hpp"
    1.42  #endif
    1.43  #endif // COMPILER2
    1.44  

mercurial