Integrated: 8264240: [macos_aarch64] enable appcds support after JDK-8263002

2021-03-26 Thread Vladimir Kempik
On Fri, 26 Mar 2021 17:18:22 GMT, Vladimir Kempik wrote: > Please review this small patch for macos_aarch64. > It reverts small part of jep-391 where we disabled cds for macos_aarch64. > After JDK-8263002 is fixed, the appcds can be enabled back on macos_aarch64. > CDS related tests in tier1 now

Re: RFR: 8264240: [macos_aarch64] enable appcds support after JDK-8263002

2021-03-26 Thread Erik Joelsson
On Fri, 26 Mar 2021 17:18:22 GMT, Vladimir Kempik wrote: > Please review this small patch for macos_aarch64. > It reverts small part of jep-391 where we disabled cds for macos_aarch64. > After JDK-8263002 is fixed, the appcds can be enabled back on macos_aarch64. > CDS related tests in tier1 now

RFR: 8264240: [macos_aarch64] enable appcds support after JDK-8263002

2021-03-26 Thread Vladimir Kempik
Please review this patch for macos_aarch64. It reverts small part of jep-391 were we disabled cds for macos_aarch64. After JDK-8263002 is fixed, the appcds can be enabled back on macos_aarch64. CDS related tests in tier1 now pass - Commit messages: - 8264240: [macos_aarch64] enable a