--- old/src/hotspot/share/gc/g1/g1RootClosures.hpp 2018-04-16 13:05:47.168380231 +0200 +++ new/src/hotspot/share/gc/g1/g1RootClosures.hpp 2018-04-16 13:05:46.893371798 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -49,10 +49,6 @@ class G1EvacuationRootClosures : public G1RootClosures { public: - // Flush any buffered state and deferred processing - virtual void flush() = 0; - virtual double closure_app_seconds() = 0; - // Applied to the weakly reachable CLDs when all strongly reachable // CLDs are guaranteed to have been processed. virtual CLDClosure* second_pass_weak_clds() = 0;