mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-14 12:25:21 +00:00
8007774: Enable code cache again
Reviewed-by: lagergren, attila, sundar
This commit is contained in:
parent
a85fab2730
commit
6b89fa96a3
@ -89,7 +89,8 @@ nashorn.option.class.cache.size ={ \
|
||||
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.classpath ={ \
|
||||
}
|
||||
|
||||
nashorn.option.compile.only = { \
|
||||
name="--compile-only", \
|
||||
name="--compile-only", \
|
||||
short_name="-co", \
|
||||
is_undocumented=true, \
|
||||
desc="Compile without running.", \
|
||||
@ -117,10 +118,10 @@ nashorn.option.d = { \
|
||||
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.package = { \
|
||||
}
|
||||
|
||||
nashorn.option.parse.only = { \
|
||||
name="--parse-only", \
|
||||
name="--parse-only", \
|
||||
is_undocumented=true, \
|
||||
desc="Parse without compiling." \
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user