After the fix for JDK-8190378 (Removal of CORBA and Java EE modules), the java.corba module is no longer available.
CDS test
-------------
Tests such as SharedArchiveFile/BootAppendTests.java which depends on the java.corba module will start failing.
Error occurred during initialization of boot layer
java.lang.module.FindException: Module java.corba not found
];
stderr: []
exitValue = 1
java.lang.RuntimeException: 'sharing' missing from stdout/stderr
AppCDS tests
------------------
appcds/HelloExtTest.java
appcds/javaldr/CheckAnonymousClass.java
The above tests have the same problem during archive dump time:
Error occurred during initialization of boot layer
java.lang.module.FindException: Module java.corba not found
Although during run time, the archive cannot be found
An error has occurred while processing the shared archive file.
Specified shared archive not found.
the test result still showing "Passed".