--- old/src/hotspot/share/gc/g1/g1Policy.cpp 2019-01-25 14:24:50.332239219 +0100 +++ new/src/hotspot/share/gc/g1/g1Policy.cpp 2019-01-25 14:24:49.843224140 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2001, 2019, 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 @@ -583,7 +583,6 @@ assert(cur_used_bytes == _g1h->recalculate_used(), "It should!"); bool this_pause_included_initial_mark = false; bool this_pause_was_young_only = collector_state()->in_young_only_phase(); - bool this_pause_was_last_before_mixed = collector_state()->in_young_gc_before_mixed(); bool update_stats = !_g1h->evacuation_failed();