diff src/share/vm/code/nmethod.hpp @ 22725:eada427470a3

Use proper GC barriers when clearing _jvmci_installed_code
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Thu, 05 Nov 2015 15:21:30 -0800
parents 456800cd1a17
children 2dea101cdfe9
line wrap: on
line diff
--- a/src/share/vm/code/nmethod.hpp	Thu Nov 05 15:18:36 2015 -0800
+++ b/src/share/vm/code/nmethod.hpp	Thu Nov 05 15:21:30 2015 -0800
@@ -629,7 +629,7 @@
 #if INCLUDE_JVMCI
   oop jvmci_installed_code() { return _jvmci_installed_code ; }
   char* jvmci_installed_code_name(char* buf, size_t buflen);
-  void set_jvmci_installed_code(oop installed_code) { _jvmci_installed_code = installed_code;  }
+  void clear_jvmci_installed_code();
   void maybe_invalidate_installed_code();
   oop speculation_log() { return _speculation_log ; }
   void set_speculation_log(oop speculation_log) { _speculation_log = speculation_log;  }