comparison src/share/vm/ci/ciMethodHandle.hpp @ 1983:c760f78e0a53

7003125: precompiled.hpp is included when precompiled headers are not used Summary: Added an ifndef DONT_USE_PRECOMPILED_HEADER to precompiled.hpp. Set up DONT_USE_PRECOMPILED_HEADER when compiling with Sun Studio or when the user specifies USE_PRECOMPILED_HEADER=0. Fixed broken include dependencies. Reviewed-by: coleenp, kvn
author stefank
date Wed, 01 Dec 2010 15:04:06 +0100
parents f95d63e2154a
children 8033953d67ff
comparison
equal deleted inserted replaced
1982:6a2d73358ff7 1983:c760f78e0a53
23 */ 23 */
24 24
25 #ifndef SHARE_VM_CI_CIMETHODHANDLE_HPP 25 #ifndef SHARE_VM_CI_CIMETHODHANDLE_HPP
26 #define SHARE_VM_CI_CIMETHODHANDLE_HPP 26 #define SHARE_VM_CI_CIMETHODHANDLE_HPP
27 27
28 #include "ci/ciInstance.hpp"
28 #include "prims/methodHandles.hpp" 29 #include "prims/methodHandles.hpp"
29 30
30 // ciMethodHandle 31 // ciMethodHandle
31 // 32 //
32 // The class represents a java.dyn.MethodHandle object. 33 // The class represents a java.dyn.MethodHandle object.