comparison src/share/vm/code/nmethod.cpp @ 1423:760213a60e8b

* rewrite of the code installation * partial support for safepoints * macro-based CiTargetMethod interface * code stub support
author Lukas Stadler <lukas.stadler@oracle.com>
date Mon, 16 Aug 2010 18:59:36 -0700
parents 9f5b60a14736
children abc670a709dc
comparison
equal deleted inserted replaced
1422:3483ec571caf 1423:760213a60e8b
2198 // Right now there is no way to find out which entries support 2198 // Right now there is no way to find out which entries support
2199 // an interrupt point. It would be nice if we had this 2199 // an interrupt point. It would be nice if we had this
2200 // information in a table. 2200 // information in a table.
2201 break; 2201 break;
2202 } 2202 }
2203 assert(stub == NULL || stub_contains(stub), "static call stub outside stub section"); 2203 assert(UseC1X || stub == NULL || stub_contains(stub), "static call stub outside stub section");
2204 } 2204 }
2205 } 2205 }
2206 2206
2207 2207
2208 // ----------------------------------------------------------------------------- 2208 // -----------------------------------------------------------------------------