src/share/vm/c1/c1_Canonicalizer.hpp

changeset 2486
403dc4c1d7f5
parent 2314
f95d63e2154a
child 3246
34535d2cb362
equal deleted inserted replaced
2416:7514897db238 2486: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.
100 virtual void do_UnsafePutObject(UnsafePutObject* x); 100 virtual void do_UnsafePutObject(UnsafePutObject* x);
101 virtual void do_UnsafePrefetchRead (UnsafePrefetchRead* x); 101 virtual void do_UnsafePrefetchRead (UnsafePrefetchRead* x);
102 virtual void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x); 102 virtual void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x);
103 virtual void do_ProfileCall (ProfileCall* x); 103 virtual void do_ProfileCall (ProfileCall* x);
104 virtual void do_ProfileInvoke (ProfileInvoke* x); 104 virtual void do_ProfileInvoke (ProfileInvoke* x);
105 virtual void do_RuntimeCall (RuntimeCall* x);
105 }; 106 };
106 107
107 #endif // SHARE_VM_C1_C1_CANONICALIZER_HPP 108 #endif // SHARE_VM_C1_C1_CANONICALIZER_HPP

mercurial