Adam Sotona
|
a95bc7acd0
|
8294974: Convert jdk.jshell/jdk.jshell.execution.LocalExecutionControl to use the Classfile API to instrument classes
Reviewed-by: jlahoda
|
2023-03-13 15:53:01 +00:00 |
|
Jesper Wilhelmsson
|
5c59de52a3
|
Merge
|
2023-01-27 22:46:31 +00:00 |
|
Damon Nguyen
|
a67b1e77d3
|
8300719: JDK 20 RDP2 L10n resource files update
Reviewed-by: cjplummer, naoto, prr, joehw, asemenyuk, jlu, lancea, ihse, jjg, weijun
|
2023-01-26 22:33:04 +00:00 |
|
David Holmes
|
6dd8723f66
|
8290918: Initial nroff manpage generation for JDK 21
Reviewed-by: lancea, iris, darcy
|
2023-01-24 06:27:54 +00:00 |
|
Jesper Wilhelmsson
|
56dc3b08a6
|
Merge
|
2023-01-23 20:58:40 +00:00 |
|
David Holmes
|
fd752178e3
|
8290919: Update nroff pages in JDK 20 before RC
Reviewed-by: iris, alanb
|
2023-01-23 07:44:32 +00:00 |
|
Adam Sotona
|
257f667afb
|
8296789: <TAB>-completion in jshell fails to expose synthetic bridge methods
Reviewed-by: jlahoda
|
2023-01-11 09:21:28 +00:00 |
|
Adam Sotona
|
030e88d638
|
8299829: In jshell, the output of "0".repeat(49999)+"2" ends with a '0'
Reviewed-by: jlahoda
|
2023-01-11 08:30:48 +00:00 |
|
Jan Lahoda
|
9bcdfc4285
|
8298425: System.console().readLine() hangs in jshell
Reviewed-by: naoto, alanb
|
2022-12-14 11:36:04 +00:00 |
|
Jan Lahoda
|
bc59f2a4ac
|
8295984: Remove unexpected JShell feature
Reviewed-by: cstein, sundar
|
2022-11-23 14:43:41 +00:00 |
|
Jonathan Gibbons
|
5a45c25151
|
8297164: Update troff man pages and CheckManPageOptions.java
Reviewed-by: dholmes
|
2022-11-21 22:03:48 +00:00 |
|
Daniel Fuchs
|
4338f527aa
|
8294241: Deprecate URL public constructors
Reviewed-by: joehw, prr, alanb, aefimov, michaelm
|
2022-11-03 17:18:14 +00:00 |
|
Pavel Rappo
|
9bb932ce30
|
8295154: Documentation for RemoteExecutionControl.invoke(Method) inherits non-existent documentation
Reviewed-by: jjg
|
2022-10-11 19:35:18 +00:00 |
|
Pavel Rappo
|
eb90c4fc04
|
8294377: Prepare to stop auto-inheriting documentation for subclasses of exceptions whose documentation is inherited
Reviewed-by: jjg
|
2022-10-10 16:54:57 +00:00 |
|
Jan Lahoda
|
8e9cfeb17c
|
8294431: jshell reports error on initialisation of static final field of anonymous class
Reviewed-by: sundar
|
2022-10-03 07:23:42 +00:00 |
|
Alan Bateman
|
acd5bcfc88
|
8289610: Degrade Thread.stop
Reviewed-by: rriggs, cjplummer, jpai, mchung, prr, mullan
|
2022-09-23 07:55:29 +00:00 |
|
Adam Sotona
|
ffc249ae21
|
8289613: Drop use of Thread.stop in jshell
Reviewed-by: jlahoda
|
2022-09-08 10:01:24 +00:00 |
|
Jan Lahoda
|
4955835249
|
8282434: Leading combining diacritic character in string renders incorrectly
Reviewed-by: vromero
|
2022-09-06 08:42:45 +00:00 |
|
Joe Darcy
|
2d18dda3f2
|
8173605: Remove support for source and target 1.7 option in javac
Reviewed-by: vromero
|
2022-09-01 16:43:50 +00:00 |
|
David Holmes
|
e9f97b2e8c
|
8290489: Initial nroff manpage generation for JDK 20
Reviewed-by: dcubed
|
2022-07-22 04:40:15 +00:00 |
|
Daniel D. Daugherty
|
9c19d89c9c
|
Merge
|
2022-07-20 22:56:17 +00:00 |
|
David Holmes
|
618f3a82a4
|
8278274: Update nroff pages in JDK 19 before RC
Reviewed-by: jjg
|
2022-07-20 04:40:09 +00:00 |
|
Andrey Turbanov
|
2ff22087f2
|
8289804: Remove redundant stream() call before forEach in jdk.jshell
Reviewed-by: psandoz
|
2022-07-19 11:32:30 +00:00 |
|
Jan Lahoda
|
062db59eeb
|
8286206: Missing cases for RECORD
Reviewed-by: vromero, jjg
|
2022-06-07 14:44:44 +00:00 |
|
Alexey Ivanov
|
9b7e42c0f0
|
8284209: Replace remaining usages of 'a the' in source code
Reviewed-by: lancea, wetmore, dfuchs, iris, jjg, ihse
|
2022-05-24 20:08:11 +00:00 |
|
Jan Lahoda
|
6a1b09898d
|
8278039: Code completion not woking after some statements such as "if" or "while"
Reviewed-by: jlaskey
|
2022-05-13 11:03:17 +00:00 |
|
Jan Lahoda
|
11fa03f3ee
|
8282160: JShell circularly-required classes cannot be defined
Reviewed-by: vromero
|
2022-05-13 09:45:48 +00:00 |
|
Alan Bateman
|
9583e3657e
|
8284161: Implementation of Virtual Threads (Preview)
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
|
2022-05-07 08:06:16 +00:00 |
|
Jan Lahoda
|
9156c0b213
|
8274148: can jshell show deprecated classes, methods and fields as strikethrough text?
Reviewed-by: vromero
|
2022-04-01 06:37:46 +00:00 |
|
Alisen Chung
|
38df5701ff
|
8283805: [REDO] JDK 19 L10n resource files update - msgdrop 10
Reviewed-by: naoto
|
2022-03-31 22:59:21 +00:00 |
|
Alisen Chung
|
634800a536
|
8283806: [BACKOUT] JDK 19 L10n resource files update - msgdrop 10
Reviewed-by: kcr, naoto
|
2022-03-28 23:37:35 +00:00 |
|
Alisen Chung
|
c0aecd15ae
|
8280400: JDK 19 L10n resource files update - msgdrop 10
Reviewed-by: naoto, kizune
|
2022-03-28 18:31:17 +00:00 |
|
Matteo Baccan
|
ccad39237a
|
8282657: Code cleanup: removing double semicolons at the end of lines
Reviewed-by: lancea, rriggs, ihse, prr, iris, wetmore, darcy, dholmes
|
2022-03-07 21:33:40 +00:00 |
|
Andrey Turbanov
|
04dbdd36dd
|
8274898: Cleanup usages of StringBuffer in jdk tools modules
Reviewed-by: sspitsyn, lmesnik
|
2021-12-15 19:28:58 +00:00 |
|
David Holmes
|
624f3094b8
|
8278275: Initial nroff manpage generation for JDK 19
Reviewed-by: erikj, jjg, iris
|
2021-12-13 21:36:24 +00:00 |
|
Jonathan Gibbons
|
ed5d53ae0e
|
8273179: Update nroff pages in JDK 18 before RC
Reviewed-by: dholmes
|
2021-12-10 02:50:37 +00:00 |
|
Jan Lahoda
|
3955b037da
|
8277328: jdk/jshell/CommandCompletionTest.java failures on Windows
Reviewed-by: vromero
|
2021-12-07 18:15:25 +00:00 |
|
Tim Prinzing
|
652b5f8546
|
8276674: Malformed Javadoc inline tags in JDK source
Reviewed-by: jjg, rriggs, prappo, bchristi
|
2021-12-02 20:47:29 +00:00 |
|
Ichiroh Takiguchi
|
8f9eb620ac
|
8274784: jshell: Garbled character was displayed by System.out.println(...) on Japanese Windows
Reviewed-by: naoto
|
2021-11-29 00:11:28 +00:00 |
|
Jan Lahoda
|
8a44e093dc
|
8268725: jshell does not support the --enable-native-access option
Reviewed-by: sundar
|
2021-11-23 16:46:45 +00:00 |
|
Jan Lahoda
|
fa754b8ffd
|
8276149: jshell throws EOF error when throwing exception inside switch expression
Reviewed-by: vromero
|
2021-11-08 13:20:44 +00:00 |
|
Jan Lahoda
|
4c14eddf41
|
8274734: the method jdk.jshell.SourceCodeAnalysis documentation not working
Reviewed-by: vromero
|
2021-11-08 13:19:51 +00:00 |
|
Magnus Ihse Bursie
|
b9331360f5
|
8276641: Use blessed modifier order in jshell
Reviewed-by: iris
|
2021-11-05 12:06:39 +00:00 |
|
Jan Lahoda
|
70157c78a8
|
8272135: jshell: Method cannot use its overloaded version
Reviewed-by: vromero
|
2021-09-07 09:50:10 +00:00 |
|
Sergey Bylokhov
|
7fff22afe7
|
8272805: Avoid looking up standard charsets
Reviewed-by: weijun, naoto, dfuchs, azvegint, erikj
|
2021-09-02 22:56:20 +00:00 |
|
David Holmes
|
ea02dade43
|
8272067: Initial nroff manpage generation for JDK 18
Reviewed-by: darcy
|
2021-08-06 03:49:34 +00:00 |
|
Jesper Wilhelmsson
|
14692d5ed0
|
Merge
|
2021-08-06 01:21:44 +00:00 |
|
Jonathan Gibbons
|
dfacda488b
|
8270872: Final nroff manpage update for JDK 17
Reviewed-by: darcy, mr, iris, naoto
|
2021-08-05 22:12:27 +00:00 |
|
Sergey Tsypanov
|
6a3f8343bc
|
8268113: Re-use Long.hashCode() where possible
Reviewed-by: redestad
|
2021-08-02 12:49:41 +00:00 |
|
Jan Lahoda
|
40c9e258b5
|
8265444: Javadocs: jdk.jshell - small typo
Reviewed-by: sundar
|
2021-06-04 12:35:36 +00:00 |
|