hotspot/src/share/vm/opto/node.cpp
changeset 24424 2658d7834c6e
parent 24342 34e1384b02db
child 24923 9631f7d691dc
equal deleted inserted replaced
24358:8528b67f6562 24424:2658d7834c6e
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
  1686         st->print(" !jvms:");
  1686         st->print(" !jvms:");
  1687         nn->jvms()->dump_spec(st);
  1687         nn->jvms()->dump_spec(st);
  1688       }
  1688       }
  1689     }
  1689     }
  1690   }
  1690   }
  1691   if (suffix) st->print(suffix);
  1691   if (suffix) st->print("%s", suffix);
  1692   C->_in_dump_cnt--;
  1692   C->_in_dump_cnt--;
  1693 }
  1693 }
  1694 
  1694 
  1695 //------------------------------dump_req--------------------------------------
  1695 //------------------------------dump_req--------------------------------------
  1696 void Node::dump_req(outputStream *st) const {
  1696 void Node::dump_req(outputStream *st) const {