comparison src/share/vm/opto/regmask.hpp @ 7643:3ac7d10a6572

Merge with hsx25/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 31 Jan 2013 15:42:25 +0100
parents a7114d3d712e
children 2c673161698a
comparison
equal deleted inserted replaced
7573:17b6a63fe7c2 7643:3ac7d10a6572
308 // Compute size of register mask: number of bits 308 // Compute size of register mask: number of bits
309 uint Size() const; 309 uint Size() const;
310 310
311 #ifndef PRODUCT 311 #ifndef PRODUCT
312 void print() const { dump(); } 312 void print() const { dump(); }
313 void dump() const; // Print a mask 313 void dump(outputStream *st = tty) const; // Print a mask
314 #endif 314 #endif
315 315
316 static const RegMask Empty; // Common empty mask 316 static const RegMask Empty; // Common empty mask
317 317
318 static bool can_represent(OptoReg::Name reg) { 318 static bool can_represent(OptoReg::Name reg) {