# HG changeset patch # User hannesw # Date 1364985839 -7200 # Node ID 4f7d7576e8c414aaf235156ee4e5a5827a0cf14e # Parent b4191da366be735fc62894ee1eaa1e78fc2afd0d 8007774: Enable code cache again Reviewed-by: lagergren, attila, sundar diff -r b4191da366be -r 4f7d7576e8c4 src/jdk/nashorn/internal/runtime/resources/Options.properties --- a/src/jdk/nashorn/internal/runtime/resources/Options.properties Wed Apr 03 15:27:28 2013 +0530 +++ b/src/jdk/nashorn/internal/runtime/resources/Options.properties Wed Apr 03 12:43:59 2013 +0200 @@ -89,7 +89,8 @@ short_name="--ccs", \ desc="Size of the Class cache size per global scope.", \ is_undocumented=true, \ - type=Integer \ + type=Integer, \ + default=50 \ } nashorn.option.classpath ={ \ @@ -101,7 +102,7 @@ } nashorn.option.compile.only = { \ - name="--compile-only", \ + name="--compile-only", \ short_name="-co", \ is_undocumented=true, \ desc="Compile without running.", \ @@ -117,10 +118,10 @@ type=String \ } -nashorn.option.doe = { \ - name="-dump-on-error", \ - short_name="-doe", \ - desc="Dump a stack trace on errors."\ +nashorn.option.doe = { \ + name="-dump-on-error", \ + short_name="-doe", \ + desc="Dump a stack trace on errors." \ } nashorn.option.empty.statements = { \ @@ -196,7 +197,7 @@ } nashorn.option.parse.only = { \ - name="--parse-only", \ + name="--parse-only", \ is_undocumented=true, \ desc="Parse without compiling." \ }