diff src/share/vm/c1/c1_IR.hpp @ 1584:b812ff5abc73

6958292: C1: Enable parallel compilation Summary: Enable parallel compilation in C1 Reviewed-by: never, kvn
author iveresov
date Fri, 04 Jun 2010 11:18:04 -0700
parents e9ff18c4ace7
children f02a8bbe6ed4
line wrap: on
line diff
--- a/src/share/vm/c1/c1_IR.hpp	Thu Jun 03 14:20:27 2010 -0700
+++ b/src/share/vm/c1/c1_IR.hpp	Fri Jun 04 11:18:04 2010 -0700
@@ -371,8 +371,8 @@
 // instructions from the instruction list.
 //
 
-class SubstitutionResolver: public BlockClosure {
-  static void substitute(Value* v);
+class SubstitutionResolver: public BlockClosure, ValueVisitor {
+  virtual void visit(Value* v);
 
  public:
   SubstitutionResolver(IR* hir) {