8183228: Fix optimized build after JDK-8170933

Reviewed-by: mgerdin, coleenp
This commit is contained in:
Thomas Stuefe 2017-06-29 12:35:30 +02:00
parent 7225e6008d
commit c93a43fcfe

View File

@ -4106,6 +4106,10 @@ void ChunkManager_test_list_index() {
}
}
#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 @@ void SpaceManager_test_adjust_initial_chunk_size() {
SpaceManagerTest::test_adjust_initial_chunk_size();
}
#endif
#endif // ASSERT