diff src/cpu/x86/vm/graalCodeInstaller_x86.hpp @ 13726:343541fb3b49

Support narrow oops in reference maps.
author Roland Schatz <roland.schatz@oracle.com>
date Wed, 22 Jan 2014 11:44:27 +0100
parents 4e679d50ba9a
children e14198669e5c
line wrap: on
line diff
--- a/src/cpu/x86/vm/graalCodeInstaller_x86.hpp	Wed Jan 22 11:27:28 2014 +0100
+++ b/src/cpu/x86/vm/graalCodeInstaller_x86.hpp	Wed Jan 22 11:44:27 2014 +0100
@@ -72,9 +72,10 @@
       case 'b':
       case 's':
       case 'c':
+      case 'i':
         fatal("int-sized values not expected in DataPatch");
         break;
-      case 'i': {
+      case 'n': {
         address operand = Assembler::locate_operand(pc, Assembler::narrow_oop_operand);
         Handle obj = Constant::object(inlineData);