comparison src/share/vm/code/nmethod.cpp @ 10032:4a7dc38ae96b

Checkstyle fixes
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Wed, 12 Jun 2013 11:36:54 +0200
parents ebb32c4589f3
children 836a62f43af9
comparison
equal deleted inserted replaced
10031:ebb32c4589f3 10032:4a7dc38ae96b
1866 if (_graal_installed_code != NULL) { 1866 if (_graal_installed_code != NULL) {
1867 f->do_oop((oop*) &_graal_installed_code); 1867 f->do_oop((oop*) &_graal_installed_code);
1868 } 1868 }
1869 } 1869 }
1870 #endif 1870 #endif
1871
1871 // Iterate over metadata calling this function. Used by RedefineClasses 1872 // Iterate over metadata calling this function. Used by RedefineClasses
1872 void nmethod::metadata_do(void f(Metadata*)) { 1873 void nmethod::metadata_do(void f(Metadata*)) {
1873 address low_boundary = verified_entry_point(); 1874 address low_boundary = verified_entry_point();
1874 if (is_not_entrant()) { 1875 if (is_not_entrant()) {
1875 low_boundary += NativeJump::instruction_size; 1876 low_boundary += NativeJump::instruction_size;