mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8232071: Avoid shared dictionary lookup when the class name is not shared
Reviewed-by: jiangli, ccheung
This commit is contained in:
parent
dc66194e63
commit
5a120f0967
2 changed files with 26 additions and 24 deletions
|
@ -223,7 +223,9 @@ private:
|
|||
public:
|
||||
static InstanceKlass* find_builtin_class(Symbol* class_name);
|
||||
|
||||
static const RunTimeSharedClassInfo* find_record(RunTimeSharedDictionary* dict, Symbol* name);
|
||||
static const RunTimeSharedClassInfo* find_record(RunTimeSharedDictionary* static_dict,
|
||||
RunTimeSharedDictionary* dynamic_dict,
|
||||
Symbol* name);
|
||||
|
||||
static bool has_platform_or_app_classes();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue