hotspot/src/share/vm/adlc/adlparse.hpp
changeset 24425 53764d2358f9
parent 22844 90f76a40ed8a
child 30202 6f5c48bd9b82
equal deleted inserted replaced
24336:1507192c67e6 24425:53764d2358f9
    62 // ***** Peephole Section *****
    62 // ***** Peephole Section *****
    63 class PeepMatch;
    63 class PeepMatch;
    64 class PeepConstraint;
    64 class PeepConstraint;
    65 class PeepReplace;
    65 class PeepReplace;
    66 
    66 
    67 // class ostream; // ostream is a typedef in some systems
       
    68 
       
    69 extern char *toUpper(const char *str);
    67 extern char *toUpper(const char *str);
    70 
    68 
    71 //---------------------------ADLParser-----------------------------------------
    69 //---------------------------ADLParser-----------------------------------------
    72 class ADLParser {
    70 class ADLParser {
    73 protected:
    71 protected: