8253275: Remove unused methods after CMS removal

Reviewed-by: pliden, tschatzl
This commit is contained in:
Aleksey Shipilev 2020-09-17 10:01:34 +00:00
parent 4ac6934965
commit a9993f9464
3 changed files with 2 additions and 24 deletions

View file

@ -271,9 +271,6 @@ class oopDesc {
inline uint age() const;
inline void incr_age();
// mark-sweep support
void follow_body(int begin, int end);
template <typename OopClosureType>
inline void oop_iterate(OopClosureType* cl);