--- old/src/share/vm/c1/c1_ValueType.hpp 2010-06-03 11:27:26.532135000 -0700 +++ new/src/share/vm/c1/c1_ValueType.hpp 2010-06-03 11:27:26.358841000 -0700 @@ -94,7 +94,7 @@ public: // initialization - static void initialize(); + static void initialize(Arena* arena); // accessors virtual ValueType* base() const = 0; // the 'canonical' type (e.g., intType for an IntConstant)