Merge
authorcoleenp
Thu, 29 Jun 2017 19:09:04 +0000
changeset 46603 ec4b3e8ef95b
parent 46601 08d85966596b (current diff)
parent 46602 f63ae85597f1 (diff)
child 46604 d409276ee40c
Merge
--- a/hotspot/src/share/vm/memory/metaspace.cpp	Thu Jun 29 17:32:46 2017 +0000
+++ b/hotspot/src/share/vm/memory/metaspace.cpp	Thu Jun 29 19:09:04 2017 +0000
@@ -4106,6 +4106,10 @@
   }
 }
 
+#endif // !PRODUCT
+
+#ifdef ASSERT
+
 // ChunkManagerReturnTest stresses taking/returning chunks from the ChunkManager. It takes and
 // returns chunks from/to the ChunkManager while keeping track of the expected ChunkManager
 // content.
@@ -4415,4 +4419,4 @@
   SpaceManagerTest::test_adjust_initial_chunk_size();
 }
 
-#endif
+#endif // ASSERT