< prev index next >

src/share/vm/gc/shared/gcTimer.hpp

Print this page
rev 13328 : [mq]: webrev.0b

*** 1,7 **** /* ! * Copyright (c) 2012, 2015, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2012, 2017, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 76,87 **** } }; class PhasesStack { public: ! // Set to 5, since Reference processing needs it. ! static const int PHASE_LEVELS = 5; private: int _phase_indices[PHASE_LEVELS]; int _next_phase_level; --- 76,87 ---- } }; class PhasesStack { public: ! // Set to 6, since Reference processing needs it. ! static const int PHASE_LEVELS = 6; private: int _phase_indices[PHASE_LEVELS]; int _next_phase_level;
< prev index next >