src/hotspot/share/compiler/compileBroker.hpp
changeset 47578 09c41c4913d9
parent 47216 71c04702a3d5
child 47765 b7c7428eaab9
--- a/src/hotspot/share/compiler/compileBroker.hpp	Tue Oct 03 06:48:40 2017 +0200
+++ b/src/hotspot/share/compiler/compileBroker.hpp	Tue Sep 26 21:37:01 2017 +0200
@@ -332,7 +332,7 @@
   static void disable_compilation_forever() {
     UseCompiler               = false;
     AlwaysCompileLoopMethods  = false;
-    Atomic::xchg(shutdown_compilation, &_should_compile_new_jobs);
+    Atomic::xchg(jint(shutdown_compilation), &_should_compile_new_jobs);
   }
 
   static bool is_compilation_disabled_forever() {