comparison src/share/vm/opto/regmask.hpp @ 7957:0d26ce8e9251

Merge
author acorn
date Mon, 28 Jan 2013 10:34:07 -0500
parents a7114d3d712e
children 2c673161698a
comparison
equal deleted inserted replaced
7956:16fb9f942703 7957:0d26ce8e9251
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) {