hotspot/src/share/vm/c1/c1_ValueMap.hpp
changeset 6453 970dc585ab63
parent 5547 f4b087cbb361
child 7397 5b173b4ca846
equal deleted inserted replaced
6452:cc624b341ab2 6453:970dc585ab63
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2008, 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.
   183   void do_Base           (Base*            x) { /* nothing to do */ }
   183   void do_Base           (Base*            x) { /* nothing to do */ }
   184   void do_OsrEntry       (OsrEntry*        x) { /* nothing to do */ }
   184   void do_OsrEntry       (OsrEntry*        x) { /* nothing to do */ }
   185   void do_ExceptionObject(ExceptionObject* x) { /* nothing to do */ }
   185   void do_ExceptionObject(ExceptionObject* x) { /* nothing to do */ }
   186   void do_RoundFP        (RoundFP*         x) { /* nothing to do */ }
   186   void do_RoundFP        (RoundFP*         x) { /* nothing to do */ }
   187   void do_UnsafeGetRaw   (UnsafeGetRaw*    x) { /* nothing to do */ }
   187   void do_UnsafeGetRaw   (UnsafeGetRaw*    x) { /* nothing to do */ }
       
   188   void do_ProfileInvoke  (ProfileInvoke*   x) { /* nothing to do */ };
   188   void do_UnsafeGetObject(UnsafeGetObject* x) { /* nothing to do */ }
   189   void do_UnsafeGetObject(UnsafeGetObject* x) { /* nothing to do */ }
   189   void do_UnsafePrefetchRead (UnsafePrefetchRead*  x) { /* nothing to do */ }
   190   void do_UnsafePrefetchRead (UnsafePrefetchRead*  x) { /* nothing to do */ }
   190   void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) { /* nothing to do */ }
   191   void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) { /* nothing to do */ }
   191   void do_ProfileCall    (ProfileCall*     x) { /* nothing to do */ }
   192   void do_ProfileCall    (ProfileCall*     x) { /* nothing to do */ }
   192   void do_ProfileCounter (ProfileCounter*  x) { /* nothing to do */ }
       
   193 };
   193 };
   194 
   194 
   195 
   195 
   196 class ValueNumberingEffects: public ValueNumberingVisitor {
   196 class ValueNumberingEffects: public ValueNumberingVisitor {
   197  private:
   197  private: