src/hotspot/share/utilities/constantTag.hpp
changeset 53149 259c36ef27df
parent 49621 5ef28d560b6f
child 53244 9807daeb47c4
equal deleted inserted replaced
53148:17d568776429 53149:259c36ef27df
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2019, 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.
    26 #define SHARE_VM_UTILITIES_CONSTANTTAG_HPP
    26 #define SHARE_VM_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 
       
    32 class outputStream;
       
    33 
    31 // constant tags in Java .class files
    34 // constant tags in Java .class files
    32 
       
    33 
    35 
    34 enum {
    36 enum {
    35   // See jvm.h for shared JVM_CONSTANT_XXX tags
    37   // See jvm.h for shared JVM_CONSTANT_XXX tags
    36   // NOTE: replicated in SA in vm/agent/sun/jvm/hotspot/utilities/ConstantTag.java
    38   // NOTE: replicated in SA in vm/agent/sun/jvm/hotspot/utilities/ConstantTag.java
    37   // Hotspot specific tags
    39   // Hotspot specific tags