hotspot/src/share/vm/c1/c1_InstructionPrinter.hpp
changeset 28954 7dda6c26cc98
parent 22234 da823d78ad65
equal deleted inserted replaced
28952:7fe008f8f88c 28954:7dda6c26cc98
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2015, 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.
   127   virtual void do_UnsafeGetRaw   (UnsafeGetRaw*    x);
   127   virtual void do_UnsafeGetRaw   (UnsafeGetRaw*    x);
   128   virtual void do_UnsafePutRaw   (UnsafePutRaw*    x);
   128   virtual void do_UnsafePutRaw   (UnsafePutRaw*    x);
   129   virtual void do_UnsafeGetObject(UnsafeGetObject* x);
   129   virtual void do_UnsafeGetObject(UnsafeGetObject* x);
   130   virtual void do_UnsafePutObject(UnsafePutObject* x);
   130   virtual void do_UnsafePutObject(UnsafePutObject* x);
   131   virtual void do_UnsafeGetAndSetObject(UnsafeGetAndSetObject* x);
   131   virtual void do_UnsafeGetAndSetObject(UnsafeGetAndSetObject* x);
   132   virtual void do_UnsafePrefetchRead (UnsafePrefetchRead*  x);
       
   133   virtual void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x);
       
   134   virtual void do_ProfileCall    (ProfileCall*     x);
   132   virtual void do_ProfileCall    (ProfileCall*     x);
   135   virtual void do_ProfileReturnType (ProfileReturnType*  x);
   133   virtual void do_ProfileReturnType (ProfileReturnType*  x);
   136   virtual void do_ProfileInvoke  (ProfileInvoke*   x);
   134   virtual void do_ProfileInvoke  (ProfileInvoke*   x);
   137   virtual void do_RuntimeCall    (RuntimeCall*     x);
   135   virtual void do_RuntimeCall    (RuntimeCall*     x);
   138   virtual void do_MemBar         (MemBar*          x);
   136   virtual void do_MemBar         (MemBar*          x);