mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
6914002: unsigned compare problem after 5057818
Reviewed-by: kvn, twisti
This commit is contained in:
parent
6c0af1575c
commit
0998a8591f
2 changed files with 2 additions and 2 deletions
|
@ -255,7 +255,7 @@ class nmethod : public CodeBlob {
|
|||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue