The output of "java -XX:+PrintSharedArchiveAndExit" includes entries like the following:
282: java.time.ZoneId boot_loader
283: java.util.regex.Pattern$LastNode boot_loader
284: java.lang.Object boot_loader
The array classes of java.lang.Object is also in the archive.
This RFE is to enhance the -XX:+PrintSharedArchiveAndExit vm option to include the array classes in the output.
282: java.time.ZoneId boot_loader
283: java.util.regex.Pattern$LastNode boot_loader
284: java.lang.Object boot_loader
The array classes of java.lang.Object is also in the archive.
This RFE is to enhance the -XX:+PrintSharedArchiveAndExit vm option to include the array classes in the output.