comparison src/share/vm/opto/regmask.cpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents d2907f74462e
children 52b4284cb496
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
38 # include "adfiles/ad_zero.hpp" 38 # include "adfiles/ad_zero.hpp"
39 #endif 39 #endif
40 #ifdef TARGET_ARCH_MODEL_arm 40 #ifdef TARGET_ARCH_MODEL_arm
41 # include "adfiles/ad_arm.hpp" 41 # include "adfiles/ad_arm.hpp"
42 #endif 42 #endif
43 #ifdef TARGET_ARCH_MODEL_ppc_32 43 #ifdef TARGET_ARCH_MODEL_ppc
44 # include "adfiles/ad_ppc_32.hpp" 44 # include "adfiles/ad_ppc.hpp"
45 #endif
46 #ifdef TARGET_ARCH_MODEL_ppc_64
47 # include "adfiles/ad_ppc_64.hpp"
48 #endif 45 #endif
49 46
50 #define RM_SIZE _RM_SIZE /* a constant private to the class RegMask */ 47 #define RM_SIZE _RM_SIZE /* a constant private to the class RegMask */
51 48
52 //-------------Non-zero bit search methods used by RegMask--------------------- 49 //-------------Non-zero bit search methods used by RegMask---------------------