dragonwell-project / dragonwell8

Alibaba Dragonwell8 JDK
http://dragonwell-jdk.io
GNU General Public License v2.0
4.21k stars 497 forks source link

[EagerAppCDS] fix bugs related to EagerAppCDS #581

Closed jia-wei-tang closed 1 year ago

jia-wei-tang commented 1 year ago

Summary: 1. remove platform-dependent codes in quickStart.cpp

  1. change flag Wisp2 to experimental and change related tests
  2. add "-XX:+UseCompressedOops" in cds testcases

Test Plan: windows build

Reviewed-by: lingjun-cg, yuleil

Issue: https://github.com/dragonwell-project/dragonwell8/issues/571