hotspot/src/share/vm/c1/c1_LIRGenerator.hpp
changeset 8065 7ca689ce3d32
parent 7397 5b173b4ca846
child 9176 42d9d1010f38
equal deleted inserted replaced
7717:2c1b91209f0f 8065:7ca689ce3d32
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 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.
   520   virtual void do_UnsafePutObject(UnsafePutObject* x);
   520   virtual void do_UnsafePutObject(UnsafePutObject* x);
   521   virtual void do_UnsafePrefetchRead (UnsafePrefetchRead*  x);
   521   virtual void do_UnsafePrefetchRead (UnsafePrefetchRead*  x);
   522   virtual void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x);
   522   virtual void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x);
   523   virtual void do_ProfileCall    (ProfileCall*     x);
   523   virtual void do_ProfileCall    (ProfileCall*     x);
   524   virtual void do_ProfileInvoke  (ProfileInvoke*   x);
   524   virtual void do_ProfileInvoke  (ProfileInvoke*   x);
       
   525   virtual void do_RuntimeCall    (RuntimeCall*     x);
   525 };
   526 };
   526 
   527 
   527 
   528 
   528 class LIRItem: public CompilationResourceObj {
   529 class LIRItem: public CompilationResourceObj {
   529  private:
   530  private: