RFR: JDK-8304163: Move jdk.internal.module.ModuleInfoWriter to the test library [v2]
Mandy Chung
mchung at openjdk.org
Sat Mar 18 19:14:09 UTC 2023
> `ModuleInfoWriter` is not used by the runtime. Move it to the test library as `jdk.test.lib.util.ModuleInfoWriter`. The tests are updated to use the test library instead. `ModuleInfoWriter` depends on `jdk.internal.module` types and the Classfile API. Hence `@modules java.base/jdk.internal.classfile` and other classfile subpackages are added.
Mandy Chung has updated the pull request incrementally with one additional commit since the last revision:
move @library after @modules per the recommended ordering
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/13085/files
- new: https://git.openjdk.org/jdk/pull/13085/files/3eda19b5..6b7611ad
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=13085&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=13085&range=00-01
Stats: 30 lines in 14 files changed: 15 ins; 15 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/13085.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/13085/head:pull/13085
PR: https://git.openjdk.org/jdk/pull/13085
More information about the security-dev
mailing list