Robert Field
|
6d73f9fae9
|
8174262: Error message misspelling: "instanciated"
Reviewed-by: jjg
|
2017-02-09 18:58:36 -08:00 |
|
Robert Field
|
52f0f390a8
|
8173916: jshell tool: /methods signature confusing/non-standard format
8174028: jshell tool: /method /type failed declaration listed (without indication)
8174041: jshell tool: --startup PRINTING references undeclared Locale class
Reviewed-by: jlahoda
|
2017-02-08 13:35:42 -08:00 |
|
Robert Field
|
4593304c07
|
8173845: JShell API: not patch compatible
Reviewed-by: jlahoda
|
2017-02-08 10:43:16 -08:00 |
|
Robert Field
|
ee13abe593
|
8173893: JShell: reduce memory leaks
Reviewed-by: jlahoda
|
2017-02-08 09:12:45 -08:00 |
|
Robert Field
|
c42d389e2d
|
8173807: JShell: control characters should be escaped in String values
Reviewed-by: jlahoda
|
2017-02-06 09:25:31 -08:00 |
|
Robert Field
|
43593d5bf5
|
8173848: JShell: less-than causes: reached end of file while parsing
Reviewed-by: jlahoda
|
2017-02-06 09:00:02 -08:00 |
|
Srikanth Adayapalam
|
d6090047be
|
8166420: Confusing error message when reading bad module declaration
Reviewed-by: jlahoda
|
2017-02-06 18:14:51 +05:30 |
|
Jan Lahoda
|
e7c5d26299
|
8173653: jshell tool: ctrl-C when in external editor aborts jshell -- history lost
Disable Ctrl-C while running external editors.
Reviewed-by: rfield
|
2017-02-06 11:11:43 +01:00 |
|
Jonathan Gibbons
|
02431ac603
|
8172807: Javac doesn't report errors on duplicate provides with different service implementations
Reviewed-by: jlahoda
|
2017-02-02 14:34:21 -08:00 |
|
Robert Field
|
88d92662cd
|
8173577: JShell tests: Some testng tests check nothing
Reviewed-by: jlahoda
|
2017-02-01 09:10:07 -08:00 |
|
Robert Field
|
48836cb851
|
8173652: jshell tool: store history on fatal exit
Reviewed-by: jlahoda
|
2017-01-31 17:01:55 -08:00 |
|
Robert Field
|
01b7f9ed5e
|
8171343: jshell tool: missing options: --help-extra --show-version
Reviewed-by: jlahoda
|
2017-01-25 10:43:41 -08:00 |
|
Jan Lahoda
|
8e3182c384
|
8153759: jshell tool: Smart completion detection is not reliable
Reverting back to smart completion if any action follows a completion action.
Reviewed-by: rfield
|
2017-01-24 13:29:58 +01:00 |
|
Robert Field
|
bba1175418
|
8173073: jshell tool: blank lines removed from multi-line snippets
Reviewed-by: jlahoda
|
2017-01-20 11:05:48 -08:00 |
|
Robert Field
|
362b794a82
|
8171130: jshell tool: /edit adds empty statement to brace terminated snippet
8173007: JShell Tests: ToolFormatTest takes too long
Reviewed-by: jlahoda
|
2017-01-19 11:17:11 -08:00 |
|
Robert Field
|
99e3bceb60
|
8172179: jshell tool: builtin startup settings should be by reference not content
Reviewed-by: jlahoda
|
2017-01-19 11:12:02 -08:00 |
|
Robert Field
|
96c8382650
|
8172530: JShell: TypeProjection .stream().map(...).collect(...) must be replaced with .map(...)
Reviewed-by: mcimadamore
|
2017-01-11 11:09:04 -08:00 |
|
Jan Lahoda
|
b8bdb56985
|
8172414: jshell not working in exploded JDK build
Using Class.getResourceAsStream instead of a direct reference to JRT.
Reviewed-by: rfield, sundar
|
2017-01-10 13:53:44 +01:00 |
|
Jan Lahoda
|
fd12ea2d58
|
8171385: jshell tool: unresponsive to ctrl-C in input wait on Windows
Ensuring stop is sent using the proper channel depending on the current state of the StopDetectingInputStream.
Reviewed-by: rfield
|
2017-01-10 10:17:47 +01:00 |
|
Robert Field
|
cea33151ed
|
8171981: JShell: Fails compilation: new Object().getClass().getSuperclass()
Reviewed-by: mcimadamore
|
2017-01-09 18:04:16 -08:00 |
|
Robert Field
|
f9b57bfbed
|
8172255: JShell API: ExecutionControl/LoaderDelegate: Remove unused/unimplemented setClassPath
Reviewed-by: jlahoda
|
2017-01-09 13:50:45 -08:00 |
|
Robert Field
|
6f796f5684
|
8165405: jshell tool: /classpath is inconsistent
8172103: JShell: crash in TaskFactory$WrapSourceHandler.diag
Reviewed-by: jlahoda
|
2017-01-06 10:31:25 -08:00 |
|
Robert Field
|
6c52320ccc
|
8172102: jshell tool: remove print method forwarding to System.out from default startup
Reviewed-by: briangoetz
|
2017-01-02 18:31:30 -08:00 |
|
Robert Field
|
72b502fa4f
|
8171892: JShell: incorrect printing of multidemensional arrays
8171387: jshell tool: message inconsistencies
Reviewed-by: sundar, dlsmith
|
2016-12-23 11:17:50 -08:00 |
|
Robert Field
|
f7067671f6
|
8168615: JShell API: jdk.jshell.spi should be a pluggable ServiceLoader SPI
Reviewed-by: jlahoda
|
2016-12-21 20:14:39 -08:00 |
|
Robert Field
|
ea579f7bec
|
8170162: jshell tool: no mechanism to programmatically launch
8170044: jshell tool: jshell missing from javax.tools.ToolProvider
Reviewed-by: jjg
|
2016-12-20 13:42:13 -08:00 |
|
David Dehaven
|
2bff185d11
|
Merge
|
2016-12-16 11:58:18 -08:00 |
|
Maurizio Cimadamore
|
ef78f339fd
|
8171371: Remove redundant type-arguments from generic method calls
Reviewed-by: jjg, rfield, mchung
|
2016-12-16 15:27:47 +00:00 |
|
Maurizio Cimadamore
|
c4e8276376
|
8181370: Convert anonymous inner classes into lambdas/method references
Reviewed-by: jjg, rfield, mchung
|
2016-12-16 15:27:34 +00:00 |
|
David Dehaven
|
44265a8aaa
|
Merge
|
2016-12-12 20:54:41 -08:00 |
|
Li Jiang
|
34c791a6a4
|
8169618: JDK9 message drop interim resource updates - OpenJDK
Reviewed-by: rfield, peytoia, joehw, weijun
|
2016-12-07 05:58:43 -08:00 |
|
Jan Lahoda
|
ae8ace7912
|
8165564: langtools\test\jdk\jshell\CommandCompletionTest.java fails on some windows
Ignoring non-existent default FileSystem roots.
Reviewed-by: rfield
|
2016-12-05 19:42:42 +01:00 |
|
David Dehaven
|
f4f6ea13ba
|
Merge
|
2016-12-05 08:36:16 -08:00 |
|
Robert Field
|
7b53262baf
|
8167185: JShell API: Exported elements referring to inaccessible types in jdk.jshell
Reviewed-by: jlahoda
|
2016-12-02 10:48:37 -08:00 |
|
Robert Field
|
411ce3da8c
|
8169828: jdk/jshell/ExternalEditorTest.java testStatementMush() fails frequently on all platform
8170015: jshell tool: /help output looks terrible on a 100 column wide terminal
8170368: jshell tool: post setting not properly applied, line-ends not prefixed correctly
Reviewed-by: jlahoda
|
2016-12-02 10:17:03 -08:00 |
|
Phil Race
|
83c9077f13
|
Merge
|
2016-12-01 10:34:29 -08:00 |
|
Alan Bateman
|
01a366e6dd
|
Merge
|
2016-12-01 11:16:45 +00:00 |
|
Alan Bateman
|
22e233b2e9
|
8169069: Module system implementation refresh (11/2016)
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Bhavesh Patel <bhavesh.x.patel@oracle.com>
Co-authored-by: Andrey Nazarov <andrey.x.nazarov@oracle.com>
Reviewed-by: mcimadamore, jjg, mchung, anazarov
|
2016-12-01 09:02:42 +00:00 |
|
Mandy Chung
|
1a34c7a1ae
|
8170428: Move src.zip to JDK/lib/src.zip
Reviewed-by: jjg
|
2016-11-29 15:15:20 -08:00 |
|
Mandy Chung
|
d67262a13f
|
8170424: back out src.zip change from JDK-8170424
Reviewed-by: prr
|
2016-11-28 18:05:09 -08:00 |
|
Mandy Chung
|
9a86634434
|
8169816: Move src.zip and jrt-fs.jar under the lib directory
Reviewed-by: alanb, erikj, jjg
|
2016-11-28 11:36:43 -08:00 |
|
Robert Field
|
85eded3562
|
8169519: JShell: Handle start-up failures and hangs gracefully
8166581: JShell: locks forever if -R options is wrong
8169234: JShell: hangs on startup on some computers caused by hostname
Reviewed-by: jlahoda
|
2016-11-22 19:24:02 -08:00 |
|
Robert Field
|
dda0e054d5
|
8114842: JShell: SourceCodeAnalysis splits code with array initialiazer incorrectly
Reviewed-by: jlahoda
|
2016-11-21 12:28:56 -08:00 |
|
Robert Field
|
f9eb02a066
|
8153402: jshell tool: completion provider for /help
8169818: jshell tool: completion provider for /vars /methods /types gives -history
Reviewed-by: jlahoda
|
2016-11-18 09:41:51 -08:00 |
|
Jonathan Gibbons
|
c7374cd58f
|
8163190: Clarify JavaFileManager use of \"module location\"
Reviewed-by: jlahoda
|
2016-11-16 12:12:02 -08:00 |
|
Robert Field
|
f3e88eb313
|
8143006: jshell tool: /edit doesn't process each line as same as inputs for jshell
8163816: JShell tests: jdk/jshell/ExternalEditorTest.java -- unexpected results EditorTestBase.testEditClass1() and .testEditMethod1()
Reviewed-by: jlahoda
|
2016-11-16 10:45:23 -08:00 |
|
Jan Lahoda
|
da7b11ca15
|
8169561: jshell tool: double shift-tab on variable crashes tool
Avoid crashe for unknown HTML tags; avoid crash for non-existing documentation; fix signature for JShell variables
Reviewed-by: rfield
|
2016-11-16 17:48:43 +01:00 |
|
Robert Field
|
8899d19210
|
8166333: jshell tool: shortcut var does not import its type
Reviewed-by: jlahoda
|
2016-11-11 11:50:11 -08:00 |
|
Jan Lahoda
|
4ca0a287fe
|
8169599: Several JShell tests are failing on Solaris after JDK-8145838
Partially reverting e43f670394ca
Reviewed-by: rfield
|
2016-11-11 17:45:29 +01:00 |
|
Jan Lahoda
|
d969a1a3fa
|
8145838: JShell: restrict RemoteAgent connection socket to localhost
Also reviewed by Chris Ries
Reviewed-by: rfield
|
2016-11-11 12:54:47 +01:00 |
|