hotspot/src/share/vm/c1/c1_RangeCheckElimination.hpp
changeset 28954 7dda6c26cc98
parent 22234 da823d78ad65
child 33462 5f04d430d53d
equal deleted inserted replaced
28952:7fe008f8f88c 28954:7dda6c26cc98
     1 /*
     1 /*
     2  * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 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.
   157     void do_ExceptionObject(ExceptionObject* x) { /* nothing to do */ };
   157     void do_ExceptionObject(ExceptionObject* x) { /* nothing to do */ };
   158     void do_RoundFP        (RoundFP*         x) { /* nothing to do */ };
   158     void do_RoundFP        (RoundFP*         x) { /* nothing to do */ };
   159     void do_UnsafeGetRaw   (UnsafeGetRaw*    x) { /* nothing to do */ };
   159     void do_UnsafeGetRaw   (UnsafeGetRaw*    x) { /* nothing to do */ };
   160     void do_UnsafeGetObject(UnsafeGetObject* x) { /* nothing to do */ };
   160     void do_UnsafeGetObject(UnsafeGetObject* x) { /* nothing to do */ };
   161     void do_UnsafeGetAndSetObject(UnsafeGetAndSetObject* x) { /* nothing to do */ };
   161     void do_UnsafeGetAndSetObject(UnsafeGetAndSetObject* x) { /* nothing to do */ };
   162     void do_UnsafePrefetchRead (UnsafePrefetchRead*  x) { /* nothing to do */ };
       
   163     void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) { /* nothing to do */ };
       
   164     void do_ProfileCall    (ProfileCall*     x) { /* nothing to do */ };
   162     void do_ProfileCall    (ProfileCall*     x) { /* nothing to do */ };
   165     void do_ProfileReturnType (ProfileReturnType*  x) { /* nothing to do */ };
   163     void do_ProfileReturnType (ProfileReturnType*  x) { /* nothing to do */ };
   166     void do_ProfileInvoke  (ProfileInvoke*   x) { /* nothing to do */ };
   164     void do_ProfileInvoke  (ProfileInvoke*   x) { /* nothing to do */ };
   167     void do_RuntimeCall    (RuntimeCall*     x) { /* nothing to do */ };
   165     void do_RuntimeCall    (RuntimeCall*     x) { /* nothing to do */ };
   168     void do_MemBar         (MemBar*          x) { /* nothing to do */ };
   166     void do_MemBar         (MemBar*          x) { /* nothing to do */ };