< prev index next >

src/share/vm/gc/shared/gcTraceSend.cpp

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

*** 1,7 **** /* ! * Copyright (c) 2012, 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 * 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.
*** 426,435 **** --- 426,436 ---- switch (phase->level()) { case 0: send_phase<EventGCPhasePause>(phase); break; case 1: send_phase<EventGCPhasePauseLevel1>(phase); break; case 2: send_phase<EventGCPhasePauseLevel2>(phase); break; case 3: send_phase<EventGCPhasePauseLevel3>(phase); break; + case 4: send_phase<EventGCPhasePauseLevel4>(phase); break; default: /* Ignore sending this phase */ break; } } void visit_concurrent(GCPhase* phase) {
< prev index next >