diff src/share/vm/jvmci/jvmciCompiler.hpp @ 22463:d9f5c93a83d3

Move Java based CTW out of hotspot
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Mon, 24 Aug 2015 19:17:08 -0700
parents be896a1983c0
children 569c82ebb96e
line wrap: on
line diff
--- a/src/share/vm/jvmci/jvmciCompiler.hpp	Mon Aug 24 19:16:03 2015 -0700
+++ b/src/share/vm/jvmci/jvmciCompiler.hpp	Mon Aug 24 19:17:08 2015 -0700
@@ -86,8 +86,6 @@
   static void print_compilation_timers();
 
   static elapsedTimer* codeInstallTimer() { return &_codeInstallTimer; }
-
-  void compile_the_world();
 };
 
 #endif // SHARE_VM_JVMCI_JVMCI_COMPILER_HPP