comparison src/share/vm/oops/oop.hpp @ 997:46b819ba120b

Merge
author jrose
date Wed, 30 Sep 2009 13:25:39 -0700
parents 148e5441d916
children 167c2986d91b
comparison
equal deleted inserted replaced
981:1af62b6ca0f9 997:46b819ba120b
328 void follow_header(ParCompactionManager* cm); 328 void follow_header(ParCompactionManager* cm);
329 #endif // SERIALGC 329 #endif // SERIALGC
330 330
331 bool is_perm() const; 331 bool is_perm() const;
332 bool is_perm_or_null() const; 332 bool is_perm_or_null() const;
333 bool is_scavengable() const;
333 bool is_shared() const; 334 bool is_shared() const;
334 bool is_shared_readonly() const; 335 bool is_shared_readonly() const;
335 bool is_shared_readwrite() const; 336 bool is_shared_readwrite() const;
336 337
337 // Forward pointer operations for scavenge 338 // Forward pointer operations for scavenge