Jonathan Lampérth
|
1e3a0fdb5d
|
8035271: Incorrect indentation of LineNumberTable/LocalVariableTable/Exception table/LocalVariableTypeTable/StackMapTable/RuntimeVisibleTypeAnnotations in verbose mode
Reviewed-by: liach, jvernee
|
2024-11-27 17:31:39 +00:00 |
|
Magnus Ihse Bursie
|
475feb064b
|
8344056: Use markdown format for man pages
Reviewed-by: cstein, iris, dholmes
|
2024-11-18 09:23:50 +00:00 |
|
Adam Sotona
|
ba39321902
|
8343881: java.lang.classfile.Attribute attributeName() method should return Utf8Entry
Reviewed-by: liach
|
2024-11-15 11:40:15 +00:00 |
|
Jonathan Lampérth
|
ec0618742f
|
8034066: Incorrect alignment in the "Code" section for "-c -XDdetails" options
Reviewed-by: jvernee, liach
|
2024-10-28 09:42:03 +00:00 |
|
Chen Liang
|
bd6264420b
|
8341924: Improve error message with structurally malformed Code array
Reviewed-by: asotona
|
2024-10-14 17:22:11 +00:00 |
|
Chen Liang
|
8c8f0d85ce
|
8339260: Move rarely used constants out of ClassFile
Reviewed-by: asotona
|
2024-09-26 06:34:18 +00:00 |
|
Chen Liang
|
25e03b5209
|
8339115: Rename TypeKind enum constants to follow code style
Reviewed-by: asotona
|
2024-08-30 17:28:28 +00:00 |
|
Chen Liang
|
961e944fa7
|
8336754: Remodel TypeAnnotation to "has" instead of "be" an Annotation
Co-authored-by: Alex Buckley <abuckley@openjdk.org>
Reviewed-by: asotona
|
2024-08-16 15:48:54 +00:00 |
|
Chen Liang
|
93c19ac73c
|
8337219: AccessFlags factories do not require necessary arguments
Reviewed-by: asotona
|
2024-07-30 17:41:49 +00:00 |
|
Jorn Vernee
|
cec222e460
|
8317611: Add a tool like jdeprscan to find usage of restricted methods
Reviewed-by: alanb, ihse, mcimadamore, jlahoda, jwaters
|
2024-07-08 12:39:33 +00:00 |
|
Sonia Zaldana Calles
|
d5375c7db6
|
8333308: javap --system handling doesn't work on internal class names
Reviewed-by: liach, stuefe
|
2024-06-27 13:22:04 +00:00 |
|
Chen Liang
|
7e55ed3b10
|
8333748: javap crash - Fatal error: Unmatched bit position 0x2 for location CLASS
Reviewed-by: asotona
|
2024-06-21 22:38:38 +00:00 |
|
Damon Nguyen
|
c4702ca8c0
|
8333827: JDK 23 RDP1 L10n resource files update
Reviewed-by: achung, jlu, naoto, joehw, prappo, cjplummer, asemenyuk, prr
|
2024-06-13 21:27:56 +00:00 |
|
David Holmes
|
3a01b47ac9
|
8330205: Initial troff manpage generation for JDK 24
Reviewed-by: alanb, iris
|
2024-06-11 01:05:19 +00:00 |
|
Adam Sotona
|
a7864af08a
|
8182774: Verify code in javap
Reviewed-by: mcimadamore
|
2024-05-31 08:48:14 +00:00 |
|
Adam Sotona
|
cfdc64fcb4
|
8331291: java.lang.classfile.Attributes class performs a lot of static initializations
Reviewed-by: liach, redestad, vromero
|
2024-05-24 15:58:34 +00:00 |
|
Chen Liang
|
d4c2edf2c9
|
8331855: Convert jdk.jdeps jdeprscan and jdeps to use the Classfile API
Reviewed-by: asotona
|
2024-05-17 12:26:22 +00:00 |
|
Chen Liang
|
c60474b122
|
8323707: Adjust Classfile API's type arg model to better represent the embodied type
Reviewed-by: asotona
|
2024-05-03 11:08:33 +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 |
|
Magnus Ihse Bursie
|
5c5a282f91
|
8325950: Make sure all files in the JDK pass jcheck
Reviewed-by: prr, wetmore, erikj, naoto
|
2024-02-19 16:13:34 +00:00 |
|
Mandy Chung
|
b814c3184e
|
8321703: jdeps generates illegal dot file containing nodesep=0,500000
8325262: jdeps can drop printing stack trace when FindException is thrown due to modules not found
Reviewed-by: jpai, alanb
|
2024-02-06 17:03:57 +00:00 |
|
David Holmes
|
692be57738
|
8322065: Initial nroff manpage generation for JDK 23
Reviewed-by: alanb
|
2023-12-14 21:26:10 +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 |
|
Adam Sotona
|
604d29a8c9
|
8304446: javap --system flag doesn't override system APIs
Reviewed-by: jlahoda
|
2023-11-21 10:04:54 +00:00 |
|
David Holmes
|
cceb0d8a23
|
8318126: Refresh manpages
Reviewed-by: alanb, mli, iris
|
2023-10-17 21:17:41 +00:00 |
|
Adam Sotona
|
1203e11a8d
|
8294969: Convert jdk.jdeps javap to use the Classfile API
Reviewed-by: vromero
|
2023-09-18 08:35:31 +00:00 |
|
Justin Lu
|
b55e418a07
|
8301991: Convert l10n properties resource bundles to UTF-8 native
Reviewed-by: naoto
|
2023-09-14 22:19:18 +00:00 |
|
Justin Lu
|
9b55e9a706
|
8312572: JDK 21 RDP2 L10n resource files update
Reviewed-by: naoto
|
2023-08-01 23:16:39 +00:00 |
|
Mandy Chung
|
556831d1bf
|
8310460: Remove jdeps -profile option
Reviewed-by: alanb
|
2023-06-23 17:03:02 +00:00 |
|
David Holmes
|
b2e86aef65
|
8304478: Initial nroff manpage generation for JDK 22
Reviewed-by: alanb, sspitsyn, mchung, lancea
|
2023-06-19 22:30:50 +00:00 |
|
Justin Lu
|
81bfd78901
|
8309632: JDK 21 RDP1 L10n resource files update
Reviewed-by: naoto
|
2023-06-15 19:43:07 +00:00 |
|
Adam Sotona
|
3b430b9f73
|
8250596: Update remaining manpage references from "OS X" to "macOS"
Reviewed-by: mullan, cjplummer, dholmes, sspitsyn
|
2023-05-05 08:54:53 +00:00 |
|
Jan Lahoda
|
c4df9b5f17
|
8304537: Ant-based langtools build fails after JDK-8015831 Add lint check for calling overridable methods from a constructor
Reviewed-by: vromero, erikj
|
2023-03-21 07:33:56 +00:00 |
|
Mandy Chung
|
2d7690b2e5
|
8301207: (jdeps) Deprecate jdeps -profile option
Reviewed-by: alanb
|
2023-01-30 22:39:55 +00:00 |
|
Jesper Wilhelmsson
|
5c59de52a3
|
Merge
|
2023-01-27 22:46:31 +00:00 |
|
Damon Nguyen
|
a67b1e77d3
|
8300719: JDK 20 RDP2 L10n resource files update
Reviewed-by: cjplummer, naoto, prr, joehw, asemenyuk, jlu, lancea, ihse, jjg, weijun
|
2023-01-26 22:33:04 +00:00 |
|
David Holmes
|
6dd8723f66
|
8290918: Initial nroff manpage generation for JDK 21
Reviewed-by: lancea, iris, darcy
|
2023-01-24 06:27:54 +00:00 |
|
David Holmes
|
fd752178e3
|
8290919: Update nroff pages in JDK 20 before RC
Reviewed-by: iris, alanb
|
2023-01-23 07:44:32 +00:00 |
|
Damon Nguyen
|
c997b5bffd
|
8298133: JDK 20 RDP1 L10n resource files update - msgdrop 10
Reviewed-by: achung, naoto, joehw, cjplummer, almatvee
|
2022-12-16 21:15:29 +00:00 |
|
Jonathan Gibbons
|
5a45c25151
|
8297164: Update troff man pages and CheckManPageOptions.java
Reviewed-by: dholmes
|
2022-11-21 22:03:48 +00:00 |
|
Joe Darcy
|
536c9a512e
|
8294618: Update openjdk.java.net => openjdk.org
Reviewed-by: mikael, iris, joehw, prr, ihse
|
2022-10-05 16:48:09 +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 |
|
David Holmes
|
85a602355f
|
Merge
|
2022-08-11 05:14:13 +00:00 |
|
Alisen Chung
|
0def5316cd
|
8290889: JDK 19 RDP2 L10n resource files update - msgdrop 10
Reviewed-by: naoto, asemenyuk
|
2022-08-09 22:27:58 +00:00 |
|
David Holmes
|
e9f97b2e8c
|
8290489: Initial nroff manpage generation for JDK 20
Reviewed-by: dcubed
|
2022-07-22 04:40:15 +00:00 |
|
David Holmes
|
618f3a82a4
|
8278274: Update nroff pages in JDK 19 before RC
Reviewed-by: jjg
|
2022-07-20 04:40:09 +00:00 |
|
Christian Stein
|
655500a4f5
|
8286654: Add an optional description accessor on ToolProvider interface
Reviewed-by: jjg, darcy, lancea
|
2022-05-19 18:25:12 +00:00 |
|
KIRIYAMA Takuya
|
c4bd4499f1
|
8238373: Punctuation should be same in jlink help usage on Japanese language
Reviewed-by: naoto
|
2022-05-10 12:25:48 +00:00 |
|
Koichi Sakata
|
ef25e189c7
|
8283870: jdeprscan --help causes an exception when the locale is ja, zh_CN or de
Reviewed-by: naoto
|
2022-04-18 12:51:55 +00:00 |
|
Magnus Ihse Bursie
|
3084921d7a
|
8284894: Fix typos in langtools
Reviewed-by: jjg
|
2022-04-14 21:41:45 +00:00 |
|