Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8294428

jshell help description of -J and -R options are not distinct enough

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • tools
    • None

      jshell -help output contains
       
      -J<flag> Pass <flag> directly to the runtime system.
                                  Use one -J for each runtime flag or flag argument
       -R<flag> Pass <flag> to the remote runtime system.
                                  Use one -R for each remote flag or flag argument


      That "remote runtime system" vs "runtime system" could be missed easily.

      Do we want to hint something on the "execution" engine (even indirectly)?

      Say something like

      -J passes JVM options to JVM that runs jshell tool.
      -R passes JVM options that runs user's JShell snippets
      (which may not be the same JVM that runs jshell tool).

            Unassigned Unassigned
            sundar Sundararajan Athijegannathan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: