mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
6716466: par compact - remove VerifyParallelOldWithMarkSweep code
Reviewed-by: jmasa
This commit is contained in:
parent
4204f82a1a
commit
2e52e9dff2
9 changed files with 12 additions and 197 deletions
|
@ -23,13 +23,6 @@
|
|||
*/
|
||||
|
||||
inline void MarkSweep::mark_object(oop obj) {
|
||||
#ifndef SERIALGC
|
||||
if (UseParallelOldGC && VerifyParallelOldWithMarkSweep) {
|
||||
assert(PSParallelCompact::mark_bitmap()->is_marked(obj),
|
||||
"Should be marked in the marking bitmap");
|
||||
}
|
||||
#endif // SERIALGC
|
||||
|
||||
// some marks may contain information we need to preserve so we store them away
|
||||
// and overwrite the mark. We'll restore it at the end of markSweep.
|
||||
markOop mark = obj->mark();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue