Integrated: 8268821: Split systemDictionaryShared.cpp
Yumin Qi
minqi at openjdk.java.net
Mon Jun 28 23:24:11 UTC 2021
On Wed, 23 Jun 2021 06:08:41 GMT, Yumin Qi <minqi at openjdk.org> wrote:
> Hi, Please review
> systemDictionaryShared becomes fatter and fatter so it is time to split it into functional files. Moved security and jar operation related code into CDSProtectionDomain, and moved shared class info (DumpTime/RunTime) to sharedClassInfo.[ch]pp, also moved lambda proxy related to lambdaProxyClassInfo.hpp. This way systemDictionaryShared.cpp looks neat and light.
>
> Tests: tier1,tier3,tier4
>
> Thanks
> Yumin
This pull request has now been integrated.
Changeset: ee1e202b
Author: Yumin Qi <minqi at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/ee1e202bc36b8413e33b7b9e4c9f7a0601bf9a63
Stats: 2757 lines in 15 files changed: 1411 ins; 1101 del; 245 mod
8268821: Split systemDictionaryShared.cpp
Reviewed-by: erikj, ccheung, iklam
-------------
PR: https://git.openjdk.java.net/jdk/pull/4568
More information about the build-dev
mailing list