RFR: 8268821: Split systemDictionaryShared.cpp [v2]
Yumin Qi
minqi at openjdk.java.net
Wed Jun 23 20:45:49 UTC 2021
> 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
Yumin Qi has updated the pull request incrementally with one additional commit since the last revision:
Split further sharedClassInfo.hpp to dumpTimeSharedClassInfo.hpp and runTimeSharedClassInfo.hpp to conform to simple rule of separation of definition and implementation
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/4568/files
- new: https://git.openjdk.java.net/jdk/pull/4568/files/e3cd258f..8d104acf
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4568&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4568&range=00-01
Stats: 1328 lines in 11 files changed: 713 ins; 611 del; 4 mod
Patch: https://git.openjdk.java.net/jdk/pull/4568.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/4568/head:pull/4568
PR: https://git.openjdk.java.net/jdk/pull/4568
More information about the build-dev
mailing list