hotspot/src/share/vm/memory/metachunk.hpp
changeset 42017 ed85071e7d9d
parent 36829 dd6004c32d75
--- a/hotspot/src/share/vm/memory/metachunk.hpp	Mon Oct 17 05:44:43 2016 -0700
+++ b/hotspot/src/share/vm/memory/metachunk.hpp	Wed Sep 28 17:26:43 2016 +0300
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2016, 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
@@ -95,7 +95,7 @@
 //            +--------------+ <- bottom --+       --+
 
 class Metachunk : public Metabase<Metachunk> {
-  friend class TestMetachunk;
+  friend class MetachunkTest;
   // The VirtualSpaceNode containing this chunk.
   VirtualSpaceNode* _container;