src/share/vm/services/diagnosticCommand.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/services/diagnosticCommand.cpp	Fri Mar 11 14:44:40 2016
--- new/src/share/vm/services/diagnosticCommand.cpp	Fri Mar 11 14:44:40 2016

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 2011, 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.
*** 929,939 **** --- 929,939 ---- return 0; } } void CompilerDirectivesRemoveDCmd::execute(DCmdSource source, TRAPS) { ! DirectivesStack::pop(1); } void CompilerDirectivesClearDCmd::execute(DCmdSource source, TRAPS) { DirectivesStack::clear(); }

src/share/vm/services/diagnosticCommand.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File