Joe Darcy
6a466fe7ae
8202056: Expand serial warning to check for bad overloads of serial-related methods and ineffectual fields
...
8160675: Issue lint warning for non-serializable non-transient instance fields in serializable type
Reviewed-by: erikj, sspitsyn, jlahoda, vromero, rriggs, smarks
2021-10-21 21:11:01 +00:00
Mandy Chung
daaa47e200
8274311: Make build.tools.jigsaw.GenGraphs more configurable
...
Reviewed-by: alanb, iris
2021-09-27 16:56:33 +00:00
Andrey Turbanov
7e92abe7a4
8273710: Remove redundant stream() call before forEach in jdk.jdeps
...
Reviewed-by: dfuchs, shade
2021-09-16 15:17:28 +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
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
Adam Sotona
cf97252f3f
8264561: javap get NegativeArraySizeException on bad instruction
...
Reviewed-by: vromero
2021-05-17 15:23:18 +00:00
Ian Graves
c36c63a008
8260560: convert jdeps and jdeprscan tools to use Stream.toList()
...
Reviewed-by: alanb, mchung, iris
2021-04-30 19:51:36 +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
Adam Sotona
7d4f60b16b
8260403: javap should be more robust in the face of invalid class files
...
Reviewed-by: vromero
2021-02-25 16:03:04 +00:00
Magnus Ihse Bursie
f7a6cff983
8261149: Initial nroff manpage update for JDK 17
...
Reviewed-by: dholmes, erikj
2021-02-04 14:37:33 +00:00
Magnus Ihse Bursie
ed1a7755c3
8258378: Final nroff manpage update for JDK 16
...
Reviewed-by: erikj, dholmes
2021-02-02 07:41:48 +00:00
Leo Jiang
012051090d
8259732: JDK 16 L10n resource file update - msg drop 10
...
Reviewed-by: naoto
2021-01-20 13:58:49 +00:00
Andrey Turbanov
30de320c01
6882207: Convert javap to use diamond operator internally
...
Reviewed-by: jjg
2020-12-09 19:20:13 +00:00
Jan Lahoda
6eff9315e1
8256950: Add record attribute support to symbol generator CreateSymbols
...
Reviewed-by: jjg, chegar
2020-12-09 15:05:01 +00:00
Magnus Ihse Bursie
622f72bc8b
8255853: Update all nroff manpages for JDK 16 release
...
Reviewed-by: erikj
2020-11-03 22:12:56 +00:00
Vicente Romero
55dd4401ce
8230918: j.l.NASE in javap
...
Reviewed-by: jjg
2020-08-26 13:08:39 -04:00
Athijegannathan Sundararajan
f70fc149b5
8251276: JDK-8248299 breaks JDK 15 validate-headers build
...
Reviewed-by: mchung, iris, vtewari
2020-08-08 12:22:05 +05:30
Athijegannathan Sundararajan
764b50a7e3
8248299: two jdeps files miss copyright header
...
Reviewed-by: mchung
2020-08-07 07:03:12 +05:30
Pavel Rappo
922ba8da30
8240777: Update all nroff manpages for JDK 15 release
...
Reviewed-by: dholmes
2020-07-24 17:06:35 +01:00
Mark Reinhold
55039aa1c6
8249205: Remove unnecessary trademark symbols
...
Reviewed-by: darcy, lancea, bpb, prr, jjg, cjplummer, iris, dfuchs, weijun, joehw, wetmore, bchristi
2020-07-15 14:21:54 -07:00
Leo Jiang
1b1fb08000
8249086: JDK 15 L10N resource file update - msg drop 10
...
Reviewed-by: naoto
2020-07-09 17:04:06 +00:00
Vicente Romero
d42bfef8a4
8227046: compiler implementation for sealed classes
...
8225056: VM support for sealed classes
8227044: javax.lang.model for sealed classes
8227045: Preview APIs support for sealed classes
8227047: Javadoc for sealed types
8245854: JVM TI Specification for sealed classes
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Reviewed-by: mcimadamore, forax, darcy, dholmes, jlahoda, lfoltan, mchung, sspitsyn, vromero
2020-06-01 17:00:40 -04:00
Adam Sotona
4eeb61299f
8244573: java.lang.ArrayIndexOutOfBoundsException thrown for malformed class file
...
Fixed java.lang.ArrayIndexOutOfBoundsException in com.sun.tools.classfile.Code_attribute.getInstructions() for methods with no instructions
Reviewed-by: vromero
2020-05-30 20:10:18 -04:00
Jesper Wilhelmsson
89e9ae9b3c
Merge
2020-02-05 03:24:41 +01:00
Jonathan Gibbons
9d7777e585
8219475: javap man page needs to be updated
...
Reviewed-by: mchung
2020-02-04 14:02:16 -08:00
Leo Jiang
9ec5da00bc
8238377: JDK 14 L10N resource file update - msgdrop 20
...
Reviewed-by: naoto, herrick, mchung
2020-02-04 16:26:54 +00:00
Jonathan Gibbons
9ec4001d87
8237058: Update all nroff manpages for JDK 14 release
...
Reviewed-by: dholmes
2020-01-14 15:01:34 -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
Jonathan Gibbons
6025207be8
8234687: change javap reporting on unknown attributes
...
Reviewed-by: mchung
2019-11-22 16:26:35 -08:00
Leo Jiang
0de207a5e0
8228397: Missing license copyright header in some properties files
...
Reviewed-by: iris, mchung, naoto
2019-07-25 15:29:50 +08:00
Jonathan Gibbons
27c77d3d29
8227602: Update nroff version of man pages
...
Reviewed-by: mchung
2019-07-11 12:13:52 -07:00
Leo Jiang
8c3e30202b
8227009: JDK 13 L10n resource files update - msgdrop 10
...
Reviewed-by: naoto
2019-07-10 01:19:18 -07:00
Jonathan Gibbons
454f9f9fd0
8225748: Use SHA-256 for javap classfile checksum
...
Reviewed-by: mchung
2019-06-18 11:52:57 -07:00
Jonathan Gibbons
81a6bc8b4b
8214399: Javap -help should provide information about --multi-release option
...
Reviewed-by: jlahoda
2019-06-11 14:56:48 -07:00
Vicente Romero
16a0533eac
8216261: Javap ignores default modifier on interfaces
...
Reviewed-by: jjg, darcy
2019-06-05 16:01:50 -04:00
Jonathan Gibbons
d2ad9dabdf
8225134: Update man-page files
...
Reviewed-by: erikj, mchung
2019-05-31 17:27:28 -07:00
Jonathan Gibbons
2ad2cce6e0
8223663: Update links for tool guides
...
Reviewed-by: alanb, erikj, darcy
2019-05-20 10:57:57 -07:00
Joe Darcy
1610706716
8219561: Update jdeprscan to avoid the need for start-of-release changes
...
Reviewed-by: dfuchs, lancea, smarks
2019-02-25 14:45:29 -08:00
Jesper Wilhelmsson
67a5fc2529
Merge
2019-01-09 22:59:49 +01:00
Joe Darcy
b5f0eec3d8
8205626: Start of release updates for JDK 13
...
8205393: Add SourceVersion.RELEASE_13
8205394: Add source 13 and target 13 to javac
8205645: Bump maximum recognized class file version to 57 for JDK 13
8214825: Update preview language features for start of JDK 13
Reviewed-by: erikj, alanb, mchung, mcimadamore, dholmes, smarks, jjg
2018-12-13 19:06:11 +01:00
Mandy Chung
85857dfe80
8215238: (jdeps) update jdk8_internals.txt per the removal of javafx, corba, EE modules
...
Reviewed-by: lancea, alanb
2018-12-12 11:17:21 -08:00
Leo Jiang
0486227784
8215994: JDK 12 l10n resource file update - msg drop 10
...
Reviewed-by: billyh, ssadetsky, naoto
2019-01-09 00:25:41 -08:00
Magnus Ihse Bursie
2ddd78e825
8178317: Create man pages using pandoc from markdown sources
...
Reviewed-by: erikj
2018-11-28 10:00:41 +01: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
Phil Race
1387c87093
Merge
2018-07-26 10:00:40 -07:00