--- old/src/share/vm/gc/shared/gcTraceSend.cpp 2017-08-03 16:11:41.533641936 -0700 +++ new/src/share/vm/gc/shared/gcTraceSend.cpp 2017-08-03 16:11:41.433641939 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved. + * 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 @@ -428,6 +428,7 @@ case 1: send_phase(phase); break; case 2: send_phase(phase); break; case 3: send_phase(phase); break; + case 4: send_phase(phase); break; default: /* Ignore sending this phase */ break; } }