< prev index next >

src/share/vm/oops/constantPool.hpp

Print this page
rev 12514 : [mq]: tmp
rev 12515 : [mq]: tmp2

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -712,10 +712,13 @@
   void collect_statistics(KlassSizeStats *sz) const;
 #endif
 
   friend class ClassFileParser;
   friend class SystemDictionary;
+  template <class T> friend class CppVtabTesterA; // See metaspaceShared.cpp
+  template <class T> friend class CppVtabTesterB;
+  template <class T> friend class CppVtabCloner;
 
   // Used by compiler to prevent classloading.
   static Method*          method_at_if_loaded      (const constantPoolHandle& this_cp, int which);
   static bool       has_appendix_at_if_loaded      (const constantPoolHandle& this_cp, int which);
   static oop            appendix_at_if_loaded      (const constantPoolHandle& this_cp, int which);
< prev index next >