hotspot/src/share/vm/c1/c1_InstructionPrinter.hpp
changeset 8065 7ca689ce3d32
parent 7397 5b173b4ca846
child 11886 feebf5c9f40c
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.
   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