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 34d8562 commit 4f312d6Copy full SHA for 4f312d6
src/hotspot/share/classfile/classLoadInfo.hpp
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2020, 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
@@ -29,8 +29,6 @@
29
30
class InstanceKlass;
31
32
-template <typename T> class GrowableArray;
33
-
34
class ClassInstanceInfo : public StackObj {
35
private:
36
InstanceKlass* _dynamic_nest_host;
0 commit comments