7c466c84eb
The code pipeline now supports lazy compilation, which can be used to only compile certain FunctionNodes and leave others be, saving startup time. When these uncompiled nodes are hit, a trampoline will force them to be recompiled. This can also be used to specialize compilation fixing parameter types and return types to a callsite specific compilation. This will give performance. Reviewed-by: attila, sundar |
||
---|---|---|
.. | ||
getenv.js | ||
getenv.js.EXPECTED | ||
JDK-8006424.js | ||
JDK-8006529.js | ||
NASHORN-638.js | ||
NASHORN-638.js.EXPECTED | ||
NASHORN-653.js | ||
README |
This directory contains tests that need AllPermission to run. Scripts that need to create classloaders, need to reflectively access declared members of other classes etc. should go here.