diff src/share/vm/c1x/c1x_CodeInstaller.cpp @ 1435:20a3896518ac

Initial adjustments to make C1X4HotSpot compile and run with latest Maxine version.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Fri, 22 Oct 2010 17:31:38 +0200
parents 72cfb36c6bb2
children a7a0ef3c6858
line wrap: on
line diff
--- a/src/share/vm/c1x/c1x_CodeInstaller.cpp	Thu Sep 30 17:19:48 2010 -0700
+++ b/src/share/vm/c1x/c1x_CodeInstaller.cpp	Fri Oct 22 17:31:38 2010 +0200
@@ -92,7 +92,7 @@
 
   BasicType type = C1XCompiler::kindToBasicType(CiKind::typeChar(CiValue::kind(value)));
   if (value->is_a(CiRegisterValue::klass())) {
-    jint number = CiRegister::number(CiRegisterValue::_register(value));
+    jint number = CiRegister::number(CiRegisterValue::reg(value));
 
     if (number < 16) {
       return new LocationValue(Location::new_reg_loc(Location::normal, as_Register(number)->as_VMReg()));