src/share/vm/oops/methodOop.cpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 2012, 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) 1997, 2013, 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.
*** 1326,1339 **** } } } - //----------------------------------------------------------------------------------- - // Non-product code - - #ifndef PRODUCT class SignatureTypePrinter : public SignatureTypeNames { private: outputStream* _st; bool _use_separator; --- 1326,1335 ----
*** 1366,1375 **** --- 1362,1375 ---- sig.print_parameters(); st->print(")"); } + //----------------------------------------------------------------------------------- + // Non-product code + + #ifndef PRODUCT void methodOopDesc::print_codes_on(outputStream* st) const { print_codes_on(0, code_size(), st); } void methodOopDesc::print_codes_on(int from, int to, outputStream* st) const {