mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8247220: Make OopHandle constructor explicit
Fix null initializations to explicitly call the OopHandle constructor Reviewed-by: lfoltan, kbarrett
This commit is contained in:
parent
65c461ed74
commit
f3c2a17a30
9 changed files with 19 additions and 19 deletions
|
@ -61,9 +61,9 @@
|
|||
#include "utilities/stringUtils.hpp"
|
||||
|
||||
|
||||
OopHandle SystemDictionaryShared::_shared_protection_domains = NULL;
|
||||
OopHandle SystemDictionaryShared::_shared_jar_urls = NULL;
|
||||
OopHandle SystemDictionaryShared::_shared_jar_manifests = NULL;
|
||||
OopHandle SystemDictionaryShared::_shared_protection_domains;
|
||||
OopHandle SystemDictionaryShared::_shared_jar_urls;
|
||||
OopHandle SystemDictionaryShared::_shared_jar_manifests;
|
||||
DEBUG_ONLY(bool SystemDictionaryShared::_no_class_loading_should_happen = false;)
|
||||
|
||||
class DumpTimeSharedClassInfo: public CHeapObj<mtClass> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue