hotspot/src/share/vm/code/nmethod.hpp
changeset 4570 43d30f43697e
parent 4564 55dfb20908d0
child 4584 e2a449e8cc6f
--- a/hotspot/src/share/vm/code/nmethod.hpp	Tue Jan 05 11:16:09 2010 -0800
+++ b/hotspot/src/share/vm/code/nmethod.hpp	Tue Jan 05 16:12:26 2010 -0800
@@ -255,7 +255,7 @@
   const char* reloc_string_for(u_char* begin, u_char* end);
   // Returns true if this thread changed the state of the nmethod or
   // false if another thread performed the transition.
-  bool make_not_entrant_or_zombie(int state);
+  bool make_not_entrant_or_zombie(unsigned int state);
   void inc_decompile_count();
 
   // used to check that writes to nmFlags are done consistently.