< prev index next >

src/share/vm/opto/classes.cpp

Print this page

        

@@ -49,9 +49,9 @@
 #include "opto/vectornode.hpp"
 
 // ----------------------------------------------------------------------------
 // Build a table of virtual functions to map from Nodes to dense integer
 // opcode names.
-int Node::Opcode() const { return Op_Node; }
-#define macro(x) int x##Node::Opcode() const { return Op_##x; }
+uint Node::Opcode() const { return Op_Node; }
+#define macro(x) uint x##Node::Opcode() const { return Op_##x; }
 #include "classes.hpp"
 #undef macro
< prev index next >