--- old/src/share/vm/gc/g1/dirtyCardQueue.hpp 2016-02-15 00:43:04.510471203 -0500 +++ new/src/share/vm/gc/g1/dirtyCardQueue.hpp 2016-02-15 00:43:04.422470767 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2001, 2016, 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 @@ -137,11 +137,6 @@ int stop_at = 0, bool during_pause = false); - // Helper routine for the above. - bool apply_closure_to_completed_buffer_helper(CardTableEntryClosure* cl, - uint worker_i, - BufferNode* nd); - BufferNode* get_completed_buffer(int stop_at); // Applies the current closure to all completed buffers,