Jan Lahoda
|
57a65fe436
|
8322003: JShell - Incorrect type inference in lists of records implementing interfaces
Reviewed-by: vromero
|
2024-01-08 14:09:27 +00:00 |
|
Jonathan Gibbons
|
be4614eb5e
|
8323016: Improve reporting for bad options
Reviewed-by: prappo
|
2024-01-05 22:16:52 +00:00 |
|
Jan Lahoda
|
f0cfd361bd
|
8322532: JShell : Unnamed variable issue
Reviewed-by: asotona
|
2024-01-05 11:34:03 +00:00 |
|
Jan Lahoda
|
7455b1b527
|
8322159: ThisEscapeAnalyzer crashes for erroneous code
Reviewed-by: vromero
|
2024-01-02 11:15:12 +00:00 |
|
Ivan Walulya
|
f696796e88
|
8280087: G1: Handle out-of-mark stack situations during reference processing more gracefully
Reviewed-by: tschatzl, ayang
|
2023-12-18 09:43:53 +00:00 |
|
Liam Miller-Cushon
|
bdebf198bb
|
8322175: test/langtools/tools/javac/classreader/BadMethodParameter.java doesn't compile
Reviewed-by: jlahoda
|
2023-12-15 12:18:01 +00:00 |
|
Liam Miller-Cushon
|
20de541b13
|
8322040: Missing array bounds check in ClassReader.parameter
Reviewed-by: vromero
|
2023-12-15 10:16:35 +00:00 |
|
Adam Sotona
|
2838a916ab
|
8288989: Make tests not depend on the source code
Reviewed-by: mcimadamore
|
2023-12-14 11:36:57 +00:00 |
|
Christian Stein
|
df4ed7eff7
|
8321739: Source launcher fails with "Not a directory" error
Reviewed-by: jlahoda
|
2023-12-12 15:26:21 +00:00 |
|
Jan Lahoda
|
ce8399fd60
|
8321582: yield <primitive-type>.class not parsed correctly.
Reviewed-by: vromero
|
2023-12-11 12:20:22 +00:00 |
|
Joe Darcy
|
519ecd352a
|
8319413: Start of release updates for JDK 23
8319414: Add SourceVersion.RELEASE_23
8319416: Add source 23 and target 23 to javac
Reviewed-by: iris, erikj, alanb, vromero
|
2023-12-07 17:01:29 +00:00 |
|
Jan Lahoda
|
03c4595173
|
8321164: javac with annotation processor throws AssertionError: Filling jrt:/... during JarFileObject[/...]
Reviewed-by: vromero, mcimadamore
|
2023-12-07 09:09:19 +00:00 |
|
Joe Darcy
|
781775d73b
|
8321484: Make TestImplicitlyDeclaredClasses release independent
Reviewed-by: vromero
|
2023-12-06 21:24:56 +00:00 |
|
Joe Darcy
|
3edc24a71d
|
8321073: Defer policy of disabling annotation processing by default
Reviewed-by: vromero, jlahoda, mcimadamore
|
2023-12-06 18:36:26 +00:00 |
|
Vicente Romero
|
a9cb120d03
|
8320948: NPE due to unreported compiler error
Reviewed-by: jlahoda
|
2023-12-06 16:48:08 +00:00 |
|
Aggelos Biboudis
|
90e433d72e
|
8320144: Compilation crashes when a custom annotation with invalid default value is used
Reviewed-by: vromero, jlahoda
|
2023-12-06 15:34:25 +00:00 |
|
Vicente Romero
|
aaaae3ee3c
|
8321207: javac is not accepting correct code
Reviewed-by: jlahoda
|
2023-12-06 02:36:02 +00:00 |
|
Pavel Rappo
|
430564cf88
|
8308715: Create a mechanism for Implicitly Declared Class javadoc
Reviewed-by: jjg
|
2023-12-05 22:09:05 +00:00 |
|
Archie Cobbs
|
640d7f31b2
|
8314327: Issues with JShell when using "local" execution engine
Reviewed-by: jlahoda
|
2023-12-05 17:57:43 +00:00 |
|
Jan Lahoda
|
18c7922781
|
8321224: ct.sym for JDK 22 contains references to internal modules
Reviewed-by: darcy, vromero, asotona, ihse
|
2023-12-05 17:24:48 +00:00 |
|
Christian Stein
|
517b178819
|
8306914: Implement JEP 458: Launch Multi-File Source-Code Programs
Reviewed-by: jlahoda, jlaskey
|
2023-12-05 07:50:21 +00:00 |
|
Adam Sotona
|
2b00ac0d02
|
8308753: Class-File API transition to Preview
Reviewed-by: ihse, mchung, vromero
|
2023-12-04 07:07:57 +00:00 |
|
Eirik Bjorsnos
|
2f299e4a73
|
8321182: SourceExample.SOURCE_14 comment should refer to 'switch expressions' instead of 'text blocks'
Reviewed-by: darcy
|
2023-12-01 21:15:46 +00:00 |
|
Aggelos Biboudis
|
54957ac55f
|
8312560: Annotation on Decomposed Record Component in Enhanced For Loop Fails Compilation
Reviewed-by: jlahoda
|
2023-12-01 14:15:38 +00:00 |
|
Pavel Rappo
|
8f1d40b48b
|
8321114: Rename "Unnamed Classes" to "Implicitly Declared Classes" better
Reviewed-by: jlaskey
|
2023-12-01 11:51:25 +00:00 |
|
Aggelos Biboudis
|
4ba94ef69e
|
8320145: Compiler should accept final variable in Record Pattern
Reviewed-by: jlahoda
|
2023-12-01 07:13:39 +00:00 |
|
Jim Laskey
|
04ad98ed32
|
8315458: Implement JEP 463: Implicitly Declared Classes and Instance Main Method (Second Preview)
Reviewed-by: jlahoda, mcimadamore, vromero, rriggs, alanb, mchung
|
2023-11-30 12:49:49 +00:00 |
|
Liam Miller-Cushon
|
62418c681e
|
8319444: Unhelpful failure output in TestLegalNotices
Reviewed-by: hannesw, jjg
|
2023-11-29 17:49:30 +00:00 |
|
Joe Darcy
|
b68356b267
|
8320806: Augment test/langtools/tools/javac/versions/Versions.java for JDK 22 language changes
Reviewed-by: jlahoda, vromero
|
2023-11-29 17:25:26 +00:00 |
|
Jan Lahoda
|
65dfcae6d6
|
8308399: Recommend --release when -source and -target are misused
Reviewed-by: vromero
|
2023-11-29 12:27:54 +00:00 |
|
Jan Lahoda
|
2fae07f53f
|
8319311: JShell Process Builder should be configurable
Reviewed-by: asotona
|
2023-11-28 12:32:23 +00:00 |
|
Archie Cobbs
|
12e983a72e
|
8194743: Compiler implementation for Statements before super()
Reviewed-by: vromero, jwaters, mcimadamore
|
2023-11-27 17:26:52 +00:00 |
|
Vicente Romero
|
5e24aaf4f7
|
8320001: javac crashes while adding type annotations to the return type of a constructor
Reviewed-by: cushon, jlahoda
|
2023-11-27 16:23:02 +00:00 |
|
Jan Lahoda
|
fc314740e9
|
8318913: The module-infos for --release data do not contain pre-set versions
Co-authored-by: Erik Joelsson <erikj@openjdk.org>
Reviewed-by: vromero, ihse
|
2023-11-24 06:30:08 +00:00 |
|
Jan Lahoda
|
14193a049e
|
8314614: jdk/jshell/ImportTest.java failed with "InternalError: Failed remote listen"
8312140: jdk/jshell tests failed with JDI socket timeouts
Reviewed-by: asotona
|
2023-11-23 07:15:43 +00:00 |
|
Jonathan Gibbons
|
407cdd4cac
|
8320207: doclet incorrectly chooses code font for a See Also link
Reviewed-by: hannesw
|
2023-11-22 17:23:38 +00:00 |
|
Adam Sotona
|
53eb6f126b
|
8187591: -Werror turns incubator module warning to an error
Reviewed-by: jlahoda
|
2023-11-21 15:11:00 +00:00 |
|
Hannes Wallnöfer
|
30d895383e
|
8275889: Search dialog has redundant scrollbars
Reviewed-by: jjg
|
2023-11-20 18:32:20 +00:00 |
|
Hannes Wallnöfer
|
cee54de41b
|
8319988: Wrong heading for inherited nested classes
Reviewed-by: jjg
|
2023-11-20 18:26:21 +00:00 |
|
Jim Laskey
|
9902d2eb17
|
8315457: Implement JEP 459: String Templates (Second Preview)
Reviewed-by: jlahoda, alanb, vromero
|
2023-11-17 12:53:49 +00:00 |
|
Vicente Romero
|
d6aa7c8ba0
|
8314621: ClassNotFoundException due to lambda reference to elided anonymous inner class
Reviewed-by: jlahoda
|
2023-11-16 16:49:26 +00:00 |
|
Vicente Romero
|
52e2878cff
|
8319987 : compilation of sealed classes leads to infinite recursion
Reviewed-by: jlahoda
|
2023-11-16 16:41:58 +00:00 |
|
Liam Miller-Cushon
|
346dbd6d1c
|
8319196: ExecutableElement.getReceiverType doesn't return receiver types for methods loaded from bytecode
Reviewed-by: vromero
|
2023-11-14 17:38:09 +00:00 |
|
Vicente Romero
|
a75b6e569f
|
8191460: crash in Annotate with duplicate declaration and annotation processing enabled
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Reviewed-by: asotona
|
2023-11-14 15:17:18 +00:00 |
|
Pavel Rappo
|
c9077b8b81
|
8319339: Internal error on spurious markup in a hybrid snippet
Reviewed-by: jjg
|
2023-11-10 16:50:53 +00:00 |
|
Jan Lahoda
|
45e68ae207
|
8319532: jshell - Non-sealed declarations sometimes break a snippet evaluation
Reviewed-by: asotona
|
2023-11-07 15:27:48 +00:00 |
|
Jan Lahoda
|
541ff7149f
|
8318144: Match on enum constants with body compiles but fails with MatchException
Reviewed-by: liach, vromero
|
2023-11-07 12:05:58 +00:00 |
|
Liam Miller-Cushon
|
de6667cf11
|
8225377: type annotations are not visible to javac plugins across compilation boundaries
Reviewed-by: vromero
|
2023-11-03 17:31:05 +00:00 |
|
Jonathan Gibbons
|
c86592d38d
|
8319046: Execute tests in source/class-file order in JavadocTester
Reviewed-by: hannesw
|
2023-11-01 15:48:31 +00:00 |
|
Jonathan Gibbons
|
3660a90ad8
|
8319139: Improve diagnosability of JavadocTester output
Reviewed-by: hannesw
|
2023-11-01 15:33:53 +00:00 |
|