hotspot/src/share/vm/services/diagnosticCommand.cpp
changeset 36597 ee256e343585
parent 36334 0ae9bbe75458
child 37195 88b6f1271f64
child 36795 bfd8c074c8ec
--- a/hotspot/src/share/vm/services/diagnosticCommand.cpp	Thu Mar 10 14:53:09 2016 +0000
+++ b/hotspot/src/share/vm/services/diagnosticCommand.cpp	Thu Mar 03 16:21:16 2016 +0100
@@ -1,5 +1,5 @@
 /*
- * 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
@@ -931,7 +931,7 @@
 }
 
 void CompilerDirectivesRemoveDCmd::execute(DCmdSource source, TRAPS) {
-  DirectivesStack::pop();
+  DirectivesStack::pop(1);
 }
 
 void CompilerDirectivesClearDCmd::execute(DCmdSource source, TRAPS) {