docs/DEVELOPER_README

changeset 115
e42fd1640ff9
parent 83
774a0f349cc0
child 147
43e40c08e7f8
equal deleted inserted replaced
114:508da3c7fc3a 115:e42fd1640ff9
334 334
335 When running with the profile callsite options (-pcs), Nashorn will 335 When running with the profile callsite options (-pcs), Nashorn will
336 dump profiling data for all callsites to stderr as a shutdown hook. To 336 dump profiling data for all callsites to stderr as a shutdown hook. To
337 instead redirect this to a file, specify the path to the file using 337 instead redirect this to a file, specify the path to the file using
338 this system property. 338 this system property.
339
340
341 SYSTEM_PROPERTY: nashorn.regexp.impl=[jdk|joni]
342
343 This property defines the regular expression engine to be used by
344 Nashorn. The default implementation is "jdk" which is based on the
345 JDK's java.util.regex package. Set this property to "joni" to install
346 an implementation based on Joni, the regular expression engine used by
347 the JRuby project.
339 348
340 349
341 =============== 350 ===============
342 2. The loggers. 351 2. The loggers.
343 =============== 352 ===============

mercurial