src/share/vm/runtime/arguments.cpp

changeset 2998
8a4fc2990229
parent 2994
eb94b7226b7a
child 3085
3cd0157e1d4d
child 3130
5432047c7db7
     1.1 --- a/src/share/vm/runtime/arguments.cpp	Wed Jul 06 13:02:54 2011 -0700
     1.2 +++ b/src/share/vm/runtime/arguments.cpp	Thu Jul 07 15:44:34 2011 -0700
     1.3 @@ -37,15 +37,6 @@
     1.4  #include "services/management.hpp"
     1.5  #include "utilities/defaultStream.hpp"
     1.6  #include "utilities/taskqueue.hpp"
     1.7 -#ifdef TARGET_ARCH_x86
     1.8 -# include "vm_version_x86.hpp"
     1.9 -#endif
    1.10 -#ifdef TARGET_ARCH_sparc
    1.11 -# include "vm_version_sparc.hpp"
    1.12 -#endif
    1.13 -#ifdef TARGET_ARCH_zero
    1.14 -# include "vm_version_zero.hpp"
    1.15 -#endif
    1.16  #ifdef TARGET_OS_FAMILY_linux
    1.17  # include "os_linux.inline.hpp"
    1.18  #endif

mercurial