-
Enhancement
-
Resolution: Fixed
-
P4
-
9
-
b117
-
Verified
Need to be able to set JVM arguments such as setting memory use.
Requires both:
An addition to the API -- JShell.Builder.jvmArgument(String)
A -R<jvmArgument> switch on the jshell tool command line
(note this flag has been changed to -R, as -J is for setting flags on the front-end process.
Richard Kolb wrote:
> Hello,
>
> I am trying to set the JVM arguments of the jshell child process.
> For example setting the heap parameters.
>
>> jshell -Xmx=1024m
> Unknown option: -Xmx=1024m
Requires both:
An addition to the API -- JShell.Builder.jvmArgument(String)
A -R<jvmArgument> switch on the jshell tool command line
(note this flag has been changed to -R, as -J is for setting flags on the front-end process.
Richard Kolb wrote:
> Hello,
>
> I am trying to set the JVM arguments of the jshell child process.
> For example setting the heap parameters.
>
>> jshell -Xmx=1024m
> Unknown option: -Xmx=1024m
- relates to
-
JDK-8155580 jshell tool: push for -R missed added file MessageHandler.java
-
- Closed
-
-
JDK-8155576 Change of JDK-8150382 breaks build
-
- Closed
-
-
JDK-8155584 jshell tool: StartOptionTest.java fails intermittently
-
- Closed
-
-
JDK-8155586 jdk/jshell/ToolReloadTest.java fails intermittently in testcase testReloadClasspath
-
- Closed
-