hotspot/src/share/vm/runtime/vm_version.hpp
changeset 25715 d5a8dbdc5150
parent 24238 641b2b1b0163
child 25717 7493b8ac31b7
equal deleted inserted replaced
25469:3bcfa1db9717 25715:d5a8dbdc5150
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   121   // Calculates and returns the number of parallel threads.  May
   121   // Calculates and returns the number of parallel threads.  May
   122   // be VM version specific.
   122   // be VM version specific.
   123   static unsigned int calc_parallel_worker_threads();
   123   static unsigned int calc_parallel_worker_threads();
   124 };
   124 };
   125 
   125 
       
   126 #ifdef TARGET_ARCH_x86
       
   127 # include "vm_version_x86.hpp"
       
   128 #endif
       
   129 #ifdef TARGET_ARCH_sparc
       
   130 # include "vm_version_sparc.hpp"
       
   131 #endif
       
   132 #ifdef TARGET_ARCH_zero
       
   133 # include "vm_version_zero.hpp"
       
   134 #endif
       
   135 #ifdef TARGET_ARCH_arm
       
   136 # include "vm_version_arm.hpp"
       
   137 #endif
       
   138 #ifdef TARGET_ARCH_ppc
       
   139 # include "vm_version_ppc.hpp"
       
   140 #endif
       
   141 
   126 #endif // SHARE_VM_RUNTIME_VM_VERSION_HPP
   142 #endif // SHARE_VM_RUNTIME_VM_VERSION_HPP