comparison graal/GraalCompiler/src/com/sun/c1x/C1XCompilation.java @ 2823:ac4b086cbd72

Merge
author Gilles Duboscq <gilles.duboscq@oracle.com>
date Mon, 30 May 2011 16:35:08 +0200
parents 530366123e46 b003ea36fa12
children d6f3dbb4e3b5
comparison
equal deleted inserted replaced
2822:530366123e46 2823:ac4b086cbd72
285 if (assumptions.count() > 0) { 285 if (assumptions.count() > 0) {
286 targetMethod.setAssumptions(assumptions); 286 targetMethod.setAssumptions(assumptions);
287 } 287 }
288 288
289 if (compiler.isObserved()) { 289 if (compiler.isObserved()) {
290 compiler.fireCompilationEvent(new CompilationEvent(this, "After code generation", hir.getHIRStartBlock(), false, true, targetMethod)); 290 compiler.fireCompilationEvent(new CompilationEvent(this, "After code generation", graph, false, true, targetMethod));
291 } 291 }
292 292
293 if (C1XOptions.PrintTimers) { 293 if (C1XOptions.PrintTimers) {
294 C1XTimers.CODE_CREATE.stop(); 294 C1XTimers.CODE_CREATE.stop();
295 } 295 }