comparison src/share/vm/runtime/os.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 3582bf76420e
comparison
equal deleted inserted replaced
1972:f95d63e2154a 1980:828eafbd85cc
36 #include "prims/jvm.h" 36 #include "prims/jvm.h"
37 #include "prims/jvm_misc.hpp" 37 #include "prims/jvm_misc.hpp"
38 #include "prims/privilegedStack.hpp" 38 #include "prims/privilegedStack.hpp"
39 #include "runtime/arguments.hpp" 39 #include "runtime/arguments.hpp"
40 #include "runtime/frame.inline.hpp" 40 #include "runtime/frame.inline.hpp"
41 #include "runtime/hpi.hpp"
42 #include "runtime/interfaceSupport.hpp" 41 #include "runtime/interfaceSupport.hpp"
43 #include "runtime/java.hpp" 42 #include "runtime/java.hpp"
44 #include "runtime/javaCalls.hpp" 43 #include "runtime/javaCalls.hpp"
45 #include "runtime/mutexLocker.hpp" 44 #include "runtime/mutexLocker.hpp"
46 #include "runtime/os.hpp" 45 #include "runtime/os.hpp"