src/hotspot/share/code/compiledMethod.inline.hpp
changeset 52405 c0c6cdea32f1
parent 49816 a3e79f97e86b
child 53244 9807daeb47c4
--- a/src/hotspot/share/code/compiledMethod.inline.hpp	Mon Nov 05 10:31:47 2018 +0100
+++ b/src/hotspot/share/code/compiledMethod.inline.hpp	Mon Nov 05 08:01:39 2018 +0100
@@ -41,10 +41,6 @@
     ;
 }
 
-inline void CompiledMethod::release_set_exception_cache(ExceptionCache *ec) {
-  OrderAccess::release_store(&_exception_cache, ec);
-}
-
 // -----------------------------------------------------------------------------
 // CompiledMethod::get_deopt_original_pc
 //