comparison src/share/vm/oops/oop.pcgc.inline.hpp @ 14210:397385cc2c83

8028993: Full collections with ParallelScavenge slower in JDK 8 compared to 7u40 Summary: Reducing the number of calls to follow_class_loader to speed up the marking phase. Also removed some unnecessary calls to adjust_klass. Reviewed-by: stefank, jmasa, mgerdin
author sjohanss
date Tue, 10 Dec 2013 10:31:00 +0100
parents db9981fd3124
children de6a9e811145
comparison
equal deleted inserted replaced
14209:46e2a5b0c076 14210:397385cc2c83
78 oldMark = curMark; 78 oldMark = curMark;
79 } 79 }
80 return forwardee(); 80 return forwardee();
81 } 81 }
82 82
83 inline void oopDesc::update_header(ParCompactionManager* cm) {
84 PSParallelCompact::adjust_klass(cm, klass());
85 }
86
87 #endif // SHARE_VM_OOPS_OOP_PCGC_INLINE_HPP 83 #endif // SHARE_VM_OOPS_OOP_PCGC_INLINE_HPP