diff src/share/vm/graal/graalCompiler.cpp @ 2901:d577d07cedec

Added time measurement for phases.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 08 Jun 2011 17:01:16 +0200
parents 75a99b4f1c98
children b78b4ae0757c
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.cpp	Wed Jun 08 14:50:55 2011 +0200
+++ b/src/share/vm/graal/graalCompiler.cpp	Wed Jun 08 17:01:16 2011 +0200
@@ -119,6 +119,10 @@
   TRACE_graal_2("GraalCompiler::compile_method exit");
 }
 
+void GraalCompiler::exit() {
+  VMExits::shutdownCompiler();
+}
+
 // Print compilation timers and statistics
 void GraalCompiler::print_timers() {
   TRACE_graal_1("GraalCompiler::print_timers");