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
> 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
--
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
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/
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
> 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
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