comparison src/share/vm/code/nmethod.cpp @ 10560:0b1b5356b566

Fixed issues around execute compiled code stub. Made TraceDeoptimization a product flag.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 27 Jun 2013 21:20:07 +0200
parents 3489047ffea2
children 4acf032748b9
comparison
equal deleted inserted replaced
10559:ea02ae30c97c 10560:0b1b5356b566
1305 #ifdef GRAAL 1305 #ifdef GRAAL
1306 // The method can only be unloaded after the pointer to the installed code 1306 // The method can only be unloaded after the pointer to the installed code
1307 // Java wrapper is no longer alive. Here we need to clear out this weak 1307 // Java wrapper is no longer alive. Here we need to clear out this weak
1308 // reference to the dead object. 1308 // reference to the dead object.
1309 if (_graal_installed_code != NULL) { 1309 if (_graal_installed_code != NULL) {
1310 HotSpotInstalledCode::set_codeBlob(_graal_installed_code, 0);
1310 _graal_installed_code = NULL; 1311 _graal_installed_code = NULL;
1311 } 1312 }
1312 #endif 1313 #endif
1313 1314
1314 // Make the class unloaded - i.e., change state and notify sweeper 1315 // Make the class unloaded - i.e., change state and notify sweeper