comparison src/share/vm/opto/matcher.cpp @ 1980:828eafbd85cc

6348631: remove the use of the HPI library from Hotspot Summary: move functions from hpi library to hotspot, communicate with licensees and open source community, check jdk for dependency, file CCC request Reviewed-by: coleenp, acorn, dsamersoff
author ikrylov
date Wed, 01 Dec 2010 18:26:32 -0500
parents f95d63e2154a
children 7e88bdae86ec
comparison
equal deleted inserted replaced
1972:f95d63e2154a 1980:828eafbd85cc
34 #include "opto/regmask.hpp" 34 #include "opto/regmask.hpp"
35 #include "opto/rootnode.hpp" 35 #include "opto/rootnode.hpp"
36 #include "opto/runtime.hpp" 36 #include "opto/runtime.hpp"
37 #include "opto/type.hpp" 37 #include "opto/type.hpp"
38 #include "runtime/atomic.hpp" 38 #include "runtime/atomic.hpp"
39 #include "runtime/hpi.hpp"
40 #include "runtime/os.hpp" 39 #include "runtime/os.hpp"
41 #ifdef TARGET_ARCH_MODEL_x86_32 40 #ifdef TARGET_ARCH_MODEL_x86_32
42 # include "adfiles/ad_x86_32.hpp" 41 # include "adfiles/ad_x86_32.hpp"
43 #endif 42 #endif
44 #ifdef TARGET_ARCH_MODEL_x86_64 43 #ifdef TARGET_ARCH_MODEL_x86_64