commit | 1af08ef100641385501f65459f0c90c5c88f45f4 | [log] [tgz] |
---|---|---|
author | Marcus Lagergren <lagergren@openjdk.org> | Tue Mar 12 15:30:53 2013 +0100 |
committer | Marcus Lagergren <lagergren@openjdk.org> | Tue Mar 12 15:30:53 2013 +0100 |
tree | 3b54435a21e019d2ef44bdb8388c57628f849183 | |
parent | bb6c34adc762828c5dcb2822e70b06cf8696b198 [diff] |
8009718: Lazy execution architecture continued - ScriptFunctionData is either final or recompilable. Moved ScriptFunctionData creation logic away from runtime to compile time. Prepared for method generation/specialization. Got rid of ScriptFunctionImplTrampoline whose semantics could be done as part of the relinking anyway. Merge with the lookup package change Reviewed-by: attila, jlaskey