Jonathan Gibbons
|
1386ffb4f2
|
8164887: update tests to remove use of old-style options
Reviewed-by: mchung
|
2016-08-26 15:54:36 -07:00 |
|
Jonathan Gibbons
|
978417c4c7
|
8136930: Simplify use of module-system options by custom launchers
8160489: Multiple -Xpatch lines ignored by javac
8156998: javac should support new option -XinheritRuntimeEnvironment
Reviewed-by: jlahoda, ksrini
|
2016-08-10 15:47:46 -07:00 |
|
Mandy Chung
|
de4f424b8c
|
8160398: (jdeps) Replace a list of JDK 8 internal API for detecting if it's removed in JDK 9 or later
Reviewed-by: dfuchs
|
2016-07-13 14:41:27 -07:00 |
|
Mandy Chung
|
b41054bc29
|
8159524: jdeps -jdkinternals throws NPE when no replacement is known
Reviewed-by: dfuchs
|
2016-06-17 14:33:54 -07:00 |
|
Mandy Chung
|
0bafc010b2
|
8153042: jdeps should continue to report JDK internal APIs that are removed/renamed in JDK
Reviewed-by: dfuchs
|
2016-05-20 12:24:02 -07:00 |
|
Mandy Chung
|
479ecdbdaf
|
8157391: jdeps left JarFile open
Reviewed-by: alanb
|
2016-05-20 09:47:00 -07:00 |
|
Mandy Chung
|
6db305ee0d
|
8152502: tools/jdeps/modules/GenModuleInfo.java and TransitiveDeps fails on windows
Reviewed-by: jjg
|
2016-05-19 17:34:05 -07:00 |
|
Mandy Chung
|
cad01946df
|
8156575: Add jdeps -addmods, -system, -inverse options
Reviewed-by: dfuchs
|
2016-05-19 11:01:26 -07:00 |
|
Mandy Chung
|
bbc75367c7
|
8156680: jdeps implementation refresh
Reviewed-by: dfuchs
|
2016-05-19 10:55:33 -07:00 |
|
Jonathan Gibbons
|
64261477b1
|
8154956: Module system implementation refresh (4/2016)
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Reviewed-by: jjg, mchung, alanb
|
2016-05-03 09:11:12 +01:00 |
|
Chris Hegarty
|
0adea15d1b
|
8153737: Unsupported Module
Reviewed-by: alanb, mchung, psandoz
|
2016-04-09 19:49:59 +01:00 |
|
Alan Bateman
|
001ebb3a72
|
8142968: Module System implementation
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Co-authored-by: Vicente Romero <vicente.romero@oracle.com>
Co-authored-by: Andreas Lundblad <andreas.lundblad@oracle.com>
Co-authored-by: Andrey Nazarov <andrey.x.nazarov@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Kumar Srinivasan <kumar.x.srinivasan@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: jjg, jlahoda, vromero, mcimadamore, bpatel, ksrini, darcy, anazarov, dfuchs
|
2016-03-17 19:04:28 +00:00 |
|
Alan Bateman
|
42e7c3091f
|
8049422: Remove @jdk.Exported
Reviewed-by: dfuchs, mchung, darcy, chegar
|
2016-01-08 11:47:12 +00:00 |
|
Vassili Igouchkine
|
9c33078299
|
8145342: Some copyright notices are inconsistently and ill formatted
Adjusted formatting of copyright notices.
Reviewed-by: darcy, alundblad
|
2015-12-14 20:18:19 +01:00 |
|
Chris Hegarty
|
8a27a7469b
|
8139371: Three langtools test failures after the removal of sun.misc.Lock
Reviewed-by: jjg, mchung
|
2015-10-13 09:02:30 +01:00 |
|
Mandy Chung
|
ab120497cf
|
8074432 : Move jdeps and javap to jdk.jdeps module
Reviewed-by: jjg, alanb, erikj
|
2015-05-27 13:25:18 -07:00 |
|
Daniel Fuchs
|
e39d4f074f
|
8080608: Missing archive name from jdeps -v -e output if no dependency on other JAR
Reviewed-by: mchung
|
2015-05-22 13:05:26 +02:00 |
|
Alexander Kulyakhtin
|
b6262441ad
|
8076543: Add @modules as needed to the langtools tests
Reviewed-by: jjg, shurailine
|
2015-05-21 11:41:04 -07:00 |
|
Mandy Chung
|
5035f5b1d4
|
8068937: jdeps shows "not found" if target class has no reference other than its own package
Reviewed-by: alanb
|
2015-01-27 19:50:41 -08:00 |
|
Chris Hegarty
|
8bc2b3ff3a
|
8049367: Modular Run-Time Images
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Bradford Wetmore <bradford.wetmore@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: jlahoda, ksrini
|
2014-12-03 14:25:46 +00:00 |
|
Chris Hegarty
|
2b80c4715f
|
8054834: Modular Source Code
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: alanb, chegar, ihse, mduigou
|
2014-08-17 15:52:32 +01:00 |
|
Mandy Chung
|
acacb0481e
|
8050804: (jdeps) Recommend supported API to replace use of JDK internal API
Reviewed-by: dfuchs
|
2014-07-17 10:17:58 -07:00 |
|
Mandy Chung
|
c2f98fba15
|
8029548: (jdeps) use @jdk.Exported to determine supported vs JDK internal API
8031092: jdeps does not recognize --help option
8048063: (jdeps) Add filtering capability
Reviewed-by: alanb, dfuchs
|
2014-07-08 18:26:34 -07:00 |
|
Steve Sides
|
4cbb43a7e3
|
8029230: Update copyright year to match last edit in jdk8 langtools repository for 2013
Reviewed-by: ksrini
|
2013-12-24 09:17:37 -08:00 |
|
Mandy Chung
|
cd7a8e76a4
|
8029216: (jdeps) Provide a specific option to report JDK internal APIs
Reviewed-by: alanb
|
2013-12-04 15:39:36 -08:00 |
|
Mandy Chung
|
fa729039be
|
8027481: jdeps to handle classes with the same package name and correct profile for javax.crypto.*
Reviewed-by: alanb, dfuchs
|
2013-10-30 08:35:52 -07:00 |
|
Mandy Chung
|
1285dee32b
|
8015912: jdeps support to output in dot file format
8026255: Switch jdeps to follow traditional Java option style
Reviewed-by: alanb
|
2013-10-17 13:19:48 -07:00 |
|
Mandy Chung
|
857b7efb96
|
8005428: Update jdeps to read the same profile information as by javac
Reviewed-by: alanb
|
2013-03-14 10:33:31 -07:00 |
|
Mandy Chung
|
ee65d32c20
|
8006225: tools/jdeps/Basic.java failes with AssertionError
Reviewed-by: alanb
|
2013-02-14 09:43:00 -08:00 |
|
Mandy Chung
|
e8ce882d43
|
8003562: Provide a CLI tool to analyze class dependencies
Reviewed-by: jjg, alanb, ulfzibis, erikj
|
2012-12-28 22:25:21 -08:00 |
|