hotspot/src/share/vm/utilities/globalDefinitions.hpp
changeset 6433 b0e4fafdc38b
parent 6067 8bfddf73fc04
child 6453 970dc585ab63
--- a/hotspot/src/share/vm/utilities/globalDefinitions.hpp	Fri Aug 20 09:55:50 2010 -0700
+++ b/hotspot/src/share/vm/utilities/globalDefinitions.hpp	Fri Aug 27 17:33:49 2010 -0700
@@ -529,7 +529,7 @@
 #ifdef ASSERT
 extern int type2aelembytes(BasicType t, bool allow_address = false); // asserts
 #else
-inline int type2aelembytes(BasicType t) { return _type2aelembytes[t]; }
+inline int type2aelembytes(BasicType t, bool allow_address = false) { return _type2aelembytes[t]; }
 #endif