aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/c1/c1_IR.hpp
diff options
context:
space:
mode:
authoriveresov <none@none>2010-06-04 11:18:04 -0700
committeriveresov <none@none>2010-06-04 11:18:04 -0700
commite4aa7c16b3d9e4681cceeeb74aefecca55456315 (patch)
tree033bea2f97cd5174710ee4d8d18ffdaa102deb66 /src/share/vm/c1/c1_IR.hpp
parentfa22dd068f1b0cbd254645e926ac6380b4c0bca4 (diff)
6958292: C1: Enable parallel compilation
Summary: Enable parallel compilation in C1 Reviewed-by: never, kvn
Diffstat (limited to 'src/share/vm/c1/c1_IR.hpp')
-rw-r--r--src/share/vm/c1/c1_IR.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/share/vm/c1/c1_IR.hpp b/src/share/vm/c1/c1_IR.hpp
index 6cce0fca4..05ef1789f 100644
--- a/src/share/vm/c1/c1_IR.hpp
+++ b/src/share/vm/c1/c1_IR.hpp
@@ -371,8 +371,8 @@ class IR: public CompilationResourceObj {
// 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) {