Re: RFR: 8304446: javap --system flag doesn't override system APIs [v3]

2023-11-21 Thread Jan Lahoda
On Fri, 10 Nov 2023 08:38:09 GMT, Adam Sotona wrote: >> Javap ignores --system option when searching for JDK classes. >> This patch prepends search over JDK system modules. >> >> Please review. >> >> Thanks, >> Adam > > Adam Sotona has updated the pull request incrementally with one additional

Re: RFR: 8304446: javap --system flag doesn't override system APIs [v3]

2023-11-10 Thread Adam Sotona
> Javap ignores --system option when searching for JDK classes. > This patch prepends search over JDK system modules. > > Please review. > > Thanks, > Adam Adam Sotona has updated the pull request incrementally with one additional commit since the last revision: applied suggested changes --

Re: RFR: 8304446: javap --system flag doesn't override system APIs [v2]

2023-11-10 Thread Adam Sotona
On Fri, 10 Nov 2023 07:28:30 GMT, Jan Lahoda wrote: > Is there a chance for a jtreg test? Unfortunately I haven't found a simple way to include a different JDK as `--system` for the test. Any suggestions are welcome. - PR Comment: https://git.openjdk.org/jdk/pull/16476#issuecommen

Re: RFR: 8304446: javap --system flag doesn't override system APIs [v2]

2023-11-10 Thread Adam Sotona
On Fri, 10 Nov 2023 07:25:45 GMT, Jan Lahoda wrote: >> Adam Sotona has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Skip search over JDK modules for classes in unnamed package (mainly to >> skip JDK module-infos) > > src/jdk.jdeps/share/

Re: RFR: 8304446: javap --system flag doesn't override system APIs [v2]

2023-11-09 Thread Jan Lahoda
On Fri, 3 Nov 2023 08:21:15 GMT, Adam Sotona wrote: >> Javap ignores --system option when searching for JDK classes. >> This patch prepends search over JDK system modules. >> >> Please review. >> >> Thanks, >> Adam > > Adam Sotona has updated the pull request incrementally with one additional

Re: RFR: 8304446: javap --system flag doesn't override system APIs [v2]

2023-11-03 Thread Adam Sotona
> Javap ignores --system option when searching for JDK classes. > This patch prepends search over JDK system modules. > > Please review. > > Thanks, > Adam Adam Sotona has updated the pull request incrementally with one additional commit since the last revision: Skip search over JDK modules

RFR: 8304446: javap --system flag doesn't override system APIs

2023-11-02 Thread Adam Sotona
Javap ignores --system option when searching for JDK classes. This patch prepends search over JDK system modules. Please review. Thanks, Adam - Commit messages: - 8304446: javap --system flag doesn't override system APIs Changes: https://git.openjdk.org/jdk/pull/16476/files Webre