hotspot/src/cpu/x86/vm/assembler_x86.cpp
changeset 5402 c51fd0c1d005
parent 5253 d2c37eee9a65
child 5426 470c15eda401
equal deleted inserted replaced
5401:30bda607cb67 5402:c51fd0c1d005
  7973       case 0: return "valid";
  7973       case 0: return "valid";
  7974       case 1: return "zero";
  7974       case 1: return "zero";
  7975       case 2: return "special";
  7975       case 2: return "special";
  7976       case 3: return "empty";
  7976       case 3: return "empty";
  7977     }
  7977     }
  7978     ShouldNotReachHere()
  7978     ShouldNotReachHere();
  7979     return NULL;
  7979     return NULL;
  7980   }
  7980   }
  7981 
  7981 
  7982   void print() const {
  7982   void print() const {
  7983     // print computation registers
  7983     // print computation registers