jdk-24/nashorn/test/script/trusted
Marcus Lagergren 7c466c84eb 8008199: Lazy compilation and trampoline implementation
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
2013-02-14 13:01:52 +01:00
..
getenv.js 8007715: Make sure that not all tests run with AllPermission 2013-02-07 17:17:29 +05:30
getenv.js.EXPECTED 8007715: Make sure that not all tests run with AllPermission 2013-02-07 17:17:29 +05:30
JDK-8006424.js 8007715: Make sure that not all tests run with AllPermission 2013-02-07 17:17:29 +05:30
JDK-8006529.js 8008199: Lazy compilation and trampoline implementation 2013-02-14 13:01:52 +01:00
NASHORN-638.js 8007715: Make sure that not all tests run with AllPermission 2013-02-07 17:17:29 +05:30
NASHORN-638.js.EXPECTED 8007715: Make sure that not all tests run with AllPermission 2013-02-07 17:17:29 +05:30
NASHORN-653.js 8007715: Make sure that not all tests run with AllPermission 2013-02-07 17:17:29 +05:30
README 8007715: Make sure that not all tests run with AllPermission 2013-02-07 17:17:29 +05:30

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.