src/share/vm/code/nmethod.cpp

changeset 1576
b1f619d38249
parent 1573
dd57230ba8fe
child 1590
4e6abf09f540
     1.1 --- a/src/share/vm/code/nmethod.cpp	Tue Jan 05 11:16:09 2010 -0800
     1.2 +++ b/src/share/vm/code/nmethod.cpp	Tue Jan 05 16:12:26 2010 -0800
     1.3 @@ -1170,7 +1170,7 @@
     1.4  }
     1.5  
     1.6  // Common functionality for both make_not_entrant and make_zombie
     1.7 -bool nmethod::make_not_entrant_or_zombie(int state) {
     1.8 +bool nmethod::make_not_entrant_or_zombie(unsigned int state) {
     1.9    assert(state == zombie || state == not_entrant, "must be zombie or not_entrant");
    1.10  
    1.11    // If the method is already zombie there is nothing to do

mercurial