Jan Lahoda
|
70157c78a8
|
8272135: jshell: Method cannot use its overloaded version
Reviewed-by: vromero
|
2021-09-07 09:50:10 +00:00 |
|
Vicente Romero
|
ff4018bc86
|
8268148: unchecked warnings handle ? and ? extends Object differently
Reviewed-by: jlahoda
|
2021-09-03 15:20:23 +00:00 |
|
Vicente Romero
|
8c37909274
|
8273234: extended 'for' with expression of type tvar causes the compiler to crash
Reviewed-by: jlahoda
|
2021-09-03 13:11:27 +00:00 |
|
Guoxiong Li
|
d05494f98b
|
8266239: Some duplicated javac command-line options have repeated effect
Reviewed-by: vromero
|
2021-09-03 09:33:17 +00:00 |
|
Jan Lahoda
|
93eec9a103
|
8272776: NullPointerException not reported
Reviewed-by: vromero
|
2021-09-03 09:31:54 +00:00 |
|
Jan Lahoda
|
7b023a3f60
|
8273257: jshell doesn't compile a sealed hierarchy with a sealed interface and a non-sealed leaf
Reviewed-by: vromero
|
2021-09-03 09:30:56 +00:00 |
|
Jan Lahoda
|
f17ee0c5c7
|
8273263: Incorrect recovery attribution of record component type when j.l.Record is unavailable
Reviewed-by: vromero
|
2021-09-03 09:29:45 +00:00 |
|
Joe Darcy
|
2f01a6f8b6
|
8273157: Add convenience methods to Messager
Reviewed-by: jjg
|
2021-09-01 20:28:05 +00:00 |
|
Vicente Romero
|
75d987a0dd
|
8262095: NPE in Flow$FlowAnalyzer.visitApply: Cannot invoke getThrownTypes because tree.meth.type is null
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Co-authored-by: Vicente Romero <vromero@openjdk.org>
Reviewed-by: jlahoda
|
2021-08-31 15:40:17 +00:00 |
|
Guoxiong Li
|
a9188f237e
|
8268894: forged ASTs can provoke an AIOOBE at com.sun.tools.javac.jvm.ClassWriter::writePosition
Reviewed-by: vromero
|
2021-08-29 07:26:08 +00:00 |
|
Jonathan Gibbons
|
d34f17c697
|
8270195: Add missing links between methods of JavaFX properties
Reviewed-by: kcr, hannesw
|
2021-08-24 16:10:25 +00:00 |
|
Jonathan Gibbons
|
94f5e441f6
|
8271258: @param with non-ascii variable names produces incorrect results
Reviewed-by: hannesw
|
2021-08-24 14:41:24 +00:00 |
|
Jonathan Gibbons
|
1884072474
|
8265253: javac -Xdoclint:all gives "no comment" warning for code that can't be commented
Reviewed-by: hannesw
|
2021-08-23 17:31:29 +00:00 |
|
Vicente Romero
|
14623cde3a
|
8270835: regression after JDK-8261006
Reviewed-by: jlahoda
|
2021-08-17 20:47:36 +00:00 |
|
Hannes Wallnöfer
|
0e3fde6c3c
|
8264274: Block tags in overview.html are ignored
Reviewed-by: jjg
|
2021-08-17 08:29:49 +00:00 |
|
Jonathan Gibbons
|
ae45592d33
|
8272374: doclint should report missing "body" comments
Reviewed-by: kcr, hannesw
|
2021-08-16 20:48:25 +00:00 |
|
Jonathan Gibbons
|
9ba8a12cfb
|
8269774: doclint reports missing javadoc comments for JavaFX properties if the docs are on the property method
Reviewed-by: kcr, hannesw
|
2021-08-11 18:04:29 +00:00 |
|
Jonathan Gibbons
|
ec8d3badc8
|
8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments
Reviewed-by: darcy
|
2021-08-11 18:03:40 +00:00 |
|
Jan Lahoda
|
3215dbc8b8
|
8271928: ErroneousTree with start position -1
Reviewed-by: jlaskey, vromero
|
2021-08-11 08:54:20 +00:00 |
|
Joe Darcy
|
57ae9fbe77
|
8140442: Add getOutermostTypeElement to javax.lang.model utility class
Reviewed-by: jlahoda
|
2021-08-10 16:49:49 +00:00 |
|
Joe Darcy
|
7fc99cf9b6
|
8225488: Examine ExecutableType.getReceiverType behavior when source receiver parameter is absent
Reviewed-by: jjg
|
2021-08-09 18:33:34 +00:00 |
|
Jan Lahoda
|
b59418f47d
|
8270060: (jdeprscan) tools/jdeprscan/tests/jdk/jdeprscan/TestRelease.java failed with class file for jdk.internal.util.random.RandomSupport not found
Reviewed-by: sundar, vromero, darcy
|
2021-07-30 07:58:51 +00:00 |
|
Liam Miller-Cushon
|
60c11fef00
|
8261088: Repeatable annotations without @Target cannot have containers that target module declarations
Reviewed-by: jfranck
|
2021-07-28 18:21:19 +00:00 |
|
Jesper Wilhelmsson
|
a50161b750
|
Merge
|
2021-07-28 00:36:16 +00:00 |
|
Hannes Wallnöfer
|
fbe28e4ee1
|
8270866: NPE in DocTreePath.getTreePath()
Reviewed-by: jjg
|
2021-07-27 19:28:54 +00:00 |
|
Jesper Wilhelmsson
|
eb6da88817
|
Merge
|
2021-07-27 00:57:58 +00:00 |
|
Jim Laskey
|
b76a83888b
|
8269150: UnicodeReader not translating \u005c\\u005d to \\]
Reviewed-by: jjg, jlahoda, darcy
|
2021-07-26 18:04:28 +00:00 |
|
Daniel D. Daugherty
|
9b93d816c1
|
8271161: [BACKOUT] JDK-8249634 doclint should report implicit constructor as missing javadoc comments
Reviewed-by: iignatyev
|
2021-07-22 21:15:20 +00:00 |
|
Jonathan Gibbons
|
c1c404896c
|
8249634: doclint should report implicit constructor as missing javadoc comments
Reviewed-by: hannesw
|
2021-07-22 18:52:19 +00:00 |
|
Vicente Romero
|
c962e6ec0b
|
8261006: 'super' qualified method references cannot occur in a static context
Reviewed-by: sadayapalam
|
2021-07-15 15:33:23 +00:00 |
|
Thejasvi Voniadka
|
04b73bc4e0
|
8269656: The test test/langtools/tools/javac/versions/Versions.java has duplicate test cycles
Reviewed-by: darcy
|
2021-07-15 04:52:38 +00:00 |
|
Jesper Wilhelmsson
|
7d0edb5743
|
Merge
|
2021-07-14 22:35:40 +00:00 |
|
Hannes Wallnöfer
|
82c256eb61
|
8259499: Handling type arguments from outer classes for inner class in javadoc
Reviewed-by: jjg
|
2021-07-14 06:49:45 +00:00 |
|
Jesper Wilhelmsson
|
ec975c6a05
|
Merge
|
2021-07-10 01:23:18 +00:00 |
|
Jonathan Gibbons
|
3588634d54
|
8268420: new Reporter method to report a diagnostic within a DocTree node
Reviewed-by: prappo
|
2021-07-09 16:14:29 +00:00 |
|
Jan Lahoda
|
1196b35684
|
8270151: IncompatibleClassChangeError on empty pattern switch statement case
Reviewed-by: mcimadamore
|
2021-07-09 11:03:40 +00:00 |
|
Jan Lahoda
|
885f7b1141
|
8269146: Missing unreported constraints on pattern and other case label combination
8269301: Switch statement with a pattern, constant and default label elements crash javac
Reviewed-by: mcimadamore
|
2021-07-09 08:03:56 +00:00 |
|
Jesper Wilhelmsson
|
dfd6b2be7d
|
Merge
|
2021-07-08 23:21:00 +00:00 |
|
Jonathan Gibbons
|
6401633800
|
8269722: NPE in HtmlDocletWriter
Reviewed-by: hannesw
|
2021-07-08 20:23:02 +00:00 |
|
Guoxiong Li
|
9e75f922b1
|
8269738: AssertionError when combining pattern matching and function closure
Reviewed-by: jlahoda, vromero
|
2021-07-08 14:15:07 +00:00 |
|
Jan Lahoda
|
fa08cc62df
|
8268766: Desugaring of pattern matching enum switch should be improved
Reviewed-by: mcimadamore, psandoz
|
2021-07-08 11:56:53 +00:00 |
|
Jan Lahoda
|
30bba54b97
|
8270064: Problem list tools/jdeprscan/tests/jdk/jdeprscan/TestRelease.java due to JDK-8270060
Reviewed-by: mcimadamore
|
2021-07-08 10:37:27 +00:00 |
|
Jan Lahoda
|
4f70759175
|
8270006: Switches with 'case null:' should be exhaustive
Reviewed-by: vromero
|
2021-07-08 08:03:09 +00:00 |
|
Jesper Wilhelmsson
|
270fbcb3f5
|
Merge
|
2021-07-08 00:55:53 +00:00 |
|
Jan Lahoda
|
7fcd5ca025
|
8266036: class file for sun.misc.Contended not found
8258421: (jdeprscan) tools/jdeprscan/tests/jdk/jdeprscan/TestRelease.java failed with "error: cannot access jdk.internal.ValueBased"
Reviewed-by: darcy
|
2021-07-07 09:49:53 +00:00 |
|
Jan Lahoda
|
820f2900d8
|
8268859: jshell throws exception while parsing illegal "case true"
Reviewed-by: mcimadamore
|
2021-07-07 07:26:41 +00:00 |
|
Jan Lahoda
|
815e4af35d
|
8269802: javac fails to compile nested pattern matching switches
8269808: javac generates class with invalid stack map
Reviewed-by: mcimadamore
|
2021-07-07 06:24:58 +00:00 |
|
Jesper Wilhelmsson
|
b0e186792e
|
Merge
|
2021-07-02 01:07:50 +00:00 |
|
Vicente Romero
|
de61328d30
|
8225559: assertion error at TransTypes.visitApply
Reviewed-by: sadayapalam, jlahoda
|
2021-07-01 16:18:12 +00:00 |
|
Jan Lahoda
|
a8385feb30
|
8269354: javac crashes when processing parenthesized pattern in instanceof
Reviewed-by: vromero
|
2021-07-01 10:10:03 +00:00 |
|