hotspot/src/share/vm/memory/metaspaceShared.cpp
changeset 46742 24ec8a039c90
parent 46625 edefffab74e2
child 46746 ea379ebb9447
equal deleted inserted replaced
46741:d5a7407108b4 46742:24ec8a039c90
    28 #include "classfile/dictionary.hpp"
    28 #include "classfile/dictionary.hpp"
    29 #include "classfile/loaderConstraints.hpp"
    29 #include "classfile/loaderConstraints.hpp"
    30 #include "classfile/placeholders.hpp"
    30 #include "classfile/placeholders.hpp"
    31 #include "classfile/sharedClassUtil.hpp"
    31 #include "classfile/sharedClassUtil.hpp"
    32 #include "classfile/symbolTable.hpp"
    32 #include "classfile/symbolTable.hpp"
       
    33 #include "classfile/stringTable.hpp"
    33 #include "classfile/systemDictionary.hpp"
    34 #include "classfile/systemDictionary.hpp"
    34 #include "classfile/systemDictionaryShared.hpp"
    35 #include "classfile/systemDictionaryShared.hpp"
    35 #include "code/codeCache.hpp"
    36 #include "code/codeCache.hpp"
    36 #include "gc/shared/gcLocker.hpp"
    37 #include "gc/shared/gcLocker.hpp"
    37 #include "interpreter/bytecodeStream.hpp"
    38 #include "interpreter/bytecodeStream.hpp"
  1326   mapinfo->close();
  1327   mapinfo->close();
  1327 
  1328 
  1328   if (PrintSharedArchiveAndExit) {
  1329   if (PrintSharedArchiveAndExit) {
  1329     if (PrintSharedDictionary) {
  1330     if (PrintSharedDictionary) {
  1330       tty->print_cr("\nShared classes:\n");
  1331       tty->print_cr("\nShared classes:\n");
  1331       SystemDictionary::print_shared(false);
  1332       SystemDictionary::print_shared(tty);
  1332     }
  1333     }
  1333     if (_archive_loading_failed) {
  1334     if (_archive_loading_failed) {
  1334       tty->print_cr("archive is invalid");
  1335       tty->print_cr("archive is invalid");
  1335       vm_exit(1);
  1336       vm_exit(1);
  1336     } else {
  1337     } else {