comparison src/share/vm/code/nmethod.hpp @ 1141:b1f619d38249

6914002: unsigned compare problem after 5057818 Reviewed-by: kvn, twisti
author never
date Tue, 05 Jan 2010 16:12:26 -0800
parents e66fd840cb6b
children 4e6abf09f540
comparison
equal deleted inserted replaced
1140:1f6d42899c3a 1141:b1f619d38249
253 void* operator new(size_t size, int nmethod_size); 253 void* operator new(size_t size, int nmethod_size);
254 254
255 const char* reloc_string_for(u_char* begin, u_char* end); 255 const char* reloc_string_for(u_char* begin, u_char* end);
256 // Returns true if this thread changed the state of the nmethod or 256 // Returns true if this thread changed the state of the nmethod or
257 // false if another thread performed the transition. 257 // false if another thread performed the transition.
258 bool make_not_entrant_or_zombie(int state); 258 bool make_not_entrant_or_zombie(unsigned int state);
259 void inc_decompile_count(); 259 void inc_decompile_count();
260 260
261 // used to check that writes to nmFlags are done consistently. 261 // used to check that writes to nmFlags are done consistently.
262 static void check_safepoint() PRODUCT_RETURN; 262 static void check_safepoint() PRODUCT_RETURN;
263 263