Chen Liang
beeffd4671
8332109: Convert remaining tests using com.sun.tools.classfile to ClassFile API
...
Reviewed-by: asotona
2024-05-17 12:24:39 +00:00
Jan Lahoda
f2c4a41304
8328481: Implement JEP 476: Module Import Declarations (Preview)
...
Co-authored-by: Jim Laskey <jlaskey@openjdk.org>
Reviewed-by: mcimadamore, vromero
2024-05-06 05:49:28 +00:00
Maurizio Cimadamore
03e84178eb
8329948: Remove string template feature
...
Reviewed-by: jlahoda
2024-04-17 14:10:28 +00:00
Mandy Chung
044f4ed55d
8326979: (jdeps) improve the error message for FindException caused by InvalidModuleDescriptorException
...
Reviewed-by: jpai, alanb
2024-03-15 16:48:24 +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
Mandy Chung
556831d1bf
8310460: Remove jdeps -profile option
...
Reviewed-by: alanb
2023-06-23 17:03:02 +00:00
Christian Stein
2471919020
8304036: Use CommandLine class from shared module
...
Reviewed-by: jjg, mchung
2023-04-25 04:16:58 +00:00
Archie L. Cobbs
4b8f7db6be
8027682: javac wrongly accepts semicolons in package and import decls
...
Reviewed-by: vromero
2023-03-23 16:04:35 +00:00
Weijun Wang
2deb318c9f
8297065: DerOutputStream operations should not throw IOExceptions
...
Reviewed-by: mullan, valeriep
2022-11-29 12:57:46 +00:00
Weijun Wang
27527b4975
8296612: CertAttrSet is useless
...
Reviewed-by: mullan
2022-11-10 22:23:58 +00:00
Weijun Wang
da0ae5128a
8296167: test/langtools/tools/jdeps/jdkinternals/ShowReplacement.java failing after JDK-8296072
...
Reviewed-by: alanb
2022-11-01 15:14:19 +00:00
Joe Darcy
0ec18382b7
8294869: Correct failure of RemovedJDKInternals.java after JDK-8294618
...
Reviewed-by: alanb, azvegint
2022-10-05 19:27:20 +00:00
Matthias Baesken
f531dae4a0
8294840: langtools OptionalDependencyTest.java use File.pathSeparator
...
Reviewed-by: alanb
2022-10-05 14:41:29 +00:00
Matthias Baesken
953ce8da2c
8293701: jdeps InverseDepsAnalyzer runs into NoSuchElementException: No value present
...
Reviewed-by: mchung
2022-10-05 07:34:42 +00:00
Vikey Chen
7d545084f4
8283606: Tests may fail with zh locale on MacOS
...
Reviewed-by: iklam, rriggs
2022-05-05 00:06:24 +00:00
Jaikiran Pai
d4cd8dfedb
8281634: jdeps: java.lang.InternalError: Missing message: err.invalid.filters
...
Reviewed-by: dfuchs, naoto, mchung
2022-02-15 03:53:47 +00:00
Mandy Chung
7e54d065a1
8277165: jdeps --multi-release --print-module-deps fails if module-info.class in different versioned directories
...
8277166: Data race in jdeps VersionHelper
8277123: jdeps does not report some exceptions correctly
Reviewed-by: jvernee, alanb
2021-11-26 01:55:58 +00:00
Mandy Chung
e21b5c7b37
8276650: GenGraphs does not produce deterministic output
...
Reviewed-by: iris
2021-11-04 23:51:18 +00:00
Jan Lahoda
908aca29ca
8262891: Compiler implementation for Pattern Matching for switch (Preview)
...
Co-authored-by: Brian Goetz <briangoetz@openjdk.org>
Co-authored-by: Mandy Chung <mchung@openjdk.org>
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Reviewed-by: mcimadamore, forax, godin, psandoz, mchung
2021-06-07 07:01:30 +00:00
Vicente Romero
0fa9223f34
8260517: implement Sealed Classes as a standard feature in Java
...
Co-authored-by: Harold Seigel <hseigel@openjdk.org>
Co-authored-by: Vicente Romero <vromero@openjdk.org>
Reviewed-by: dholmes, mcimadamore, jlahoda
2021-05-20 09:11:08 +00:00
Mandy Chung
b3b2bb2875
8265773: incorrect jdeps message "jdk8internals" to describe a removed JDK internal API
...
Reviewed-by: alanb
2021-04-28 17:34:43 +00:00
Jan Lahoda
235488215b
8250768: javac should be adapted to changes in JEP 12
...
Reviewed-by: mcimadamore, erikj, jjg, ihse
2021-01-11 10:10:47 +00:00
Roger Riggs
3cf922b3d1
8242462: Residual Cleanup of rmic removal
...
Reviewed-by: jjg, amlu, erikj, iignatyev, mseledtsov
2020-04-10 16:33:56 -04:00
Vicente Romero
bf54c47471
8240970: Some tests fail when run with JCov
...
Reviewed-by: jjg
2020-03-18 14:33:05 -04:00
Mikael Vidstedt
3318314c7c
8237589: Fix copyright header formatting
...
Reviewed-by: jjg, serb, iris, jwilhelm
2020-01-21 14:23:01 -08:00
Mandy Chung
fe8e1aacd1
8225773: jdeps --check produces NPE if there are missing module dependences
...
Reviewed-by: alanb
2020-01-10 11:50:54 -08:00
Mandy Chung
b7e74ef62f
8229396: jdeps ignores multi-release when generate-module-info used on command line
...
Reviewed-by: alanb
2020-01-10 11:48:16 -08:00
Vicente Romero
827e5e3226
8225054: Compiler implementation for records
...
8225052: javax.lang.model support for records
8225053: Preview APIs support for records
8225055: Javadoc for records
8226314: com.sun.source support for records
8227113: Specification for java.lang.Record
8233526: JVM support for records
Implement records in the compiler and the JVM, including serialization, reflection and APIs support
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Co-authored-by: Maurizio Cimadamore <maurizio.cimadamore@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Joe Darcy <joe.darcy@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Reviewed-by: mcimadamore, briangoetz, alanb, darcy, chegar, jrose, jlahoda, coleenp, dholmes, lfoltan, mchung, sadayapalam, hannesw, sspitsyn
2019-12-04 15:57:39 -05:00
Jan Lahoda
29852ecd80
8232684: Make switch expressions final
...
Reviewed-by: alanb, mcimadamore, kvn
2019-11-12 06:32:13 +00:00
Jan Lahoda
a1894385b3
8226585: Improve javac messages for using a preview API
...
Avoiding deprecation for removal for APIs associated with preview features, the features are marked with an annotation, and errors/warnings are produced for them based on the annotation.
Co-authored-by: Joe Darcy <joe.darcy@oracle.com>
Reviewed-by: erikj, mcimadamore, alanb
2019-10-21 15:38:26 +02:00
Mandy Chung
b2604123d3
8214223: tools/jdeps/listdeps/ListModuleDeps.java failed due to missing Lib2 file
...
Reviewed-by: lancea, alanb
2018-11-22 10:15:32 -08:00
Mandy Chung
0126fdbef0
8213909: jdeps --print-module-deps should report missing dependences
...
8168869: jdeps: localized messages don't use proper line breaks
Reviewed-by: sundar
2018-11-21 22:34:01 -08:00
Mandy Chung
9d7509e647
8211051: jdeps usage of --dot-output doesn't provide valid output for modular jar
...
Reviewed-by: sundar
2018-11-21 22:33:33 -08:00
Mandy Chung
cfb0662ff6
8210502: jdeps does not handle properly on analyzing a mixture of MR JARs and non-MR JARs
...
Reviewed-by: alanb
2018-09-10 12:48:57 -07:00
Jonathan Gibbons
f0e9643542
8208227: tools/jdeps/DotFileTest.java fails on Win-X64
...
Reviewed-by: darcy
2018-07-25 17:26:35 -07:00
Mandy Chung
1a4997b484
8205116: jdeps --system $java.home fails with IAE
...
Reviewed-by: alanb, lancea
2018-06-15 13:08:32 -07:00
Lance Andersen
9995861868
8197533: Move javax.transaction.xa to its own module
...
Reviewed-by: darcy, alanb, psandoz, ihse
2018-03-04 17:05:29 -05:00
Lance Andersen
987c3a2d87
8190378: Removal of CORBA and Java EE modules
...
Reviewed-by: rriggs, alanb, mchung, erikj, goetz
2018-02-10 07:06:16 -05:00
Goetz Lindenmaier
22762d1cdc
8189102: All tools should support -?, -h and --help
...
Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini
2018-01-16 08:48:34 +01:00
Jesper Wilhelmsson
fb8bca78ee
Merge
2018-01-05 22:02:20 +01:00
Jonathan Gibbons
7030f25abd
8194141: Remove JDK9Wrappers
...
Reviewed-by: erikj, alanb
2018-01-04 10:14:50 -08:00
Mandy Chung
0b0340fe0f
8193192: jdeps --generate-module-info does not look at module path
...
Reviewed-by: dfuchs
2017-12-12 11:31:38 -08:00
Chris Hegarty
a2000f8720
8179424: Remove terminally deprecated sun.reflect.Reflection.getCallerClass
...
Reviewed-by: alanb, dfuchs, dholmes, lancea, mchung, rriggs
2017-12-22 15:55:29 +00:00
Mandy Chung
26727aebf4
8190911: tools/jdeps/MultiReleaseJar.java failed with java.lang.IllegalThreadStateException
...
Reviewed-by: bpb
2017-11-27 14:41:59 -08:00
Mandy Chung
9ebc72545b
8189202: (jdeps) Need jdeps output format easy for jlink --add-modules to use
...
Reviewed-by: sundar
2017-10-17 10:32:01 -07:00
Mandy Chung
21c1304c15
8187449: jdeps fails when an upgradeable module is upgraded with an automatic module
...
Reviewed-by: lancea, psandoz
2017-09-21 13:55:44 -07:00
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00