equal
deleted
inserted
replaced
1271 |
1271 |
1272 virtual bool card_mark_must_follow_store() const { |
1272 virtual bool card_mark_must_follow_store() const { |
1273 return true; |
1273 return true; |
1274 } |
1274 } |
1275 |
1275 |
1276 // The reference pending list lock is acquired from from the |
|
1277 // ConcurrentMarkThread. |
|
1278 virtual bool needs_reference_pending_list_locker_thread() const { |
|
1279 return true; |
|
1280 } |
|
1281 |
|
1282 inline bool is_in_young(const oop obj); |
1276 inline bool is_in_young(const oop obj); |
1283 |
1277 |
1284 virtual bool is_scavengable(const void* addr); |
1278 virtual bool is_scavengable(const void* addr); |
1285 |
1279 |
1286 // We don't need barriers for initializing stores to objects |
1280 // We don't need barriers for initializing stores to objects |