comparison src/share/vm/graal/graalCodeInstaller.cpp @ 7816:4e1278443941

Remove Kind.Jsr.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 18 Feb 2013 20:55:18 -0800
parents bab2a51f8dbe
children fe64b5da8229
comparison
equal deleted inserted replaced
7815:04c8e05b8991 7816:4e1278443941
206 return new ConstantOopWriteValue(NULL); 206 return new ConstantOopWriteValue(NULL);
207 } else { 207 } else {
208 return new ConstantOopWriteValue(JNIHandles::make_local(obj)); 208 return new ConstantOopWriteValue(JNIHandles::make_local(obj));
209 } 209 }
210 } else if (type == T_ADDRESS) { 210 } else if (type == T_ADDRESS) {
211 return new ConstantLongValue(prim); 211 ShouldNotReachHere();
212 } 212 }
213 tty->print("%i", type); 213 tty->print("%i", type);
214 } else if (value->is_a(VirtualObject::klass())) { 214 } else if (value->is_a(VirtualObject::klass())) {
215 oop type = VirtualObject::type(value); 215 oop type = VirtualObject::type(value);
216 int id = VirtualObject::id(value); 216 int id = VirtualObject::id(value);