src/hotspot/share/runtime/sharedRuntime.cpp
changeset 58084 cddef3bde924
parent 57893 49fea19f0726
child 58226 408c445d04e8
--- a/src/hotspot/share/runtime/sharedRuntime.cpp	Wed Sep 11 14:16:27 2019 +0200
+++ b/src/hotspot/share/runtime/sharedRuntime.cpp	Wed Sep 11 14:16:30 2019 +0200
@@ -2809,7 +2809,7 @@
 void AdapterHandlerEntry::deallocate() {
   delete _fingerprint;
 #ifdef ASSERT
-  if (_saved_code) FREE_C_HEAP_ARRAY(unsigned char, _saved_code);
+  FREE_C_HEAP_ARRAY(unsigned char, _saved_code);
 #endif
 }