src/hotspot/share/utilities/constantTag.hpp
changeset 53244 9807daeb47c4
parent 53149 259c36ef27df
child 53745 a535ba736cab
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_UTILITIES_CONSTANTTAG_HPP
    25 #ifndef SHARE_UTILITIES_CONSTANTTAG_HPP
    26 #define SHARE_VM_UTILITIES_CONSTANTTAG_HPP
    26 #define SHARE_UTILITIES_CONSTANTTAG_HPP
    27 
    27 
    28 #include "jvm.h"
    28 #include "jvm.h"
    29 #include "utilities/globalDefinitions.hpp"
    29 #include "utilities/globalDefinitions.hpp"
    30 
    30 
    31 
    31 
   139   const char* internal_name() const;  // for error reporting
   139   const char* internal_name() const;  // for error reporting
   140 
   140 
   141   void print_on(outputStream* st) const PRODUCT_RETURN;
   141   void print_on(outputStream* st) const PRODUCT_RETURN;
   142 };
   142 };
   143 
   143 
   144 #endif // SHARE_VM_UTILITIES_CONSTANTTAG_HPP
   144 #endif // SHARE_UTILITIES_CONSTANTTAG_HPP