Integrated: JDK-8304163: Move jdk.internal.module.ModuleInfoWriter to the test library
Mandy Chung
mchung at openjdk.org
Mon Mar 20 17:33:33 UTC 2023
On Fri, 17 Mar 2023 22:01:46 GMT, Mandy Chung <mchung at openjdk.org> wrote:
> `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.
This pull request has now been integrated.
Changeset: 622f2394
Author: Mandy Chung <mchung at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/622f239448c2a96a74202621ee84c181d79fbde4
Stats: 154 lines in 17 files changed: 91 ins; 19 del; 44 mod
8304163: Move jdk.internal.module.ModuleInfoWriter to the test library
Reviewed-by: jpai, alanb
-------------
PR: https://git.openjdk.org/jdk/pull/13085
More information about the security-dev
mailing list