On Tue, 8 Dec 2020 06:12:36 GMT, Yumin Qi wrote:
>> Changes requested by iklam (Reviewer).
>
> Please check 03. 02 is generated when merge with most current and remote head
> not updated correctly. After set remote head correct, 03 is regenerated and
> is correct one for re
On Mon, 7 Dec 2020 05:01:27 GMT, Yumin Qi wrote:
> Hi, Please review
> Windows mapping for file into memory could not happen to reserved memory.
> In mapping CDS archive we first reserve enough memory then before mapping,
> release them. For cds archive and using class space, ne
the 'real' split either. For Windows (and using
> class space), the reserved space will be released anyway.
>
> Tests:tier1-5,tier7
Yumin Qi has updated the pull request with a new target base due to a merge or
a rebase. The pull request now contains 35 commits:
- Added test
the 'real' split either. For Windows (and using
> class space), the reserved space will be released anyway.
>
> Tests:tier1-5,tier7
Yumin Qi has updated the pull request incrementally with 32 additional commits
since the last revision:
- Add total_
On Fri, 18 Sep 2020 23:47:56 GMT, Yumin Qi wrote:
> With more CDS related code added to VM, it is time to move CDS code to a
> separate class. CDS is the new class which is
> specific to CDS.
> Tests: tier1-4
This pull request has now been integrated.
Changeset: c1df13b8
Author:
> With more CDS related code added to VM, it is time to move CDS code to a
> separate class. CDS is the new class which is
> specific to CDS.
> Tests: tier1-4
Yumin Qi has updated the pull request incrementally with one additional commit
since the last revision:
8253208: Move
On Sun, 20 Sep 2020 06:10:53 GMT, Ioi Lam wrote:
>> Yumin Qi has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> 8253208: Move CDS related code to a separate class
>
> src/java.base/share/native/libjava/CDS.
> With more CDS related code added to VM, it is time to move CDS code to a
> separate class. CDS is the new class which is
> specific to CDS.
> Tests: tier1-4
Yumin Qi has updated the pull request incrementally with one additional commit
since the last revision:
8253208: Move
With more CDS related code added to VM, it is time to move CDS code to a
separate class. CDS is the new class which is
specific to CDS.
Tests: tier1-4
-
Commit messages:
- 8253208: Move CDS related code to a separate class
- Merge branch 'master' of https://github.com/yminqi/jdk i