hg: jdk/jdk: 8202951: Implementation of JEP 341: Default CDS Archives; ...

jiangli.zhou at oracle.com jiangli.zhou at oracle.com
Fri Oct 5 23:01:14 UTC 2018


Changeset: 57862a02bf4b
Author:    jiangli
Date:      2018-10-05 18:56 -0400
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/57862a02bf4b

8202951: Implementation of JEP 341: Default CDS Archives
8210592: Convert CDS-mode test sets in tier5 and tier6 to non-CDS-mode tests
8209739: [TESTBUG] javax/imageio/plugins/png/ItxtUtf8Test.java fails with OutOfMemoryError when running in CDS mode
Summary: Generate the default CDS archive at JDK build time.
Reviewed-by: erikj, ihse, dholmes, iklam, ccheung, mseledtsov
Contributed-by: erik.joelsson at oracle.com, jiangli.zhou at oracle.com, calvin.cheung at oracle.com

! make/Images.gmk
! make/autoconf/configure.ac
! make/autoconf/jdk-options.m4
! make/autoconf/spec.gmk.in
! make/scripts/compare.sh
! src/hotspot/share/prims/whitebox.cpp
! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/arguments.hpp
! test/TestCommon.gmk
- test/hotspot/jtreg/ProblemList-cds-mode.txt
+ test/hotspot/jtreg/ProblemList-non-cds-mode.txt
+ test/hotspot/jtreg/runtime/SharedArchiveFile/CheckDefaultArchiveFile.java
+ test/hotspot/jtreg/runtime/SharedArchiveFile/CheckSharingWithDefaultArchive.java
! test/hotspot/jtreg/testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java
! test/jdk/javax/imageio/plugins/png/ItxtUtf8Test.java
! test/lib/jdk/test/lib/Platform.java
! test/lib/sun/hotspot/WhiteBox.java



More information about the jdk-all-changes mailing list