Qing Xiao
|
8f7e29b2cd
|
8313422: test/langtools/tools/javac 144 test classes uses com.sun.tools.classfile library
Reviewed-by: asotona
|
2023-09-07 15:37:25 +00:00 |
|
Aggelos Biboudis
|
81f8c57e4a
|
8314632: Intra-case dominance check fails in the presence of a guard
Reviewed-by: vromero
|
2023-09-07 12:51:37 +00:00 |
|
Jan Lahoda
|
726c9c977d
|
8315735: VerifyError when switch statement used with synchronized block
Reviewed-by: vromero
|
2023-09-07 11:08:55 +00:00 |
|
Pavel Rappo
|
a01b3fb8e9
|
8288660: JavaDoc should be more helpful if it doesn't recognize a tag
Reviewed-by: jjg
|
2023-09-06 07:51:14 +00:00 |
|
Jan Lahoda
|
94a74a0a45
|
8315534: Incorrect warnings about implicit annotation processing
Reviewed-by: darcy
|
2023-09-04 10:06:20 +00:00 |
|
Jan Lahoda
|
84425a6290
|
8315452: Erroneous AST missing modifiers for partial input
Reviewed-by: vromero
|
2023-09-04 09:14:16 +00:00 |
|
Jan Lahoda
|
3094fd1ac5
|
8314662: jshell shows duplicated signatures of javap
Reviewed-by: asotona, cstein
|
2023-09-04 08:36:41 +00:00 |
|
Jan Lahoda
|
adfc1d6cd2
|
8313323: javac -g on a java file which uses unnamed variable leads to ClassFormatError when launching that class
Reviewed-by: vromero
|
2023-09-04 07:17:28 +00:00 |
|
Jonathan Gibbons
|
df5e6e5d48
|
8315248: AssertionError in Name.compareTo
Reviewed-by: vromero
|
2023-08-30 21:52:31 +00:00 |
|
Christian Stein
|
c50315de8f
|
8314495: Update to use jtreg 7.3.1
Reviewed-by: dholmes, erikj, iris, jpai
|
2023-08-21 06:30:56 +00:00 |
|
Pavel Rappo
|
aecbb1b5c3
|
8314448: Coordinate DocLint and JavaDoc to report on unknown tags
Reviewed-by: jjg
|
2023-08-18 16:40:51 +00:00 |
|
Aggelos Biboudis
|
4331193010
|
8314423: Multiple patterns without unnamed variables
8314216: Case enumConstant, pattern compilation fails
Reviewed-by: jlahoda
|
2023-08-17 07:33:16 +00:00 |
|
Joe Darcy
|
c307391ab1
|
8307184: Incorrect/inconsistent specification and implementation for Elements.getDocComment
Reviewed-by: vromero, jjg
|
2023-08-09 21:17:10 +00:00 |
|
Pavel Rappo
|
593ba2fe47
|
8313693: Introduce an internal utility for the Damerau–Levenshtein distance calculation
Reviewed-by: jlahoda, jjg
|
2023-08-09 16:08:23 +00:00 |
|
Hannes Wallnöfer
|
52ec4bcb1b
|
8303056: Improve support for Unicode characters and digits in JavaDoc search
Reviewed-by: jjg
|
2023-08-09 09:50:21 +00:00 |
|
Hannes Wallnöfer
|
77e5739f60
|
8310118: Resource files should be moved to appropriate directories
Reviewed-by: jjg
|
2023-08-09 07:01:15 +00:00 |
|
Jan Lahoda
|
a1115a7a39
|
8312204: unexpected else with statement causes compiler crash
Reviewed-by: vromero
|
2023-08-08 09:28:21 +00:00 |
|
Christian Stein
|
9c6eb67e85
|
8313167: Update to use jtreg 7.3
Reviewed-by: jjg, iris
|
2023-08-07 16:09:23 +00:00 |
|
Qing Xiao
|
380418fad0
|
8295058: test/langtools/tools/javac 116 test classes uses com.sun.tools.classfile library
Reviewed-by: asotona
|
2023-08-07 15:49:11 +00:00 |
|
Jan Lahoda
|
c386091734
|
8312984: javac may crash on a record pattern with too few components
Reviewed-by: vromero
|
2023-08-03 08:37:15 +00:00 |
|
Thomas Stuefe
|
3212b64f8e
|
8313582: Problemlist failing test on linux x86
Reviewed-by: tschatzl
|
2023-08-03 08:32:13 +00:00 |
|
Jim Laskey
|
bc1d2eac9a
|
8312821: Javac accepts char literal as template
Reviewed-by: jlahoda
|
2023-08-02 21:01:44 +00:00 |
|
Jim Laskey
|
f14245b388
|
8312814: Compiler crash when template processor type is a captured wildcard
Reviewed-by: jlahoda, mcimadamore, vromero
|
2023-08-02 00:47:20 +00:00 |
|
Qing Xiao
|
97b688340e
|
8295059: test/langtools/tools/javap 12 test classes use com.sun.tools.classfile library
Reviewed-by: asotona
|
2023-07-31 15:03:05 +00:00 |
|
Jonathan Gibbons
|
e2cb0bc6f1
|
8313204: Inconsistent order of sections in generated class documentation
Reviewed-by: hannesw, prappo
|
2023-07-28 17:05:37 +00:00 |
|
Hannes Wallnöfer
|
02a04731b1
|
8312445: Array types in annotation elements show square brackets twice
Reviewed-by: prappo
|
2023-07-26 13:04:39 +00:00 |
|
Jan Lahoda
|
cc2a75e11c
|
8312619: Strange error message when switching over long
Reviewed-by: vromero
|
2023-07-26 10:35:15 +00:00 |
|
Jan Lahoda
|
1f81e5b19e
|
8312229: Crash involving yield, switch and anonymous classes
Reviewed-by: vromero
|
2023-07-26 09:44:50 +00:00 |
|
Joe Darcy
|
cb82c954e3
|
8312415: Expand -Xlint:serial checks to enum constants with specialized class bodies
Reviewed-by: jjg, jlahoda
|
2023-07-25 18:57:32 +00:00 |
|
Jonathan Gibbons
|
3c644dc586
|
8312044: Simplify toolkit Builder/Writer world
Reviewed-by: prappo
|
2023-07-21 18:51:06 +00:00 |
|
Joe Darcy
|
61ab27087e
|
8310835: Address gaps in -Xlint:serial checks
Reviewed-by: rriggs, jjg
|
2023-07-20 01:10:46 +00:00 |
|
Aggelos Biboudis
|
1fc726a8b3
|
8312163: Crash in dominance check when compiling unnamed patterns
Reviewed-by: jlahoda
|
2023-07-18 11:41:36 +00:00 |
|
Jan Lahoda
|
a4412166ec
|
8311815: Incorrect exhaustivity computation
Reviewed-by: vromero
|
2023-07-17 08:19:51 +00:00 |
|
Jan Lahoda
|
1c9691b1f7
|
8312093: Incorrect javadoc comment text
Reviewed-by: jlaskey
|
2023-07-17 06:43:16 +00:00 |
|
Jan Lahoda
|
d1fa1a8686
|
8311825: Duplicate qualified enum constants not detected
Reviewed-by: vromero
|
2023-07-14 09:54:56 +00:00 |
|
Jan Lahoda
|
bbb7ce5137
|
8311038: Incorrect exhaustivity computation
Reviewed-by: vromero
|
2023-07-14 08:21:48 +00:00 |
|
Matthias Baesken
|
25cbe85d6f
|
8310550: Adjust references to rt.jar
Reviewed-by: erikj, clanger
|
2023-07-07 06:57:23 +00:00 |
|
Hannes Wallnöfer
|
0741cd3289
|
8311264: JavaDoc index comparator is not transitive
Reviewed-by: jjg
|
2023-07-06 07:08:20 +00:00 |
|
Joe Darcy
|
3df36c4f10
|
8310061: Note if implicit annotation processing is being used
Reviewed-by: briangoetz, vromero, jjg
|
2023-06-28 21:00:28 +00:00 |
|
Archie Cobbs
|
a08352f621
|
8305671: javac rejects semicolons in compilation units with no imports
Reviewed-by: vromero
|
2023-06-26 19:05:00 +00:00 |
|
Joe Darcy
|
815ac6eeb3
|
8310907: Add missing file
Reviewed-by: jjg
|
2023-06-26 18:14:32 +00:00 |
|
Joe Darcy
|
289f218a32
|
8310861: Improve location reporting for javac serial lint warnings
Reviewed-by: jlahoda
|
2023-06-26 16:56:40 +00:00 |
|
Mandy Chung
|
556831d1bf
|
8310460: Remove jdeps -profile option
Reviewed-by: alanb
|
2023-06-23 17:03:02 +00:00 |
|
Jan Lahoda
|
01623f6a57
|
8310133: Effectivelly final condition not enforced in guards for binding variables from the same case
Reviewed-by: vromero
|
2023-06-21 09:16:12 +00:00 |
|
Jan Lahoda
|
a15db1a56c
|
8302865: Illegal bytecode for break from if with instanceof pattern matching condition
Reviewed-by: vromero
|
2023-06-21 09:15:48 +00:00 |
|
Jan Lahoda
|
4ca548fe74
|
8310326: Incorrect position of the synthetic unnamed class
Reviewed-by: jlaskey
|
2023-06-20 10:34:52 +00:00 |
|
Jan Lahoda
|
79069c5e74
|
8310314: Misplaced "unnamed classes are a preview feature and are disabled by default" error
Reviewed-by: jlaskey
|
2023-06-20 07:02:49 +00:00 |
|
Archie Cobbs
|
bcc4d36857
|
8309511: Regression test ExtraImportSemicolon.java refers to the wrong bug
Reviewed-by: vromero
|
2023-06-16 22:49:22 +00:00 |
|
Liam Miller-Cushon
|
53abba3a5a
|
8309499: javac fails to report compiler.err.no.java.lang with annotation processing enabled
Co-authored-by: Paula Toth <paulatoth@google.com>
Reviewed-by: vromero
|
2023-06-16 16:43:22 +00:00 |
|
Hannes Wallnöfer
|
21f6d83358
|
8309471: Limit key characters in static index pages
Reviewed-by: jjg
|
2023-06-16 15:04:07 +00:00 |
|