< prev index next >

src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/Options.properties

Print this page

        

*** 221,230 **** --- 221,238 ---- desc="Enable logging of a given level for a given number of sub systems. \ [for example: --log=fields:finest,codegen:info].", \ type=Log \ } + nashorn.option.no.deprecation.warning = { \ + name="--no-deprecation-warning", \ + type=Boolean, \ + default=false, \ + desc="Do not show nashorn deprecation warning." \ + } + + nashorn.option.lazy.compilation = { \ name="--lazy-compilation", \ is_undocumented=true, \ desc="Use lazy code generation strategies - do not compile the entire script at once.", \ default=true \
< prev index next >