< prev index next >

src/hotspot/share/runtime/sharedRuntime.cpp

Print this page
*** 2807,11 ***
  
  
  void AdapterHandlerEntry::deallocate() {
    delete _fingerprint;
  #ifdef ASSERT
!   if (_saved_code) FREE_C_HEAP_ARRAY(unsigned char, _saved_code);
  #endif
  }
  
  
  #ifdef ASSERT
--- 2807,11 ---
  
  
  void AdapterHandlerEntry::deallocate() {
    delete _fingerprint;
  #ifdef ASSERT
!   FREE_C_HEAP_ARRAY(unsigned char, _saved_code);
  #endif
  }
  
  
  #ifdef ASSERT
< prev index next >