diff src/share/vm/c1x/c1x_VmIds.cpp @ 2215:999f8086cc4f

More changes to make it compile and work on win64.
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Mon, 21 Feb 2011 20:44:57 +0100
parents 9c96c873c42b
children 3e3e8bd12730
line wrap: on
line diff
--- a/src/share/vm/c1x/c1x_VmIds.cpp	Mon Feb 21 19:53:48 2011 +0100
+++ b/src/share/vm/c1x/c1x_VmIds.cpp	Mon Feb 21 20:44:57 2011 +0100
@@ -52,7 +52,7 @@
   return _stubs->append(stub) | STUB;
 }
 
-jlong VmIds::add(Handle obj, CompilerObjectType type) {
+jlong VmIds::add(Handle obj, jlong type) {
   assert(!obj.is_null(), "cannot add NULL handle");
   int idx = -1;
   for (int i = 0; i < _localHandles->length(); i++)