hotspot/src/share/vm/c1/c1_Canonicalizer.hpp
changeset 8065 7ca689ce3d32
parent 7397 5b173b4ca846
child 10974 ace1746b24ab
equal deleted inserted replaced
7717:2c1b91209f0f 8065:7ca689ce3d32
     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