comparison src/share/vm/c1/c1_InstructionPrinter.hpp @ 2166:403dc4c1d7f5

6809483: hotspot:::method_entry are not correctly generated for "method()V" Reviewed-by: iveresov, twisti
author never
date Fri, 21 Jan 2011 13:01:02 -0800
parents f95d63e2154a
children 701a83c86f28
comparison
equal deleted inserted replaced
2093:7514897db238 2166:403dc4c1d7f5
1 /* 1 /*
2 * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1999, 2011, 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.
129 virtual void do_UnsafePutObject(UnsafePutObject* x); 129 virtual void do_UnsafePutObject(UnsafePutObject* x);
130 virtual void do_UnsafePrefetchRead (UnsafePrefetchRead* x); 130 virtual void do_UnsafePrefetchRead (UnsafePrefetchRead* x);
131 virtual void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x); 131 virtual void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x);
132 virtual void do_ProfileCall (ProfileCall* x); 132 virtual void do_ProfileCall (ProfileCall* x);
133 virtual void do_ProfileInvoke (ProfileInvoke* x); 133 virtual void do_ProfileInvoke (ProfileInvoke* x);
134 virtual void do_RuntimeCall (RuntimeCall* x);
134 }; 135 };
135 #endif // PRODUCT 136 #endif // PRODUCT
136 137
137 #endif // SHARE_VM_C1_C1_INSTRUCTIONPRINTER_HPP 138 #endif // SHARE_VM_C1_C1_INSTRUCTIONPRINTER_HPP