We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88eff4c commit 59bf3d7Copy full SHA for 59bf3d7
src/hotspot/share/classfile/classLoaderStats.hpp
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2014, 2023, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2024, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -82,9 +82,9 @@ class ClassLoaderStats : public ResourceObj {
82
uintx _hidden_classes_count;
83
84
ClassLoaderStats() :
85
- _cld(0),
86
- _class_loader(0),
87
- _parent(0),
+ _cld(nullptr),
+ _class_loader(),
+ _parent(),
88
_chunk_sz(0),
89
_block_sz(0),
90
_classes_count(0),
0 commit comments