comparison src/share/vm/graal/graalVmIds.cpp @ 2891:75a99b4f1c98

Rebranded C++ part from C1X to Graal.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 08 Jun 2011 14:01:51 +0200
parents c23d45daff9b
children 136ea96eb7f8
comparison
equal deleted inserted replaced
2890:c23d45daff9b 2891:75a99b4f1c98
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 #include "precompiled.hpp" 24 #include "precompiled.hpp"
25 #include "c1x/c1x_VmIds.hpp" 25 #include "graal/graalVmIds.hpp"
26 #include "ci/ciUtilities.hpp" 26 #include "ci/ciUtilities.hpp"
27 27
28 // VmIds implementation 28 // VmIds implementation
29 29
30 GrowableArray<address>* VmIds::_stubs = NULL; 30 GrowableArray<address>* VmIds::_stubs = NULL;