hotspot/src/share/vm/c1/c1_InstructionPrinter.hpp
changeset 6453 970dc585ab63
parent 5547 f4b087cbb361
child 7397 5b173b4ca846
equal deleted inserted replaced
6452:cc624b341ab2 6453:970dc585ab63
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2010, 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.
   121   virtual void do_UnsafeGetObject(UnsafeGetObject* x);
   121   virtual void do_UnsafeGetObject(UnsafeGetObject* x);
   122   virtual void do_UnsafePutObject(UnsafePutObject* x);
   122   virtual void do_UnsafePutObject(UnsafePutObject* x);
   123   virtual void do_UnsafePrefetchRead (UnsafePrefetchRead*  x);
   123   virtual void do_UnsafePrefetchRead (UnsafePrefetchRead*  x);
   124   virtual void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x);
   124   virtual void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x);
   125   virtual void do_ProfileCall    (ProfileCall*     x);
   125   virtual void do_ProfileCall    (ProfileCall*     x);
   126   virtual void do_ProfileCounter (ProfileCounter*  x);
   126   virtual void do_ProfileInvoke  (ProfileInvoke*   x);
   127 };
   127 };
   128 #endif // PRODUCT
   128 #endif // PRODUCT