Shinya Yoshida
11de22e133
8164825: jshell tool: Completion for subcommand
...
Reviewed-by: jlahoda
2016-09-01 11:07:00 +09:00
Robert Field
7dceb3e785
8164518: JShell: Add failover case of explicitly listening to "localhost"
...
Reviewed-by: jlahoda
2016-08-31 10:35:51 -07:00
Jan Lahoda
dc0db76409
8164836: TEST_BUG: adjust scope of the DefinedByAnalyzer in tools/all/RunCodingRules.java
...
Only enabling the DefinedByAnalyzer on java.compiler and jdk.compiler; removing the @DefinedBy annotations from other modules
Reviewed-by: jjg, ksrini
2016-08-29 20:55:24 +02:00
Robert Field
fc65d375a3
8158507: JShell: new jdk.jshell.MemoryFileManager(StandardJavaFileManager, JShell) creates a jdk.jshell.MemoryFileManager$REPLClassLoader classloader, which should be performed within a doPrivileged block
...
Remove the ClassLoader and other unused code in support of in-process execution. This is now supported through the SPI.
Reviewed-by: jlahoda
2016-08-29 08:17:14 -07:00
Nadeesh TV
70b349f565
8156984: JShell tool: for (FormatCase e : EnumSet.allOf(FormatCase.class))
...
Replacde EnumSet.allOf(FormatCase.class) with FormatCase.all
Reviewed-by: rfield
2016-08-29 09:58:42 +00:00
Robert Field
0b92f87233
8158738: jshell tool: Save does not affect jshell if started from another editor
...
Reviewed-by: jlahoda
2016-08-26 11:36:08 -07:00
Robert Field
f39e912857
8160089: jshell tool: use new double-dash long-form command-line options
...
Reviewed-by: jlahoda
2016-08-22 19:31:37 -07:00
Jan Lahoda
1aab3cd562
8156911: JShell: file manager should be closed
...
Properly closing the file manager when it is being thrown away on error.
Reviewed-by: rfield
2016-08-22 18:19:31 +02:00
Robert Field
f03ea9c497
8154374: JShell: setContextClassLoader() for remote Snippet class loader
...
8080347: jshell tool: /vars when the status is other than Active
Reviewed-by: jlahoda
2016-08-22 09:12:11 -07:00
Robert Field
6a0075c86e
8164277: JShell API: Snippets are immutable and should be available for post-mortem analysis
...
Reviewed-by: jlahoda
2016-08-22 08:18:18 -07:00
Robert Field
9f44318ef9
8158906: JShell: crashes with extremely long result value
...
Reviewed-by: jlahoda, shinyafox
2016-08-19 13:55:26 -07:00
Robert Field
67028ff853
8159027: JShell API: SourceCodeAnalysis.Suggestion has constructor, ..
...
Reviewed-by: jlahoda
2016-08-15 11:39:53 -07:00
Jan Lahoda
f0e1e069ff
8129421: JShell: unacceptable suggestions in 'extends', 'implements' in smart completion
...
8129422: JShell: methods and fields of uncompleted expressions should be suggested
Fixing several completion bugs
Reviewed-by: rfield
2016-08-15 08:28:26 +02:00
Robert Field
81c36d2f40
8143964: JShell API: convert query responses to Stream instead of List
...
Reviewed-by: psandoz, shinyafox
2016-08-09 23:00:49 -07:00
Jonathan Gibbons
b601617d9c
8162359: javac should use stdout for --help and --version
...
Reviewed-by: vromero
2016-08-03 16:01:09 -07:00
Li Jiang
e26e03868c
8161544: JDK9 message drop 20 resource updates - OpenJDK
...
JDK9 message drop 20 resource updates - openjdk
Reviewed-by: rfield, peytoia
2016-07-29 09:35:31 -07:00
Jan Lahoda
ecbab04648
8162255: 'Alt-Enter v'/'Alt-Enter i' not working on some terminals
...
Registering an additional code sequence for Alt-Enter
Reviewed-by: rfield
2016-07-26 15:52:51 +02:00
Iris Clark
fa9af401fe
8161236: Runtime.Version.{compareTo, equals}IgnoreOpt should be renamed
...
Reviewed-by: alanb, rfield, ksrini
2016-07-21 07:43:17 -07:00
Robert Field
918c010822
8160127: JShell API: extract abstract JDI and abstract streaming implementations of ExecutionControl
...
8159935: JShell API: Reorganize execution support code into jdk.jshell.execution (previously sent for review, and combined here)
8160128: JShell API: extract abstract streaming remote agent
8159122: JShell API: Configurable invocation mechanism
ExecutionControl implementation support with simplified ExecutionControl interface
Reviewed-by: jlahoda
2016-07-20 23:19:09 -07:00
Vicente Romero
a7cc024b53
8161020: javac, fold stop compilation options
...
Reviewed-by: mcimadamore
2016-07-11 15:27:52 -07:00
Phil Race
003244f622
Merge
2016-07-08 09:28:52 -07:00
Robert Field
7aca6deaf8
8160935: JShell: Without at least one source file 8160035 breaks build
...
Reviewed-by: jlahoda
2016-07-07 00:10:24 -07:00
Robert Field
e4f12b7b1e
8160035: JShell API: Add javadoc overview and package files
...
Reviewed-by: jlahoda
2016-07-06 20:53:55 -07:00
Vicente Romero
3360117337
8160891: javac, remove unused options, step 3
...
Reviewed-by: mcimadamore
2016-07-06 09:42:27 -07:00
Robert Field
850b281ff0
8159111: JShell API: Add access to wrappers and dependencies
...
Reviewed-by: jlahoda
2016-07-01 14:41:07 -07:00
Robert Field
c8f9b12b5c
8159635: JShell API: Add compiler options
...
Reviewed-by: jlahoda
2016-07-01 14:16:28 -07:00
Li Jiang
0aeecb0f7d
8159324: JDK9 message drop 10 resource updates
...
JDK9 message drop resource updates - openjdk
Reviewed-by: rfield, alanb, joehw
2016-06-20 06:13:34 -07:00
David Dehaven
4cc25cb407
Merge
2016-06-15 09:24:06 -07:00
Nadeesh TV
b2d09f5c6c
8155581: jshell tool: replace use of Option.get()
...
Reviewed-by: rfield
2016-06-10 11:11:52 +00:00
Jan Lahoda
ec1f537d10
8158174: jshell tool: leaks threads waiting on StopDetectingInputStream
...
Shutdown StopDetectingInputStream when closing the ConsoleIOContext.
Reviewed-by: rfield
2016-06-09 14:20:11 +02:00
Robert Field
8696e295a8
8139829: JShell API: No use of fields to return information from public types
...
Reviewed-by: vromero
2016-06-08 00:32:31 -07:00
David Dehaven
bfd0a0ba42
Merge
2016-06-06 13:16:46 -07:00
Robert Field
19c685726f
8131029: JShell: recover from VMConnection launch failure
...
Reviewed-by: vromero
2016-06-02 14:05:13 -07:00
Robert Field
9e48d360f5
8131024: JShell: multi-line comment not detected as incomplete
...
Reviewed-by: vromero
2016-06-02 12:52:00 -07:00
David Dehaven
1b4250a9fd
Merge
2016-06-01 15:27:52 -07:00
Robert Field
3bad85523c
8080843: JShell tool: invalid key error occurs when external editor is used
...
Reviewed-by: vromero
2016-05-31 14:02:52 -07:00
Shinya Yoshida
3ff9cf19e2
8141415: JShell: wrap erroneous with one-liner comment-outed imports
...
Reviewed-by: rfield
2016-05-29 23:46:49 +09:00
Robert Field
c65d2e5dac
8157261: jshell tool: truncation for expressions is not consistent
...
Reviewed-by: vromero
2016-05-27 10:37:46 -07:00
Robert Field
8a3eaf7f44
8157953: JShell tests: reenable ToolBasicTest
...
8080883: JShell tool: tool does not report errors if -startup and -nostartup flags are specified
Reviewed-by: vromero
2016-05-26 12:38:21 -07:00
Robert Field
1fb5067c57
8157917: JShell: shutdown could cause remote JDWP errors to be visible to users
...
8157918: JShell tests: StartOptionTest displays insufficient information to diagnose failures
Reviewed-by: vromero
2016-05-26 07:58:01 -07:00
Jan Lahoda
c4dedff7c1
8131017: jshell tool: pasting code with tabs invokes tab completion
...
Enabling copy-paste detection.
Reviewed-by: lagergren, rfield, sundar
2016-05-24 16:02:46 +02:00
Robert Field
5d1f9c9918
8157517: jshell tool: allow undoing operations
...
8157395: jshell tool: allow the position of options on commands to be more flexible
8157393: jshell tool: change /set newmode ... to be consistent with /retain mode
Reviewed-by: jlahoda
2016-05-23 10:12:05 -07:00
Robert Field
5361169fbd
8156101: JShell SPI: Provide a pluggable execution control SPI
...
Reviewed-by: jlahoda
2016-05-21 22:32:08 -07:00
Robert Field
2a791e9edd
8157200: jshell tool: Add /retain command to persist settings
...
8156910: jshell tool: crash when code with syntax error contains format specifier
Reviewed-by: jlahoda
2016-05-20 11:55:46 -07:00
Li Jiang
72dfe407db
8157778: JDK9 preparation message drop resource updates
...
JDK9 preparation message drop resource updates - openjdk
Reviewed-by: rfield, alanb
2016-05-20 00:03:52 -07:00
Iris Clark
45ede707d8
8144062: Move jdk.Version to java.lang.Runtime.Version
...
Reviewed-by: abuckley, alanb, forax, jjg, mchung, psandoz
2016-05-19 11:56:38 -07:00
Jan Lahoda
d75bcbe358
8133549: Generalize jshell's EditingHistory
...
EditingHistory moved to jdk.internal.le
Reviewed-by: rfield
2016-05-18 21:00:43 +02:00
Robert Field
3d6e1e8abc
8157185: jshell tool: ambiguous format -- distinguished arguments should be options
...
Reviewed-by: vromero
2016-05-18 11:35:10 -07:00
Robert Field
149821a78e
8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
...
Reviewed-by: vromero
2016-05-16 21:46:32 -07:00
Robert Field
f53f69489a
8154812: jshell tool: value printing truncation
...
Reviewed-by: vromero
2016-05-16 21:25:44 -07:00