diff src/share/vm/opto/type.hpp @ 992:6a8ccac44f41

6820514: meet not symmetric failure in ctw Summary: Add missing instance_id meet. Reviewed-by: never
author kvn
date Fri, 18 Sep 2009 09:57:47 -0700
parents 148e5441d916
children 03b336640699
line wrap: on
line diff
--- a/src/share/vm/opto/type.hpp	Wed Sep 16 11:06:10 2009 -0700
+++ b/src/share/vm/opto/type.hpp	Fri Sep 18 09:57:47 2009 -0700
@@ -717,7 +717,7 @@
   static const TypeOopPtr* make_from_constant(ciObject* o, bool require_constant = false);
 
   // Make a generic (unclassed) pointer to an oop.
-  static const TypeOopPtr* make(PTR ptr, int offset, int instance_id = InstanceBot);
+  static const TypeOopPtr* make(PTR ptr, int offset, int instance_id);
 
   ciObject* const_oop()    const { return _const_oop; }
   virtual ciKlass* klass() const { return _klass;     }