comparison src/share/vm/c1x/c1x_VmIds.cpp @ 2045:9c96c873c42b

Fix includes to match new hotspot mechanism.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Fri, 07 Jan 2011 18:45:09 +0100
parents 72cfb36c6bb2
children 999f8086cc4f
comparison
equal deleted inserted replaced
2044:06f017f7daa7 2045:9c96c873c42b
20 * CA 95054 USA or visit www.sun.com if you need additional information or 20 * CA 95054 USA or visit www.sun.com if you need additional information or
21 * have any questions. 21 * have any questions.
22 * 22 *
23 */ 23 */
24 24
25 # include "incls/_precompiled.incl" 25 #include "precompiled.hpp"
26 # include "incls/_c1x_VmIds.cpp.incl" 26 #include "c1x/c1x_VmIds.hpp"
27 27
28 // VmIds implementation 28 // VmIds implementation
29 29
30 GrowableArray<address>* VmIds::_stubs = NULL; 30 GrowableArray<address>* VmIds::_stubs = NULL;
31 GrowableArray<jobject>* VmIds::_localHandles = NULL; 31 GrowableArray<jobject>* VmIds::_localHandles = NULL;