comparison 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
comparison
equal deleted inserted replaced
22462:7a7dd51e7e0b 22463:d9f5c93a83d3
84 84
85 // Print compilation timers and statistics 85 // Print compilation timers and statistics
86 static void print_compilation_timers(); 86 static void print_compilation_timers();
87 87
88 static elapsedTimer* codeInstallTimer() { return &_codeInstallTimer; } 88 static elapsedTimer* codeInstallTimer() { return &_codeInstallTimer; }
89
90 void compile_the_world();
91 }; 89 };
92 90
93 #endif // SHARE_VM_JVMCI_JVMCI_COMPILER_HPP 91 #endif // SHARE_VM_JVMCI_JVMCI_COMPILER_HPP