Skip to content

Instantly share code, notes, and snippets.

@qmx
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qmx/9376023 to your computer and use it in GitHub Desktop.
Save qmx/9376023 to your computer and use it in GitHub Desktop.
# These properties can be used to alter runtime behavior for perf or compatibility.
# Specify them by passing directly to Java -Ddynjs.<property>=<value>
################################################################################
# compiler
################################################################################
# Set compile mode: OFF = no compilation (interpreted); JIT = at runtime; FORCE = before execution
# Options: [OFF, FORCE, JIT], Default: JIT.
#compile.mode=JIT
################################################################################
# compatibility
################################################################################
# Enable Node package manager compatibility extensions
# Options: [true, false], Default: true.
#compat.npm.enabled=true
# Enable Mozilla Rhino compatibility extensions
# Options: [true, false], Default: true.
#compat.rhino.enabled=true
################################################################################
# invokedynamic
################################################################################
# Enable invokedynamic support
# Options: [true, false], Default: true.
#invokedynamic.enabled=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment