This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8240244: Avoid calling resolve_super_or_fail in SystemDictionary::loa…
…d_shared_class Reviewed-by: redestad, lfoltan, minqi
- Loading branch information
Showing
with
88 additions
and 52 deletions.
- +1 −1 src/hotspot/share/classfile/classListParser.cpp
- +1 −1 src/hotspot/share/classfile/classLoader.cpp
- +2 −2 src/hotspot/share/classfile/classLoaderExt.cpp
- +63 −33 src/hotspot/share/classfile/systemDictionary.cpp
- +5 −0 src/hotspot/share/classfile/systemDictionary.hpp
- +2 −2 src/hotspot/share/classfile/systemDictionaryShared.cpp
- +3 −3 src/hotspot/share/memory/dynamicArchive.cpp
- +1 −1 src/hotspot/share/memory/metaspaceShared.cpp
- +1 −1 src/hotspot/share/oops/instanceKlass.cpp
- +9 −8 src/hotspot/share/oops/instanceKlass.hpp
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters